Merge pull request #16773 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions listpull/16777/head
commit
8c82f01382
|
@ -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.3",
|
||||
"v1.28.0-alpha.2",
|
||||
"v1.28.0-alpha.1",
|
||||
"v1.27.3",
|
||||
|
|
Loading…
Reference in New Issue