Skip to content

Commit b76175b

Browse files
committed
update Kubernetes versions list
1 parent bea459a commit b76175b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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.34.0-alpha.1",
25+
"v1.33.2",
2426
"v1.33.1",
2527
"v1.33.0",
2628
"v1.33.0-rc.1",
@@ -29,6 +31,7 @@ var ValidKubernetesVersions = []string{
2931
"v1.33.0-alpha.3",
3032
"v1.33.0-alpha.2",
3133
"v1.33.0-alpha.1",
34+
"v1.32.6",
3235
"v1.32.5",
3336
"v1.32.4",
3437
"v1.32.3",
@@ -42,6 +45,7 @@ var ValidKubernetesVersions = []string{
4245
"v1.32.0-alpha.3",
4346
"v1.32.0-alpha.2",
4447
"v1.32.0-alpha.1",
48+
"v1.31.10",
4549
"v1.31.9",
4650
"v1.31.8",
4751
"v1.31.7",
@@ -58,6 +62,7 @@ var ValidKubernetesVersions = []string{
5862
"v1.31.0-alpha.3",
5963
"v1.31.0-alpha.2",
6064
"v1.31.0-alpha.1",
65+
"v1.30.14",
6166
"v1.30.13",
6267
"v1.30.12",
6368
"v1.30.11",

0 commit comments

Comments
 (0)