update Kubernetes versions list

pull/18186/head
minikube-bot 2024-02-15 14:37:42 +00:00
parent e8fb4fcb40
commit 8fb260cbb5
1 changed files with 5 additions and 0 deletions

View File

@ -21,7 +21,9 @@ 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.30.0-alpha.2",
"v1.30.0-alpha.1",
"v1.29.2",
"v1.29.1",
"v1.29.0",
"v1.29.0-rc.2",
@ -30,6 +32,7 @@ var ValidKubernetesVersions = []string{
"v1.29.0-alpha.3",
"v1.29.0-alpha.2",
"v1.29.0-alpha.1",
"v1.28.7",
"v1.28.6",
"v1.28.5",
"v1.28.4",
@ -44,6 +47,7 @@ var ValidKubernetesVersions = []string{
"v1.28.0-alpha.3",
"v1.28.0-alpha.2",
"v1.28.0-alpha.1",
"v1.27.11",
"v1.27.10",
"v1.27.9",
"v1.27.8",
@ -61,6 +65,7 @@ var ValidKubernetesVersions = []string{
"v1.27.0-alpha.3",
"v1.27.0-alpha.2",
"v1.27.0-alpha.1",
"v1.26.14",
"v1.26.13",
"v1.26.12",
"v1.26.11",