Skip to content

Commit ae8a874

Browse files
committed
BUILD/MINOR: update kind to 0.27.0
1 parent dd0f0c7 commit ae8a874

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ stages:
99
- e2e_k8s_32
1010
- e2e_crd_versions
1111
variables:
12-
KIND: v0.26.0
12+
KIND: v0.27.0
1313
DOCKER_HOST: tcp://docker:2375
1414
DOCKER_DRIVER: overlay2
1515
GO_VERSION: "1.24"
16-
DOCKER_VERSION: "26.0"
16+
DOCKER_VERSION: "27.0"
1717
diff:
1818
stage: diff
1919
rules:
@@ -208,7 +208,7 @@ e2e_k8s_30:
208208
stage: e2e_k8s_30
209209
needs: ["docker-build"]
210210
variables:
211-
K8S_VERSION: v1.30.8
211+
K8S_VERSION: v1.30.10
212212
KUBEADM_VER: v1beta3
213213
KUBECTL: v1.30.4
214214
extends: .kind_deployment_schedules
@@ -218,7 +218,7 @@ e2e_k8s_31:
218218
stage: e2e_k8s_31
219219
needs: ["docker-build"]
220220
variables:
221-
K8S_VERSION: v1.31.4
221+
K8S_VERSION: v1.31.6
222222
KUBEADM_VER: v1beta3
223223
KUBECTL: v1.31.0
224224
extends: .kind_deployment_schedules
@@ -228,7 +228,7 @@ e2e_crd_v1:
228228
stage: e2e_crd_versions
229229
needs: ["docker-build"]
230230
variables:
231-
K8S_VERSION: v1.32.0
231+
K8S_VERSION: v1.32.2
232232
KUBEADM_VER: v1beta3
233233
KUBECTL: v1.31.0
234234
CRD_VERSION: v1
@@ -239,7 +239,7 @@ e2e_k8s_32:
239239
stage: e2e_k8s_32
240240
needs: ["docker-build"]
241241
variables:
242-
K8S_VERSION: v1.32.0
242+
K8S_VERSION: v1.32.2
243243
KUBEADM_VER: v1beta3
244244
KUBECTL: v1.31.0
245245
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.32.0
9+
image: kindest/node:v1.32.2
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)