Skip to content

Commit fb2c1c6

Browse files
minikube-botpavansaikrishna78
authored andcommitted
update Kubernetes versions list (kubernetes#21280)
1 parent 40e90dc commit fb2c1c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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-rc.1",
25+
"v1.34.0-rc.0",
2426
"v1.34.0-beta.0",
2527
"v1.34.0-alpha.3",
2628
"v1.34.0-alpha.2",

0 commit comments

Comments
 (0)