Skip to content

Commit 13214c8

Browse files
committed
BUILD/MAJOR: test: add 1.29 k8s version
1 parent fa1b2e2 commit 13214c8

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.28.0']
131+
k8s-version: ['v1.29.1']
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.20.0
155+
version: v0.21.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
@@ -4,11 +4,11 @@ stages:
44
- unit-tests
55
- build
66
- e2e-tests
7-
- e2e_k8s_26
87
- e2e_k8s_27
98
- e2e_k8s_28
9+
- e2e_k8s_29
1010
variables:
11-
KIND: v0.20.0
11+
KIND: v0.21.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.21"
@@ -238,27 +238,27 @@ docker-build-sch:
238238
expire_in: 60 minutes
239239
exclude:
240240
- tar/*
241-
e2e_k8s_26:
242-
stage: e2e_k8s_26
243-
needs: ["docker-build"]
244-
variables:
245-
K8S_VERSION: v1.26.3
246-
KUBEADM_VER: v1beta3
247-
KUBECTL: v1.26.6
248-
extends: .kind_deployment_schedules
249241
e2e_k8s_27:
250242
stage: e2e_k8s_27
251243
needs: ["docker-build"]
252244
variables:
253-
K8S_VERSION: v1.27.3
245+
K8S_VERSION: v1.27.10
254246
KUBEADM_VER: v1beta3
255247
KUBECTL: v1.27.0
256248
extends: .kind_deployment_schedules
257249
e2e_k8s_28:
258250
stage: e2e_k8s_28
259251
needs: ["docker-build"]
260252
variables:
261-
K8S_VERSION: v1.28.0
253+
K8S_VERSION: v1.28.6
262254
KUBEADM_VER: v1beta3
263255
KUBECTL: v1.28.0
256+
extends: .kind_deployment_schedules
257+
e2e_k8s_29:
258+
stage: e2e_k8s_29
259+
needs: ["docker-build"]
260+
variables:
261+
K8S_VERSION: v1.29.1
262+
KUBEADM_VER: v1beta3
263+
KUBECTL: v1.29.0
264264
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.28.0
9+
image: kindest/node:v1.29.1
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)