Skip to content

Commit 65b5943

Browse files
committed
update Kubernetes versions list
1 parent e3aee58 commit 65b5943

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/minikube/constants/constants_kubernetes_versions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ package constants
2121
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
2222
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
2323
var ValidKubernetesVersions = []string{
24+
"v1.37.0",
2425
"v1.37.0-rc.1",
2526
"v1.37.0-rc.0",
2627
"v1.37.0-beta.0",

0 commit comments

Comments
 (0)