Skip to content

Commit 97ead81

Browse files
authored
Merge pull request kubernetes#23528 from minikube-bot/auto_update_kubernetes_versions_list
build: Update Kubernetes versions list
2 parents 629c981 + e56a7e3 commit 97ead81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ 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.37.0-rc.1",
2425
"v1.37.0-rc.0",
2526
"v1.37.0-beta.0",
2627
"v1.37.0-alpha.3",
2728
"v1.37.0-alpha.2",
2829
"v1.37.0-alpha.1",
30+
"v1.36.4",
2931
"v1.36.3",
3032
"v1.36.2",
3133
"v1.36.1",
@@ -35,6 +37,7 @@ var ValidKubernetesVersions = []string{
3537
"v1.36.0-beta.0",
3638
"v1.36.0-alpha.2",
3739
"v1.36.0-alpha.1",
40+
"v1.35.8",
3841
"v1.35.7",
3942
"v1.35.6",
4043
"v1.35.5",
@@ -49,6 +52,7 @@ var ValidKubernetesVersions = []string{
4952
"v1.35.0-alpha.3",
5053
"v1.35.0-alpha.2",
5154
"v1.35.0-alpha.1",
55+
"v1.34.11",
5256
"v1.34.10",
5357
"v1.34.9",
5458
"v1.34.8",

0 commit comments

Comments
 (0)