File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ 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.35.0-beta.0" ,
2425 "v1.35.0-alpha.3" ,
2526 "v1.35.0-alpha.2" ,
2627 "v1.35.0-alpha.1" ,
28+ "v1.34.2" ,
2729 "v1.34.1" ,
2830 "v1.34.0" ,
2931 "v1.34.0-rc.2" ,
@@ -33,6 +35,7 @@ var ValidKubernetesVersions = []string{
3335 "v1.34.0-alpha.3" ,
3436 "v1.34.0-alpha.2" ,
3537 "v1.34.0-alpha.1" ,
38+ "v1.33.6" ,
3639 "v1.33.5" ,
3740 "v1.33.4" ,
3841 "v1.33.3" ,
@@ -45,6 +48,7 @@ var ValidKubernetesVersions = []string{
4548 "v1.33.0-alpha.3" ,
4649 "v1.33.0-alpha.2" ,
4750 "v1.33.0-alpha.1" ,
51+ "v1.32.10" ,
4852 "v1.32.9" ,
4953 "v1.32.8" ,
5054 "v1.32.7" ,
@@ -62,6 +66,7 @@ var ValidKubernetesVersions = []string{
6266 "v1.32.0-alpha.3" ,
6367 "v1.32.0-alpha.2" ,
6468 "v1.32.0-alpha.1" ,
69+ "v1.31.14" ,
6570 "v1.31.13" ,
6671 "v1.31.12" ,
6772 "v1.31.11" ,
You can’t perform that action at this time.
0 commit comments