Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.env/nightly-tests/max_versions.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_version='v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027'
kubectl_version='v1.32.2'
kubectl_version='v1.34.3'
kind_version='v0.26.0'
helm_version='v3.17.1'
argocd_version='v2.14.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.env/pr-tests/versions.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_version='v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027'
kubectl_version='v1.32.2'
kubectl_version='v1.34.3'
kind_version='v0.26.0'
helm_version='v3.17.1'
argocd_version='v2.14.2'
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.19.11/bump-kubectl-1.34.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyOwner: rancher
dependencyRepo: kubectl
dependencyTag: v1.34.3
description: >-
Bump kubectl distroless image to 1.34.3 to fix CVE-2025-58183 and CVE-2025-61729
issueLink: https://github.com/solo-io/gloo/issues/11089
resolvesIssue: false
2 changes: 1 addition & 1 deletion jobs/kubectl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE

FROM rancher/kubectl:v1.34.1 as kubectl
FROM rancher/kubectl:v1.34.3 as kubectl

FROM $BASE_IMAGE

Expand Down
2 changes: 1 addition & 1 deletion jobs/kubectl/Dockerfile.distroless
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE

FROM rancher/kubectl:v1.34.1 as kubectl
FROM rancher/kubectl:v1.34.3 as kubectl

FROM $BASE_IMAGE

Expand Down