Skip to content

Commit 0a0ed48

Browse files
committed
chore: bump kind version and k8s version in test matrix
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 57a12f1 commit 0a0ed48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 20
3030
strategy:
3131
matrix:
32-
KUBERNETES_VERSION: ["v1.24.12", "v1.25.8", "v1.26.3", "v1.27.1"]
32+
KUBERNETES_VERSION: ["v1.28.9", "v1.29.4", "v1.30.2"]
3333
steps:
3434
- name: Harden Runner
3535
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Kind
4848
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
4949
with:
50-
version: "v0.18.0"
50+
version: "v0.23.0"
5151
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
5252
- name: Test
5353
run: |

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ EKSCTL := eksctl
9999
YQ := yq
100100

101101
# Test variables
102-
KIND_VERSION ?= 0.18.0
103-
KUBERNETES_VERSION ?= 1.24.0
102+
KIND_VERSION ?= 0.23.0
103+
KUBERNETES_VERSION ?= 1.30.2
104104
KUBECTL_VERSION ?= 1.25.3
105105
BATS_VERSION ?= 1.4.1
106106
TRIVY_VERSION ?= 0.39.1

0 commit comments

Comments
 (0)