Skip to content

Commit 067922b

Browse files
authored
update Kubernetes versions list (#20509)
1 parent d510d46 commit 067922b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/constants/constants_kubernetes_versions.go

+1
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.33.0-alpha.3",
2425
"v1.33.0-alpha.2",
2526
"v1.33.0-alpha.1",
2627
"v1.32.2",

0 commit comments

Comments
 (0)