Skip to content

Commit

Permalink
Merge pull request #18897 from minikube-bot/auto_update_kubernetes_ve…
Browse files Browse the repository at this point in the history
…rsions_list

Update Kubernetes versions list
  • Loading branch information
spowelljr committed May 15, 2024
2 parents 31cfe0c + df6cfe8 commit 9c262e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/minikube/constants/constants_kubernetes_versions.go
Expand Up @@ -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.30.1",
"v1.30.0",
"v1.30.0-rc.2",
"v1.30.0-rc.1",
Expand All @@ -29,6 +30,7 @@ var ValidKubernetesVersions = []string{
"v1.30.0-alpha.3",
"v1.30.0-alpha.2",
"v1.30.0-alpha.1",
"v1.29.5",
"v1.29.4",
"v1.29.3",
"v1.29.2",
Expand All @@ -40,6 +42,7 @@ var ValidKubernetesVersions = []string{
"v1.29.0-alpha.3",
"v1.29.0-alpha.2",
"v1.29.0-alpha.1",
"v1.28.10",
"v1.28.9",
"v1.28.8",
"v1.28.7",
Expand All @@ -57,6 +60,7 @@ var ValidKubernetesVersions = []string{
"v1.28.0-alpha.3",
"v1.28.0-alpha.2",
"v1.28.0-alpha.1",
"v1.27.14",
"v1.27.13",
"v1.27.12",
"v1.27.11",
Expand Down

0 comments on commit 9c262e1

Please sign in to comment.