Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #1593: chore: bump kind version and k8s version in test matrix #1665

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading