update Kubernetes versions list

pull/20064/head
minikube-bot 2024-12-09 06:06:35 +00:00
parent 3b895bd10d
commit afb272d80d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ package constants
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
var ValidKubernetesVersions = []string{
"v1.32.0-rc.2",
"v1.32.0-rc.1",
"v1.32.0-rc.0",
"v1.32.0-beta.0",
"v1.32.0-alpha.3",