Upgrade to Operator SDK 1.7.0#198
Open
cuppett wants to merge 5 commits intolinki:masterfrom
cuppett:sdk-1.7.0
Open
Upgrade to Operator SDK 1.7.0#198cuppett wants to merge 5 commits intolinki:masterfrom cuppett:sdk-1.7.0
cuppett wants to merge 5 commits intolinki:masterfrom
cuppett:sdk-1.7.0
Conversation
1) Upgrade PROJECT to stable 2) Set controller-runtime to v0.7.2 3) Add a system:controller-manager ServiceAccount to your project 4) Add scheme, token, and TLS config to the Prometheus ServiceMonitor metrics endpoint 5) Changed BUNDLE_IMG and added IMAGE_TAG_BASE Makefile variables 6) Set the Makefile’s SHELL variable to the system’s bash binary See also: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.5.0/ See also: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.6.1/ See also: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.7.0/ Signed-off-by: Stephen Cuppett <steve@cuppett.com>
See also: https://sdk.operatorframework.io/docs/building-operators/golang/operator-scope/#configuring-cluster-scoped-operators-with-multinamespacedcachebuilder Signed-off-by: Stephen Cuppett <steve@cuppett.com>
Contributor
Author
|
Noticed dependabot had bumped the client-go, controller-runtime versions and now wants to do golang as well. Bumping those may be okay, but could also cause issues. As a separate PR, I'll look how to lock/ignore go, client-go, apimachinery and controller-runtime to the ones which come with the SDK version. |
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Stephen Cuppett <steve@cuppett.com>
Signed-off-by: Stephen Cuppett <steve@cuppett.com>
Contributor
Author
|
@linki I've added a couple commits here that will keep the dependabot from trying to bump SDK-specific libraries. Also, I've got the current bumps all covered (which will make the other PRs queued up all auto-close) |
See also: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.7.1/ Signed-off-by: Stephen Cuppett <steve@cuppett.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Have updated the SDK to 1.7.0. In addition, have included minor cache optimization for when multiple namespaces are watched from the docs.
See also: Upgrading SDK 1.5.0
See also: Upgrading SDK 1.6.1
See also: Upgrading SDK 1.7.0
See also: Multi-namespace Cache Builder