Skip to content

Commit

Permalink
Merge pull request #1665 from nilekhc/automated-cherry-pick-of-#1593-…
Browse files Browse the repository at this point in the history
…upstream-release-1.4

Automated cherry pick of #1593: chore: bump kind version and k8s version in test matrix
  • Loading branch information
k8s-ci-robot authored Oct 10, 2024
2 parents d856171 + 7523104 commit b2bddd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ EKSCTL := eksctl
YQ := yq

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

0 comments on commit b2bddd5

Please sign in to comment.