There was an error while loading. Please reload this page.
2 parents 5c9ca74 + 65b5943 commit 7eed4e7Copy full SHA for 7eed4e7
1 file changed
pkg/minikube/constants/constants_kubernetes_versions.go
@@ -21,6 +21,7 @@ package constants
21
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
22
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
23
var ValidKubernetesVersions = []string{
24
+ "v1.37.0",
25
"v1.37.0-rc.1",
26
"v1.37.0-rc.0",
27
"v1.37.0-beta.0",
0 commit comments