fix(deps): update module sigs.k8s.io/controller-tools to v0.21.0 - #349
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-tools-0.x
branch
2 times, most recently
from
June 24, 2026 09:50
6e1f575 to
e72f908
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-tools-0.x
branch
3 times, most recently
from
July 3, 2026 09:07
70e3031 to
6992727
Compare
…1.26 These runtime dependencies move together and require Go 1.26: - controller-runtime v0.23.1 -> v0.24.1 - k8s.io/* -> v0.36.2 (client-go v0.36 needs controller-runtime v0.24's HasSyncedChecker; supersedes the standalone kubernetes-monorepo PR) - go.mod go directive -> 1.26.0 (minimum required by the above) CI/tooling updated for Go 1.26: - .github/workflows: GO_VERSION 1.25.9 -> 1.26.4 (current latest). setup-go reads this env, not go.mod; the old 1.25.9 was also already behind master's go.mod (1.25.11), which broke the vendor step under GOTOOLCHAIN=local. - actions/setup-go v5 -> v6 (supersedes the standalone setup-go PR). - GOLANGCI_VERSION v2.11.2 -> v2.12.2 (v2.11.2 is built with Go 1.25 and refuses a Go 1.26 module; v2.12.2 is built with Go 1.26). - .golangci.yml: exclude the SA1019 scheme.Builder deprecation from controller-runtime v0.24 (matches existing SA1019 exclusions); set goconst ignore-tests to preserve prior counting after the goconst update in golangci-lint v2.12. Signed-off-by: Markus Siebert <markus.siebert@deutschebahn.com>
Regenerated `package/crds` with controller-tools v0.21.0. The only change is the `controller-gen.kubebuilder.io/version` annotation (v0.18.0 -> v0.21.0); no CRD schema changes. This is what the check-diff job flagged. controller-tools v0.21 requires Go 1.26, which this branch inherits from the Go 1.26 bump in #348 (this PR stacks on it). Signed-off-by: Markus Siebert <markus.siebert@deutschebahn.com>
markussiebert
force-pushed
the
renovate/sigs.k8s.io-controller-tools-0.x
branch
from
July 7, 2026 09:42
6992727 to
2973ef4
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
dariozachow
approved these changes
Jul 7, 2026
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.
Updates
sigs.k8s.io/controller-toolsto v0.21.0 and regeneratespackage/crds(only thecontroller-gen.kubebuilder.io/versionannotation changes; no schema drift).Stacks on #348. controller-tools v0.21 requires Go 1.26, which comes from the Go 1.26 bump in #348. Until #348 merges, this PR's diff also shows #348's changes; once #348 merges, rebasing leaves just the controller-tools bump + CRD regeneration.