Upgrade Kubernetes dependencies from v0.34.8 to v0.35.8 - #469
Open
Glitchy-Sheep wants to merge 1 commit into
Open
Upgrade Kubernetes dependencies from v0.34.8 to v0.35.8#469Glitchy-Sheep wants to merge 1 commit into
Glitchy-Sheep wants to merge 1 commit into
Conversation
Signed-off-by: Roman Berezkin <roman.berezkin@flant.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.
The platform is moving to Kubernetes 1.37, and the default version becomes 1.35. Runtime keeps its libraries in step with the default version, so k8s.io goes to the latest 0.35 patch.
k8s.io/*(10 packages): v0.34.8 -> v0.35.8sigs.k8s.io/controller-runtime: v0.22.0 -> v0.23.3Taskfile.ymlkubectlVersion: v1.34.8 -> v1.35.8This also fixes a mismatch that was already here:
k8s.io/apimachinerysat on v0.35.0 while every other k8s.io package stayed on v0.34.8.controller-runtime 0.23 is the only line that pins k8s 0.35. The 0.24 line already moved to 0.36, so it is out for this cycle.
Checks: 4935 tests pass,
task lint:checkclean,task check:kubectlreports v1.35.8.