Skip to content

Commit bb113ed

Browse files
authored
CI: Update KIND to v1.34.2. (#14291)
1 parent ab517f0 commit bb113ed

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
strategy:
274274
fail-fast: false
275275
matrix:
276-
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.0]
276+
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.2]
277277

278278
steps:
279279
- name: Checkout code
@@ -305,7 +305,7 @@ jobs:
305305
strategy:
306306
fail-fast: false
307307
matrix:
308-
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.0]
308+
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.2]
309309
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
310310
with:
311311
k8s-version: ${{ matrix.k8s }}
@@ -320,7 +320,7 @@ jobs:
320320
strategy:
321321
fail-fast: false
322322
matrix:
323-
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.0]
323+
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.2]
324324
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
325325
with:
326326
k8s-version: ${{ matrix.k8s }}

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
strategy:
137137
fail-fast: false
138138
matrix:
139-
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.0]
139+
k8s: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.2]
140140
steps:
141141
- name: Checkout
142142
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

build/dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo "[dev-env] building image"
6464
make build image
6565
docker tag "${REGISTRY}/controller:${TAG}" "${DEV_IMAGE}"
6666

67-
export K8S_VERSION=${K8S_VERSION:-v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a}
67+
export K8S_VERSION=${K8S_VERSION:-v1.34.2@sha256:745f8ed46d8e99517774768227fd1a0af34a6bf395aef9c7ed98fbce0e263918}
6868

6969
KIND_CLUSTER_NAME="ingress-nginx-dev"
7070

test/e2e/run-chart-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export KUBECONFIG="${KUBECONFIG:-$HOME/.kube/kind-config-$KIND_CLUSTER_NAME}"
6262
if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
6363
echo "[dev-env] creating Kubernetes cluster with kind"
6464

65-
export K8S_VERSION=${K8S_VERSION:-v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a}
65+
export K8S_VERSION=${K8S_VERSION:-v1.34.2@sha256:745f8ed46d8e99517774768227fd1a0af34a6bf395aef9c7ed98fbce0e263918}
6666

6767
kind create cluster \
6868
--verbosity=${KIND_LOG_LEVEL} \

test/e2e/run-kind-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ echo "Running e2e with nginx base image ${NGINX_BASE_IMAGE}"
6363
if [ "${SKIP_CLUSTER_CREATION}" = "false" ]; then
6464
echo "[dev-env] creating Kubernetes cluster with kind"
6565

66-
export K8S_VERSION=${K8S_VERSION:-v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a}
66+
export K8S_VERSION=${K8S_VERSION:-v1.34.2@sha256:745f8ed46d8e99517774768227fd1a0af34a6bf395aef9c7ed98fbce0e263918}
6767

6868
# delete the cluster if it exists
6969
if kind get clusters | grep "${KIND_CLUSTER_NAME}"; then

0 commit comments

Comments
 (0)