From bec23acc55dd2e573fded5ba7be2530f8af0d5bd Mon Sep 17 00:00:00 2001 From: Mason Malone <651224+MasonM@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:50:26 -0500 Subject: [PATCH] ci: drop support for k8s 1.29 and centralize config (#14196) Signed-off-by: Mason Malone <651224+MasonM@users.noreply.github.com> --- hack/k8s-versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/k8s-versions.sh b/hack/k8s-versions.sh index e6483382b259..1d8271b87636 100755 --- a/hack/k8s-versions.sh +++ b/hack/k8s-versions.sh @@ -3,6 +3,6 @@ # Centralized config to define the minimum and maximum tested Kubernetes versions. # This is used in the CI workflow for e2e tests, the devcontainer, and to generate docs. declare -A K8S_VERSIONS=( - [min]=v1.29.13 + [min]=v1.30.9 [max]=v1.32.1 -) \ No newline at end of file +)