Skip to content

Upgrade Kubernetes dependencies from v0.34.8 to v0.35.8 - #469

Open
Glitchy-Sheep wants to merge 1 commit into
mainfrom
feature/bump-k8s
Open

Upgrade Kubernetes dependencies from v0.34.8 to v0.35.8#469
Glitchy-Sheep wants to merge 1 commit into
mainfrom
feature/bump-k8s

Conversation

@Glitchy-Sheep

Copy link
Copy Markdown
Contributor

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.8
  • sigs.k8s.io/controller-runtime: v0.22.0 -> v0.23.3
  • Taskfile.yml kubectlVersion: v1.34.8 -> v1.35.8

This also fixes a mismatch that was already here: k8s.io/apimachinery sat 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:check clean, task check:kubectl reports v1.35.8.

Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
@Glitchy-Sheep Glitchy-Sheep added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@Glitchy-Sheep Glitchy-Sheep self-assigned this Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant