Skip to content

Commit

Permalink
chore: bump kind version and k8s version in test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Aug 2, 2024
1 parent 57a12f1 commit 1ac038c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
KUBERNETES_VERSION: ["v1.24.12", "v1.25.8", "v1.26.3", "v1.27.1"]
KUBERNETES_VERSION: ["v1.28.9", "v1.29.4", "v1.30.2"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Kind
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
with:
version: "v0.18.0"
version: "v0.23.0"
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ EKSCTL := eksctl
YQ := yq

# Test variables
KIND_VERSION ?= 0.18.0
KIND_VERSION ?= 0.23.0
KUBERNETES_VERSION ?= 1.24.0
KUBECTL_VERSION ?= 1.25.3
BATS_VERSION ?= 1.4.1
Expand Down

0 comments on commit 1ac038c

Please sign in to comment.