Skip to content

Commit 6c0fbc3

Browse files
authored
Merge pull request #1783 from aramase/aramase/c/kind_v0.27.0
chore: bump kind to v0.27.0
2 parents 1080aee + a488327 commit 6c0fbc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ permissions:
2525

2626
jobs:
2727
e2e-test:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
timeout-minutes: 20
3030
strategy:
3131
matrix:
32-
KUBERNETES_VERSION: ["v1.28.9", "v1.29.4", "v1.30.2"]
32+
KUBERNETES_VERSION: ["v1.30.10", "v1.31.6", "v1.32.3"]
3333
steps:
3434
- name: Harden Runner
3535
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Kind
4848
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
4949
with:
50-
version: "v0.23.0"
50+
version: "v0.27.0"
5151
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
5252
- name: Test
5353
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ EKSCTL := eksctl
9999
YQ := yq
100100

101101
# Test variables
102-
KIND_VERSION ?= 0.23.0
102+
KIND_VERSION ?= 0.27.0
103103
KUBERNETES_VERSION ?= 1.30.2
104104
KUBECTL_VERSION ?= 1.30.2
105105
BATS_VERSION ?= 1.4.1

0 commit comments

Comments
 (0)