update Kubernetes versions list (#20092)
parent
323c007180
commit
6867769a4d
|
@ -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",
|
||||
"v1.32.0-rc.2",
|
||||
"v1.32.0-rc.1",
|
||||
"v1.32.0-rc.0",
|
||||
|
@ -28,6 +29,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.32.0-alpha.3",
|
||||
"v1.32.0-alpha.2",
|
||||
"v1.32.0-alpha.1",
|
||||
"v1.31.4",
|
||||
"v1.31.3",
|
||||
"v1.31.2",
|
||||
"v1.31.1",
|
||||
|
@ -38,6 +40,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.31.0-alpha.3",
|
||||
"v1.31.0-alpha.2",
|
||||
"v1.31.0-alpha.1",
|
||||
"v1.30.8",
|
||||
"v1.30.7",
|
||||
"v1.30.6",
|
||||
"v1.30.5",
|
||||
|
@ -53,6 +56,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.30.0-alpha.3",
|
||||
"v1.30.0-alpha.2",
|
||||
"v1.30.0-alpha.1",
|
||||
"v1.29.12",
|
||||
"v1.29.11",
|
||||
"v1.29.10",
|
||||
"v1.29.9",
|
||||
|
|
Loading…
Reference in New Issue