Skip to content

Commit ca6d362

Browse files
authored
update k8s version to latest kind release (#11240)
Signed-off-by: James Strong <strong.james.e@gmail.com>
1 parent 1f4ee0e commit ca6d362

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
@@ -235,7 +235,7 @@ jobs:
235235
236236
strategy:
237237
matrix:
238-
k8s: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
238+
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
239239

240240
steps:
241241
- name: Checkout
@@ -286,7 +286,7 @@ jobs:
286286
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
287287
strategy:
288288
matrix:
289-
k8s: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
289+
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
290290
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
291291
with:
292292
k8s-version: ${{ matrix.k8s }}
@@ -300,7 +300,7 @@ jobs:
300300
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
301301
strategy:
302302
matrix:
303-
k8s: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
303+
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
304304
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
305305
with:
306306
k8s-version: ${{ matrix.k8s }}
@@ -315,7 +315,7 @@ jobs:
315315
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
316316
strategy:
317317
matrix:
318-
k8s: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
318+
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
319319
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
320320
with:
321321
k8s-version: ${{ matrix.k8s }}

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
(needs.changes.outputs.kube-webhook-certgen == 'true')
142142
strategy:
143143
matrix:
144-
k8s: [v1.25.11, v1.26.6, v1.27.3, v1.28.0, v1.29.0]
144+
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
145145
steps:
146146
- name: Checkout
147147
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

0 commit comments

Comments
 (0)