chore(deps): Update module sigs.k8s.io/controller-tools to v0.21.0#139
Merged
Conversation
Contributor
Author
|
869948e to
a9f198a
Compare
…21.0 Renovate's gomodTidy postUpdateOption didn't run (renovate/artifacts failure), leaving go.sum still pinned to v0.16.4 while go.mod declared v0.21.0. `make tools` therefore failed with `missing go.sum entry`. Resolution: - `go mod tidy` to refresh go.sum. Required bumping the indirect `google.golang.org/genproto` past the split into `genproto/googleapis/*` to resolve an ambiguous-import error introduced by v0.21.0's newer transitive deps. - `make generate` to regenerate the bundled CRDs against controller-gen v0.21.0. The non-annotation diffs are upstream k8s.io/api description-text changes (MatchLabelKeysInPodAffinity beta→GA wording removed). Incidental: tidy also removed the orphaned `cloudflare-go/v7 v7.3.0` require entry, since no source file actually imports v7. This was a stale leftover from commit 5551e67 (which added v7 to go.mod without migrating any code). A full v6→v7 migration remains a separate task. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
🎉 This PR is included in version 0.19.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This PR contains the following updates:
v0.16.4→v0.21.0Release Notes
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.21.0Compare Source
What's Changed
kubebuilder:externalDocmarker by @pedjak in #1335Misc
envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.21.0
v0.20.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1
v0.20.0Compare Source
What's Changed
Misc
envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.19.0...v0.20.0
v0.19.0Compare Source
What's Changed
Misc
.golangci.yamlfrom controller-runtime by @dongjiang1989 in #1249envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.18.0...v0.19.0
v0.18.0Compare Source
What's Changed
--load-build-tagsflag by @joelanford in #1161Misc
kubebuilderby @davidxia in #1141envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.18.0
v0.17.3Compare Source
What's Changed
--load-build-tagsflag by @joelanford in #1181Dependencies
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.17.2...v0.17.3
v0.17.2Compare Source
What's Changed
kubebuilderby @davidxia in #1141Dependencies
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.17.1...v0.17.2
v0.17.1Compare Source
What's Changed
Dependencies
Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1
v0.17.0Compare Source
What's Changed
*types.Aliaswith Go 1.23 by @mtardy in #1061MaxDescLenby @dhaiducek in #1006Misc
envtest
Dependency bumps
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.