Skip to content

Commit 16d143b

Browse files
committed
MEDIUM: ci: add k8s 1.32 to tests
1 parent 2d621ca commit 16d143b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
e2e:
129129
strategy:
130130
matrix:
131-
k8s-version: ["v1.31.0"]
131+
k8s-version: ["v1.32.0"]
132132
needs: ["build"]
133133
runs-on: ubuntu-latest
134134
steps:

.gitlab-ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ stages:
44
- unit-tests
55
- build
66
- e2e-tests
7-
- e2e_k8s_28
8-
- e2e_k8s_29
97
- e2e_k8s_30
8+
- e2e_k8s_31
9+
- e2e_k8s_32
1010
variables:
11-
KIND: v0.24.0
11+
KIND: v0.26.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.23"
@@ -205,27 +205,27 @@ docker-build:
205205
rules:
206206
- if: $CI_PIPELINE_SOURCE == "schedule"
207207
allow_failure: true
208-
e2e_k8s_29:
209-
stage: e2e_k8s_29
210-
needs: ["docker-build"]
211-
variables:
212-
K8S_VERSION: v1.29.8
213-
KUBEADM_VER: v1beta3
214-
KUBECTL: v1.29.8
215-
extends: .kind_deployment_schedules
216208
e2e_k8s_30:
217209
stage: e2e_k8s_30
218210
needs: ["docker-build"]
219211
variables:
220-
K8S_VERSION: v1.30.4
212+
K8S_VERSION: v1.30.8
221213
KUBEADM_VER: v1beta3
222214
KUBECTL: v1.30.4
223215
extends: .kind_deployment_schedules
224216
e2e_k8s_31:
225-
stage: e2e_k8s_30
217+
stage: e2e_k8s_31
218+
needs: ["docker-build"]
219+
variables:
220+
K8S_VERSION: v1.31.4
221+
KUBEADM_VER: v1beta3
222+
KUBECTL: v1.31.0
223+
extends: .kind_deployment_schedules
224+
e2e_k8s_32:
225+
stage: e2e_k8s_32
226226
needs: ["docker-build"]
227227
variables:
228-
K8S_VERSION: v1.31.0
228+
K8S_VERSION: v1.32.0
229229
KUBEADM_VER: v1beta3
230230
KUBECTL: v1.31.0
231231
extends: .kind_deployment

deploy/tests/kind-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ networking:
66
kind: Cluster
77
nodes:
88
- role: control-plane
9-
image: kindest/node:v1.31.0
9+
image: kindest/node:v1.32.0
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)