Merge pull request #21877 from minikube-bot/auto_update_kubernetes_versions_list

build: Update Kubernetes versions list
pull/21664/merge
Medya Ghazizadeh 2025-11-10 14:45:13 -08:00 committed by GitHub
commit 02ccb7ce96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package constants
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
var ValidKubernetesVersions = []string{
"v1.35.0-alpha.3",
"v1.35.0-alpha.2",
"v1.35.0-alpha.1",
"v1.34.1",