Skip to content

Commit

Permalink
ci: drop support for k8s 1.29 and centralize config (#14196)
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Malone <[email protected]>
  • Loading branch information
MasonM authored Feb 17, 2025
1 parent f5d59e9 commit bec23ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/k8s-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)

0 comments on commit bec23ac

Please sign in to comment.