Skip to content

Commit 7a2dfb4

Browse files
authored
update Kubernetes versions list (#20997)
1 parent 28b0c9f commit 7a2dfb4

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.34.0-alpha.2",
2425
"v1.34.0-alpha.1",
2526
"v1.33.2",
2627
"v1.33.1",

0 commit comments

Comments
 (0)