Skip to content

Commit

Permalink
update to validate 1.26 (#1020)
Browse files Browse the repository at this point in the history
* update to validate 1.26

Signed-off-by: Held, Jarad <jaradheld@gmail.com>

* correct the tag for kubernetes version for comformance tests

Signed-off-by: Held, Jarad <jaradheld@gmail.com>

---------

Signed-off-by: Held, Jarad <jaradheld@gmail.com>
  • Loading branch information
jcheld authored Feb 9, 2023
1 parent 3d8120e commit 6bf8617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
needs: [build]
strategy:
matrix:
version: [ v1.23.6, v1.24.0, v1.25.3 ]
version: [ v1.24.0, v1.25.3, v1.26.0 ]
steps:
- uses: actions/checkout@v3
- uses: ./tools/github-actions/setup-deps
Expand Down
2 changes: 1 addition & 1 deletion tools/hack/create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# Setup default values
CLUSTER_NAME=${CLUSTER_NAME:-"envoy-gateway"}
METALLB_VERSION=${METALLB_VERSION:-"v0.13.7"}
KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.25.3"}
KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.26.0"}

## Create kind cluster.
if [[ -z "${KIND_NODE_TAG}" ]]; then
Expand Down

0 comments on commit 6bf8617

Please sign in to comment.