update Kubernetes versions list

pull/21877/head
minikube-bot 2025-11-10 06:07:53 +00:00
parent ad86e07424
commit cc85c770f6
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 // 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 // This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
var ValidKubernetesVersions = []string{ var ValidKubernetesVersions = []string{
"v1.35.0-alpha.3",
"v1.35.0-alpha.2", "v1.35.0-alpha.2",
"v1.35.0-alpha.1", "v1.35.0-alpha.1",
"v1.34.1", "v1.34.1",