Skip to content

Commit 02ccb7c

Browse files
authored
Merge pull request #21877 from minikube-bot/auto_update_kubernetes_versions_list
build: Update Kubernetes versions list
2 parents 3cda61b + cc85c77 commit 02ccb7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ 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-alpha.3",
2425
"v1.35.0-alpha.2",
2526
"v1.35.0-alpha.1",
2627
"v1.34.1",

0 commit comments

Comments
 (0)