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 Feb 17, 2025
1 parent e96c7d8 commit a6c079f
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 @@ -22,6 +22,7 @@ package constants
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
var ValidKubernetesVersions = []string{
"v1.33.0-alpha.1",
"v1.32.2",
"v1.32.1",
"v1.32.0",
"v1.32.0-rc.2",
Expand All @@ -31,6 +32,7 @@ var ValidKubernetesVersions = []string{
"v1.32.0-alpha.3",
"v1.32.0-alpha.2",
"v1.32.0-alpha.1",
"v1.31.6",
"v1.31.5",
"v1.31.4",
"v1.31.3",
Expand All @@ -43,6 +45,7 @@ var ValidKubernetesVersions = []string{
"v1.31.0-alpha.3",
"v1.31.0-alpha.2",
"v1.31.0-alpha.1",
"v1.30.10",
"v1.30.9",
"v1.30.8",
"v1.30.7",
Expand All @@ -60,6 +63,7 @@ var ValidKubernetesVersions = []string{
"v1.30.0-alpha.3",
"v1.30.0-alpha.2",
"v1.30.0-alpha.1",
"v1.29.14",
"v1.29.13",
"v1.29.12",
"v1.29.11",
Expand Down

0 comments on commit a6c079f

Please sign in to comment.