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:
Alejandro Pedraza 2025-02-06 10:30:19 -05:00 committed by GitHub
parent 29107bca74
commit dc6c8697c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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

View File

@ -2,7 +2,7 @@
set -eu
K3D_VERSION=v5.7.5
K3D_VERSION=v5.8.1
bindir=$( cd "${0%/*}" && pwd )