Skip to content

Commit da81c3d

Browse files
authored
CI: Update KIND images. (#12558)
1 parent 7b67b9c commit da81c3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254

255255
strategy:
256256
matrix:
257-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6]
257+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
258258

259259
steps:
260260
- name: Checkout code
@@ -285,7 +285,7 @@ jobs:
285285
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
286286
strategy:
287287
matrix:
288-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6]
288+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
289289
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
290290
with:
291291
k8s-version: ${{ matrix.k8s }}
@@ -299,7 +299,7 @@ jobs:
299299
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
300300
strategy:
301301
matrix:
302-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6]
302+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
303303
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
304304
with:
305305
k8s-version: ${{ matrix.k8s }}
@@ -314,7 +314,7 @@ jobs:
314314
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
315315
strategy:
316316
matrix:
317-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6]
317+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
318318
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
319319
with:
320320
k8s-version: ${{ matrix.k8s }}

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
(needs.changes.outputs.kube-webhook-certgen == 'true')
139139
strategy:
140140
matrix:
141-
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.10, v1.30.6]
141+
k8s: [v1.26.15, v1.27.16, v1.28.15, v1.29.12, v1.30.8]
142142
steps:
143143
- name: Checkout
144144
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)