File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ 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
2323var ValidKubernetesVersions = []string {
24+ "v1.37.0-rc.1" ,
2425 "v1.37.0-rc.0" ,
2526 "v1.37.0-beta.0" ,
2627 "v1.37.0-alpha.3" ,
2728 "v1.37.0-alpha.2" ,
2829 "v1.37.0-alpha.1" ,
30+ "v1.36.4" ,
2931 "v1.36.3" ,
3032 "v1.36.2" ,
3133 "v1.36.1" ,
@@ -35,6 +37,7 @@ var ValidKubernetesVersions = []string{
3537 "v1.36.0-beta.0" ,
3638 "v1.36.0-alpha.2" ,
3739 "v1.36.0-alpha.1" ,
40+ "v1.35.8" ,
3841 "v1.35.7" ,
3942 "v1.35.6" ,
4043 "v1.35.5" ,
@@ -49,6 +52,7 @@ var ValidKubernetesVersions = []string{
4952 "v1.35.0-alpha.3" ,
5053 "v1.35.0-alpha.2" ,
5154 "v1.35.0-alpha.1" ,
55+ "v1.34.11" ,
5256 "v1.34.10" ,
5357 "v1.34.9" ,
5458 "v1.34.8" ,
You can’t perform that action at this time.
0 commit comments