feat(deps): upgrade to Kubernetes 1.35 and controller-runtime v0.23.1#175
Merged
feat(deps): upgrade to Kubernetes 1.35 and controller-runtime v0.23.1#175
Conversation
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.
Summary
Coordinated upgrade of all k8s.io modules and controller-runtime, replacing the individual Dependabot PRs (#114, #116, #117) that were rejected because these modules must be upgraded in lockstep.
Dependencies bumped:
k8s.io/api,k8s.io/apimachinery,k8s.io/client-go→ v0.35.0 (from v0.34.2)sigs.k8s.io/controller-runtime→ v0.23.1 (from v0.22.4)k8s.io/apiextensions-apiserver,k8s.io/apiserver,k8s.io/component-base→ v0.35.0 (transitive)No source code changes required — the codebase doesn't use any APIs that changed between controller-runtime v0.22.4 and v0.23.1. The only non-go.mod change is a minor CRD comment update (upstream K8s 1.35 expanded the toleration operator description to document new
Lt/Gtoperators).Closes #114, closes #116, closes #117
Test plan
make test— all unit tests pass with envtest K8s 1.35 binariesmake lint— zero lint issuesmake fmt/make vet— cleanhelm lint charts/llmkube— chart lints cleanhelm template charts/llmkube— renders successfully