Merge pull request #16855 from minikube-bot/auto_update_kubernetes_versions_list

Update Kubernetes versions list
pull/16860/head
Steven Powell 2023-07-10 09:53:21 -07:00 committed by GitHub
commit 1569843d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.28.0-alpha.4",
"v1.28.0-alpha.3",
"v1.28.0-alpha.2",
"v1.28.0-alpha.1",