update Kubernetes versions list (#20961)
parent
64e40c6190
commit
157a99d7a8
|
@ -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.34.0-alpha.1",
|
||||
"v1.33.2",
|
||||
"v1.33.1",
|
||||
"v1.33.0",
|
||||
"v1.33.0-rc.1",
|
||||
|
@ -29,6 +31,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.33.0-alpha.3",
|
||||
"v1.33.0-alpha.2",
|
||||
"v1.33.0-alpha.1",
|
||||
"v1.32.6",
|
||||
"v1.32.5",
|
||||
"v1.32.4",
|
||||
"v1.32.3",
|
||||
|
@ -42,6 +45,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.32.0-alpha.3",
|
||||
"v1.32.0-alpha.2",
|
||||
"v1.32.0-alpha.1",
|
||||
"v1.31.10",
|
||||
"v1.31.9",
|
||||
"v1.31.8",
|
||||
"v1.31.7",
|
||||
|
@ -58,6 +62,7 @@ var ValidKubernetesVersions = []string{
|
|||
"v1.31.0-alpha.3",
|
||||
"v1.31.0-alpha.2",
|
||||
"v1.31.0-alpha.1",
|
||||
"v1.30.14",
|
||||
"v1.30.13",
|
||||
"v1.30.12",
|
||||
"v1.30.11",
|
||||
|
|
Loading…
Reference in New Issue