Skip to content

Commit

Permalink
update Kubernetes versions list
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Sep 18, 2023
1 parent f62bf50 commit 4c81baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/minikube/constants/constants_kubernetes_versions.go
Original file line number Diff line number Diff line change
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.28.2",
"v1.28.1",
"v1.28.0",
"v1.28.0-rc.1",
Expand All @@ -30,6 +31,7 @@ var ValidKubernetesVersions = []string{
"v1.28.0-alpha.3",
"v1.28.0-alpha.2",
"v1.28.0-alpha.1",
"v1.27.6",
"v1.27.5",
"v1.27.4",
"v1.27.3",
Expand All @@ -42,6 +44,7 @@ var ValidKubernetesVersions = []string{
"v1.27.0-alpha.3",
"v1.27.0-alpha.2",
"v1.27.0-alpha.1",
"v1.26.9",
"v1.26.8",
"v1.26.7",
"v1.26.6",
Expand All @@ -57,6 +60,7 @@ var ValidKubernetesVersions = []string{
"v1.26.0-alpha.3",
"v1.26.0-alpha.2",
"v1.26.0-alpha.1",
"v1.25.14",
"v1.25.13",
"v1.25.12",
"v1.25.11",
Expand Down

0 comments on commit 4c81baa

Please sign in to comment.