Skip to content

Commit 82082fb

Browse files
authored
CI: Update Kubernetes. (#13396)
1 parent 893fa62 commit 82082fb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Prepare Host
158158
run: |
159-
curl -LO https://dl.k8s.io/release/v1.32.4/bin/linux/amd64/kubectl
159+
curl -LO https://dl.k8s.io/release/v1.33.1/bin/linux/amd64/kubectl
160160
chmod +x ./kubectl
161161
sudo mv ./kubectl /usr/local/bin/kubectl
162162
@@ -255,7 +255,7 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.10]
258+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.13]
259259

260260
steps:
261261
- name: Checkout code
@@ -287,7 +287,7 @@ jobs:
287287
strategy:
288288
fail-fast: false
289289
matrix:
290-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.10]
290+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.13]
291291
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
292292
with:
293293
k8s-version: ${{ matrix.k8s }}
@@ -301,7 +301,7 @@ jobs:
301301
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
302302
strategy:
303303
matrix:
304-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.10]
304+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.13]
305305
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
306306
with:
307307
k8s-version: ${{ matrix.k8s }}
@@ -317,7 +317,7 @@ jobs:
317317
strategy:
318318
fail-fast: false
319319
matrix:
320-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.10]
320+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.13]
321321
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
322322
with:
323323
k8s-version: ${{ matrix.k8s }}

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.10]
142+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.14, v1.30.13]
143143
steps:
144144
- name: Checkout
145145
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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.32.3@sha256:b36e76b4ad37b88539ce5e07425f77b29f73a8eaaebf3f1a8bc9c764401d118c}
67+
export K8S_VERSION=${K8S_VERSION:-v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f}
6868

6969
KIND_CLUSTER_NAME="ingress-nginx-dev"
7070

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build: builder
3535
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
3636
--build-arg GOLANG_VERSION=$(GOLANG_VERSION) \
3737
--build-arg ETCD_VERSION=3.5.13-0 \
38-
--build-arg K8S_RELEASE=v1.32.4 \
38+
--build-arg K8S_RELEASE=v1.33.1 \
3939
--build-arg RESTY_CLI_VERSION=0.27 \
4040
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
4141
--build-arg LUAROCKS_VERSION=3.8.0 \

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.32.3@sha256:b36e76b4ad37b88539ce5e07425f77b29f73a8eaaebf3f1a8bc9c764401d118c}
65+
export K8S_VERSION=${K8S_VERSION:-v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f}
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
@@ -64,7 +64,7 @@ echo "Running e2e with nginx base image ${NGINX_BASE_IMAGE}"
6464
if [ "${SKIP_CLUSTER_CREATION}" = "false" ]; then
6565
echo "[dev-env] creating Kubernetes cluster with kind"
6666

67-
export K8S_VERSION=${K8S_VERSION:-v1.32.3@sha256:b36e76b4ad37b88539ce5e07425f77b29f73a8eaaebf3f1a8bc9c764401d118c}
67+
export K8S_VERSION=${K8S_VERSION:-v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f}
6868

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

0 commit comments

Comments
 (0)