We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983e2c5 commit cd86c58Copy full SHA for cd86c58
pkg/minikube/constants/constants_kubernetes_versions.go
@@ -25,6 +25,7 @@ var ValidKubernetesVersions = []string{
25
"v1.30.0-alpha.3",
26
"v1.30.0-alpha.2",
27
"v1.30.0-alpha.1",
28
+ "v1.29.3",
29
"v1.29.2",
30
"v1.29.1",
31
"v1.29.0",
@@ -34,6 +35,7 @@ var ValidKubernetesVersions = []string{
34
35
"v1.29.0-alpha.3",
36
"v1.29.0-alpha.2",
37
"v1.29.0-alpha.1",
38
+ "v1.28.8",
39
"v1.28.7",
40
"v1.28.6",
41
"v1.28.5",
@@ -49,6 +51,7 @@ var ValidKubernetesVersions = []string{
49
51
"v1.28.0-alpha.3",
50
52
"v1.28.0-alpha.2",
53
"v1.28.0-alpha.1",
54
+ "v1.27.12",
55
"v1.27.11",
56
"v1.27.10",
57
"v1.27.9",
0 commit comments