update Kubernetes versions list

pull/19920/head
minikube-bot 2024-11-06 15:04:44 +00:00
parent 613647c5c0
commit 8dd7abb912
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ 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-beta.0",
"v1.32.0-alpha.3",
"v1.32.0-alpha.2",
"v1.32.0-alpha.1",