Skip to content

Commit

Permalink
update Kubernetes versions list (kubernetes#20092)
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot authored Dec 12, 2024
1 parent 323c007 commit 6867769
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,13 +21,15 @@ 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.32.0",
"v1.32.0-rc.2",
"v1.32.0-rc.1",
"v1.32.0-rc.0",
"v1.32.0-beta.0",
"v1.32.0-alpha.3",
"v1.32.0-alpha.2",
"v1.32.0-alpha.1",
"v1.31.4",
"v1.31.3",
"v1.31.2",
"v1.31.1",
Expand All @@ -38,6 +40,7 @@ var ValidKubernetesVersions = []string{
"v1.31.0-alpha.3",
"v1.31.0-alpha.2",
"v1.31.0-alpha.1",
"v1.30.8",
"v1.30.7",
"v1.30.6",
"v1.30.5",
Expand All @@ -53,6 +56,7 @@ var ValidKubernetesVersions = []string{
"v1.30.0-alpha.3",
"v1.30.0-alpha.2",
"v1.30.0-alpha.1",
"v1.29.12",
"v1.29.11",
"v1.29.10",
"v1.29.9",
Expand Down

0 comments on commit 6867769

Please sign in to comment.