Skip to content

Commit be11287

Browse files
committed
TEST/MEDIUM: ci: add k8s 1.31 version
1 parent bda27ee commit be11287

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
e2e:
129129
strategy:
130130
matrix:
131-
k8s-version: ["v1.30.0"]
131+
k8s-version: ["v1.31.0"]
132132
needs: ["build"]
133133
runs-on: ubuntu-latest
134134
steps:
@@ -152,7 +152,7 @@ jobs:
152152
name: dev
153153
config: deploy/tests/kind-config.yaml
154154
image: kindest/node:${{ matrix.k8s-version }}
155-
version: v0.23.0
155+
version: v0.24.0
156156
- name: Setup
157157
run: CI_ENV=github deploy/tests/create.sh
158158
- name: Run parallel e2e tests

.gitlab-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- e2e_k8s_29
99
- e2e_k8s_30
1010
variables:
11-
KIND: v0.23.0
11+
KIND: v0.24.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.23"
@@ -206,27 +206,27 @@ docker-build:
206206
rules:
207207
- if: $CI_PIPELINE_SOURCE == "schedule"
208208
allow_failure: true
209-
e2e_k8s_28:
210-
stage: e2e_k8s_28
209+
e2e_k8s_29:
210+
stage: e2e_k8s_29
211211
needs: ["docker-build"]
212212
variables:
213-
K8S_VERSION: v1.28.6
213+
K8S_VERSION: v1.29.8
214214
KUBEADM_VER: v1beta3
215-
KUBECTL: v1.28.0
215+
KUBECTL: v1.29.8
216216
extends: .kind_deployment_schedules
217-
e2e_k8s_29:
218-
stage: e2e_k8s_29
217+
e2e_k8s_30:
218+
stage: e2e_k8s_30
219219
needs: ["docker-build"]
220220
variables:
221-
K8S_VERSION: v1.29.1
221+
K8S_VERSION: v1.30.4
222222
KUBEADM_VER: v1beta3
223-
KUBECTL: v1.29.0
223+
KUBECTL: v1.30.4
224224
extends: .kind_deployment_schedules
225-
e2e_k8s_30:
225+
e2e_k8s_31:
226226
stage: e2e_k8s_30
227227
needs: ["docker-build"]
228228
variables:
229-
K8S_VERSION: v1.30.0
229+
K8S_VERSION: v1.31.0
230230
KUBEADM_VER: v1beta3
231-
KUBECTL: v1.30.0
231+
KUBECTL: v1.31.0
232232
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.30.0
9+
image: kindest/node:v1.31.0
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)