mirror of https://github.com/linkerd/linkerd2.git
test(deps): bump k8s to v1.32 (#13632)
- 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)
This commit is contained in:
parent
29107bca74
commit
dc6c8697c0
|
@ -10,7 +10,7 @@ env:
|
|||
CARGO_NET_RETRY: 10
|
||||
DOCKER_REGISTRY: ghcr.io/linkerd
|
||||
GH_ANNOTATION: true
|
||||
K3D_VERSION: v5.7.5
|
||||
K3D_VERSION: v5.8.1
|
||||
RUST_BACKTRACE: short
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
YQ_VERSION: v4.44.5
|
||||
|
@ -164,7 +164,7 @@ jobs:
|
|||
matrix:
|
||||
k8s:
|
||||
- v1.22
|
||||
- v1.31
|
||||
- v1.32
|
||||
steps:
|
||||
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6
|
||||
env:
|
||||
|
@ -316,7 +316,7 @@ jobs:
|
|||
matrix:
|
||||
k8s:
|
||||
- v1.22
|
||||
- v1.31
|
||||
- v1.32
|
||||
steps:
|
||||
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6
|
||||
env:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
set +e
|
||||
|
||||
k8s_version_min='+v1.22'
|
||||
k8s_version_max='docker.io/rancher/k3s:v1.29.6-k3s2'
|
||||
k8s_version_max='docker.io/rancher/k3s:v1.31.5-k3s1'
|
||||
|
||||
bindir=$( cd "${BASH_SOURCE[0]%/*}" && pwd )
|
||||
testdir=$bindir/../test/integration
|
||||
|
|
Loading…
Reference in New Issue