Skip to content

Commit 94cd641

Browse files
authored
Merge pull request #21977 from minikube-bot/auto_update_kubernetes_versions_list
build: Update Kubernetes versions list
2 parents 2046c2c + bf7eda9 commit 94cd641

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,9 +21,11 @@ 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.35.0-beta.0",
2425
"v1.35.0-alpha.3",
2526
"v1.35.0-alpha.2",
2627
"v1.35.0-alpha.1",
28+
"v1.34.2",
2729
"v1.34.1",
2830
"v1.34.0",
2931
"v1.34.0-rc.2",
@@ -33,6 +35,7 @@ var ValidKubernetesVersions = []string{
3335
"v1.34.0-alpha.3",
3436
"v1.34.0-alpha.2",
3537
"v1.34.0-alpha.1",
38+
"v1.33.6",
3639
"v1.33.5",
3740
"v1.33.4",
3841
"v1.33.3",
@@ -45,6 +48,7 @@ var ValidKubernetesVersions = []string{
4548
"v1.33.0-alpha.3",
4649
"v1.33.0-alpha.2",
4750
"v1.33.0-alpha.1",
51+
"v1.32.10",
4852
"v1.32.9",
4953
"v1.32.8",
5054
"v1.32.7",
@@ -62,6 +66,7 @@ var ValidKubernetesVersions = []string{
6266
"v1.32.0-alpha.3",
6367
"v1.32.0-alpha.2",
6468
"v1.32.0-alpha.1",
69+
"v1.31.14",
6570
"v1.31.13",
6671
"v1.31.12",
6772
"v1.31.11",

0 commit comments

Comments
 (0)