Skip to content

Commit a3b4a7e

Browse files
committed
BUILD/MINOR: update kind to 0.27.0
1 parent 11503c7 commit a3b4a7e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: commit-policy
10-
uses: docker://ghcr.io/haproxytech/commit-check:5.0.4
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.32.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.24.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

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ stages:
88
- e2e_k8s_31
99
- e2e_k8s_32
1010
variables:
11-
KIND: v0.26.0
11+
KIND: v0.27.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.24"
15-
DOCKER_VERSION: "26.0"
15+
DOCKER_VERSION: "27.0"
1616
diff:
1717
stage: diff
1818
rules:
@@ -209,23 +209,23 @@ e2e_k8s_30:
209209
stage: e2e_k8s_30
210210
needs: ["docker-build"]
211211
variables:
212-
K8S_VERSION: v1.30.8
212+
K8S_VERSION: v1.30.10
213213
KUBEADM_VER: v1beta3
214214
KUBECTL: v1.30.4
215215
extends: .kind_deployment_schedules
216216
e2e_k8s_31:
217217
stage: e2e_k8s_31
218218
needs: ["docker-build"]
219219
variables:
220-
K8S_VERSION: v1.31.4
220+
K8S_VERSION: v1.31.6
221221
KUBEADM_VER: v1beta3
222222
KUBECTL: v1.31.0
223223
extends: .kind_deployment_schedules
224224
e2e_k8s_32:
225225
stage: e2e_k8s_32
226226
needs: ["docker-build"]
227227
variables:
228-
K8S_VERSION: v1.32.0
228+
K8S_VERSION: v1.32.2
229229
KUBEADM_VER: v1beta3
230230
KUBECTL: v1.31.0
231231
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.32.0
9+
image: kindest/node:v1.32.2
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)