Skip to content

UI Plugin Operator source code & Helm Chart used by Rancher versions < 2.9.0. For versions greater than 2.9.0, the code was moved to https://github.com/rancher/rancher

License

Notifications You must be signed in to change notification settings

rancher/ui-plugin-operator

ui-plugin-operator

Warning

This repository will be deprecated with the release of Rancher 2.9.0.
The code was moved to here

Developing

Which branch do I make changes on?

⚠️ Since this will be deprecated with Rancher 2.9.0, only bugfixes and security issues should be made.

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.

Building

go build -o bin/ui-plugin-operator

Running

./bin/ui-plugin-operator

Running Unit Tests

go test ./...

Linting

golangci-lint run ./...

Releasing

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.

License

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.

About

UI Plugin Operator source code & Helm Chart used by Rancher versions < 2.9.0. For versions greater than 2.9.0, the code was moved to https://github.com/rancher/rancher

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks