Skip to content

Commit 6867769

Browse files
authored
update Kubernetes versions list (#20092)
1 parent 323c007 commit 6867769

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ package constants
2121
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
2222
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
2323
var ValidKubernetesVersions = []string{
24+
"v1.32.0",
2425
"v1.32.0-rc.2",
2526
"v1.32.0-rc.1",
2627
"v1.32.0-rc.0",
2728
"v1.32.0-beta.0",
2829
"v1.32.0-alpha.3",
2930
"v1.32.0-alpha.2",
3031
"v1.32.0-alpha.1",
32+
"v1.31.4",
3133
"v1.31.3",
3234
"v1.31.2",
3335
"v1.31.1",
@@ -38,6 +40,7 @@ var ValidKubernetesVersions = []string{
3840
"v1.31.0-alpha.3",
3941
"v1.31.0-alpha.2",
4042
"v1.31.0-alpha.1",
43+
"v1.30.8",
4144
"v1.30.7",
4245
"v1.30.6",
4346
"v1.30.5",
@@ -53,6 +56,7 @@ var ValidKubernetesVersions = []string{
5356
"v1.30.0-alpha.3",
5457
"v1.30.0-alpha.2",
5558
"v1.30.0-alpha.1",
59+
"v1.29.12",
5660
"v1.29.11",
5761
"v1.29.10",
5862
"v1.29.9",

0 commit comments

Comments
 (0)