[v0.36.0] release prep: bump k8s/go deps, manifests, docs, and CI matrix

This commit is contained in:
Amir Alavi
2026-05-15 22:18:06 -04:00
parent d6720f509c
commit 3f8f9bb74e
1351 changed files with 66768 additions and 62552 deletions

View File

@@ -39,7 +39,7 @@ echo "DESCHEDULER_IMAGE: ${DESCHEDULER_IMAGE}"
# This just runs e2e tests.
if [ -n "$KIND_E2E" ]; then
K8S_VERSION=${KUBERNETES_VERSION:-v1.35.1}
K8S_VERSION=${KUBERNETES_VERSION:-v1.36.1}
if [ -z "${SKIP_KUBECTL_INSTALL}" ]; then
curl -Lo kubectl https://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
fi