Skip to content

Update dependencies to Kubernetes v1.34.1 and Go 1.25.2#1191

Merged
matheuscscp merged 1 commit intomainfrom
k8s-1.34.1
Oct 8, 2025
Merged

Update dependencies to Kubernetes v1.34.1 and Go 1.25.2#1191
matheuscscp merged 1 commit intomainfrom
k8s-1.34.1

Conversation

@stefanprodan
Copy link
Copy Markdown
Member

This PR update all Go dependencies to their latest version including Kubernetes v1.34.1

ℹ️ The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in stdlib: CVE-2025-58183, CVE-2025-58188 and many others. The full list of security fixes can be found at https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the dependencies Pull requests that update a dependency label Oct 8, 2025
@matheuscscp matheuscscp added the backport:release/v1.7.x To be backported to release/v1.7.x label Oct 8, 2025
@matheuscscp matheuscscp merged commit cc42ad5 into main Oct 8, 2025
7 checks passed
@matheuscscp matheuscscp deleted the k8s-1.34.1 branch October 8, 2025 14:02
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 8, 2025

Backport failed for release/v1.7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/v1.7.x
git worktree add -d .worktree/backport-1191-to-release/v1.7.x origin/release/v1.7.x
cd .worktree/backport-1191-to-release/v1.7.x
git switch --create backport-1191-to-release/v1.7.x
git cherry-pick -x 0a7d52338562e5f4a4762f54aff6265fd59add4b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:release/v1.7.x To be backported to release/v1.7.x dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants