Skip to content

Commit 8c560ba

Browse files
committed
BUILD/MINOR: update kind to 0.27.0
1 parent 1bf193d commit 8c560ba

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

.github/workflows/actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
name: HAProxy check commit message
77
runs-on: ubuntu-latest
88
steps:
9-
- name: commit-check
10-
uses: docker://ghcr.io/haproxytech/commit-check:3.0.1
9+
- name: commit-policy
10+
uses: docker://ghcr.io/haproxytech/commit-check:5.1.1
1111
env:
1212
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
generate:
@@ -128,7 +128,7 @@ jobs:
128128
e2e:
129129
strategy:
130130
matrix:
131-
k8s-version: ["v1.30.0"]
131+
k8s-version: ["v1.32.2"]
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.27.0
156156
- name: Setup
157157
run: CI_ENV=github deploy/tests/create.sh
158158
- name: Run parallel e2e tests

.gitlab-ci.yml

+22-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ stages:
77
- e2e_k8s_28
88
- e2e_k8s_29
99
- e2e_k8s_30
10+
- e2e_k8s_31
11+
- e2e_k8s_32
1012
variables:
11-
KIND: v0.23.0
13+
KIND: v0.27.0
1214
DOCKER_HOST: tcp://docker:2375
1315
DOCKER_DRIVER: overlay2
1416
GO_VERSION: "1.24"
15-
DOCKER_VERSION: "26.0"
17+
DOCKER_VERSION: "27.0"
1618
diff:
1719
stage: diff
1820
rules:
@@ -226,7 +228,23 @@ e2e_k8s_30:
226228
stage: e2e_k8s_30
227229
needs: ["docker-build"]
228230
variables:
229-
K8S_VERSION: v1.30.0
231+
K8S_VERSION: v1.30.10
230232
KUBEADM_VER: v1beta3
231-
KUBECTL: v1.30.0
233+
KUBECTL: v1.30.4
234+
extends: .kind_deployment_schedules
235+
e2e_k8s_31:
236+
stage: e2e_k8s_31
237+
needs: ["docker-build"]
238+
variables:
239+
K8S_VERSION: v1.31.6
240+
KUBEADM_VER: v1beta3
241+
KUBECTL: v1.31.0
242+
extends: .kind_deployment_schedules
243+
e2e_k8s_32:
244+
stage: e2e_k8s_32
245+
needs: ["docker-build"]
246+
variables:
247+
K8S_VERSION: v1.32.2
248+
KUBEADM_VER: v1beta3
249+
KUBECTL: v1.31.0
232250
extends: .kind_deployment

deploy/tests/kind-config.yaml

+1-1
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.32.2
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)