We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The v.1.25.0 migration guide does not contain any instructions regarding the controller-tools version update to v0.10.0.
controller-tools
v0.10.0
The version update was made here: https://github.com/operator-framework/operator-sdk/blame/v1.25.0/testdata/go/v3/memcached-operator/Makefile#L186 within this PR (#6047)
We need to add the follwing instruction: In the Makefile file, replace CONTROLLER_TOOLS_VERSION ?= v0.9.2 with CONTROLLER_TOOLS_VERSION ?= v0.10.0
Makefile
CONTROLLER_TOOLS_VERSION ?= v0.9.2
CONTROLLER_TOOLS_VERSION ?= v0.10.0
https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/
https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/#kubebuilder-bump-brought-changes-that-modified-the-makefile-scaffolding-and-also-multiarch-changes-are-also-included
The text was updated successfully, but these errors were encountered:
Add missing "controller-tools" update instructions to the v1.25.0 mig…
760fc79
…ration guide (operator-framework#6525)
e1ba5c4
…ration guide (operator-framework#6525) Signed-off-by: Timo Walter <[email protected]>
984c002
9aa69a6
15b7c60
…ration guide (#6525) (#6526) Signed-off-by: Timo Walter <[email protected]>
Successfully merging a pull request may close this issue.
The v.1.25.0 migration guide does not contain any instructions regarding the
controller-tools
version update tov0.10.0
.The version update was made here: https://github.com/operator-framework/operator-sdk/blame/v1.25.0/testdata/go/v3/memcached-operator/Makefile#L186 within this PR (#6047)
We need to add the follwing instruction:
In the
Makefile
file, replaceCONTROLLER_TOOLS_VERSION ?= v0.9.2
withCONTROLLER_TOOLS_VERSION ?= v0.10.0
What is the URL of the document?
https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/
Which section(s) is the issue in?
https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/#kubebuilder-bump-brought-changes-that-modified-the-makefile-scaffolding-and-also-multiarch-changes-are-also-included
The text was updated successfully, but these errors were encountered: