Merge pull request #19407 from minikube-bot/auto_update_kubernetes_versions_list

Update Kubernetes versions list
pull/19414/head
Steven Powell 2024-08-12 08:43:52 -07:00 committed by GitHub
commit 0c74896ba1
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.31.0-rc.1",
"v1.31.0-rc.0",
"v1.31.0-beta.0",
"v1.31.0-alpha.3",