chore(deps): controller-runtime v0.24.1 + Kubernetes v0.36.2 + Go 1.26.4 - #348
Merged
markussiebert merged 2 commits intoJul 7, 2026
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: 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-runtime-0.x
branch
2 times, most recently
from
June 18, 2026 04:35
25a1e44 to
c043dab
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
2 times, most recently
from
June 19, 2026 03:56
c043dab to
7c81bd7
Compare
renovate
Bot
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
4 times, most recently
from
July 7, 2026 07:04
a9e8ab3 to
92a628a
Compare
markussiebert
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
July 7, 2026 09:27
92a628a to
abba128
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. |
1 task
markussiebert
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
July 7, 2026 09:37
abba128 to
79893f1
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>
markussiebert
force-pushed
the
renovate/sigs.k8s.io-controller-runtime-0.x
branch
from
July 7, 2026 09:41
79893f1 to
ba4a10c
Compare
1 task
markussiebert
added a commit
that referenced
this pull request
Jul 7, 2026
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>
dariozachow
approved these changes
Jul 7, 2026
dariozachow
approved these changes
Jul 7, 2026
markussiebert
added a commit
that referenced
this pull request
Jul 7, 2026
* fix(deps): update module sigs.k8s.io/controller-runtime to v0.24.1 * chore(deps): bump controller-runtime v0.24.1, Kubernetes v0.36.2, Go 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> * fix(deps): update module sigs.k8s.io/controller-tools to v0.21.0 * chore: regenerate CRDs with controller-gen v0.21.0 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> --------- Signed-off-by: Markus Siebert <markus.siebert@deutschebahn.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Siebert <markus.siebert@deutschebahn.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.
Combined runtime-dependency bump. These move together because they are interdependent:
v0.23.1→v0.24.1k8s.io/*→v0.36.2(client-go v0.36 requires controller-runtime v0.24'sHasSyncedCheckeronResourceEventHandlerRegistration, so the k8s bump cannot build without the controller-runtime bump)1.25→1.26.4(both controller-runtime v0.24 and k8s v0.36 require Go 1.26; 1.26.4 is the current latest)Also excludes the
SA1019: scheme.Builder is deprecatedstaticcheck warning introduced by controller-runtime v0.24, matching the repo's existing SA1019 exclusions for the crossplane scaffolding pattern.Supersedes #345 (standalone kubernetes-monorepo bump, which could not build on its own).
Testing
go build ./...,go test ./..., andgolangci-lint runall pass locally under Go 1.26.4.