Skip to content

Commit

Permalink
Bump k8s and Kind version (#1314)
Browse files Browse the repository at this point in the history
* Bump k8s and Kind version

* set min to 1.30

* bump checkout
  • Loading branch information
skonto authored Dec 23, 2024
1 parent 3cf7632 commit e39c83b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x

upstream-traffic:
- plain
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
- docker.io/envoyproxy/envoy:v1.28-latest
- docker.io/envoyproxy/envoy:v1.29-latest
- docker.io/envoyproxy/envoy:v1.30-latest
- docker.io/envoyproxy/envoy:v1.31-latest

Expand All @@ -48,7 +46,7 @@ jobs:
- uses: ko-build/setup-ko@v0.6

- name: Check out code onto GOPATH
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./src/knative.dev/net-kourier

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
source $(dirname $0)/e2e-common.sh

# Script entry point.
initialize "$@" --cluster-version=1.28
initialize "$@" --cluster-version=1.30

failed=0

Expand Down

0 comments on commit e39c83b

Please sign in to comment.