Warning
This repository will be deprecated with the release of Rancher 2.9.0.
The code was moved to here
UI Plugin Operator is built and released off the contents of the main
branch. To make a contribution, open up a PR to the main
branch.
go build -o bin/ui-plugin-operator
./bin/ui-plugin-operator
go test ./...
golangci-lint run ./...
Simply tag a commit with the version you want to release, and push that tag upstream. The automation will take care of the rest: binaries will be published in a github release, and docker images will be pushed to docker hub.
Copyright (c) 2020 Rancher Labs, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.