-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump k3d to v5.8.1 - Bump max k8s version tested to v1.32 in test-policy and test-multicluster suites (driven by justfile) - Bump max k8s version tested to v1.32 in all the other tests (driven by bin/tests)
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
set -eu | ||
|
||
K3D_VERSION=v5.7.5 | ||
K3D_VERSION=v5.8.1 | ||
|
||
bindir=$( cd "${0%/*}" && pwd ) | ||
|
||
|