Skip to content

Commit

Permalink
Merge pull request #18186 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 authored Feb 15, 2024
2 parents e8fb4fc + 8fb260c commit 0200207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/minikube/constants/constants_kubernetes_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ 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.0-alpha.2",
"v1.30.0-alpha.1",
"v1.29.2",
"v1.29.1",
"v1.29.0",
"v1.29.0-rc.2",
Expand All @@ -30,6 +32,7 @@ var ValidKubernetesVersions = []string{
"v1.29.0-alpha.3",
"v1.29.0-alpha.2",
"v1.29.0-alpha.1",
"v1.28.7",
"v1.28.6",
"v1.28.5",
"v1.28.4",
Expand All @@ -44,6 +47,7 @@ var ValidKubernetesVersions = []string{
"v1.28.0-alpha.3",
"v1.28.0-alpha.2",
"v1.28.0-alpha.1",
"v1.27.11",
"v1.27.10",
"v1.27.9",
"v1.27.8",
Expand All @@ -61,6 +65,7 @@ var ValidKubernetesVersions = []string{
"v1.27.0-alpha.3",
"v1.27.0-alpha.2",
"v1.27.0-alpha.1",
"v1.26.14",
"v1.26.13",
"v1.26.12",
"v1.26.11",
Expand Down

0 comments on commit 0200207

Please sign in to comment.