Skip to content

Commit a4c2458

Browse files
authored
Merge pull request #22060 from minikube-bot/auto_update_kubernetes_versions_list
build: Update Kubernetes versions list
2 parents dbe0085 + 9593a9c commit a4c2458

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-rc.0",
2425
"v1.35.0-beta.0",
2526
"v1.35.0-alpha.3",
2627
"v1.35.0-alpha.2",

0 commit comments

Comments
 (0)