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,6 +21,8 @@ package constants
21
21
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
22
22
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
23
23
var ValidKubernetesVersions = []string {
24
+ "v1.34.0-alpha.1" ,
25
+ "v1.33.2" ,
24
26
"v1.33.1" ,
25
27
"v1.33.0" ,
26
28
"v1.33.0-rc.1" ,
@@ -29,6 +31,7 @@ var ValidKubernetesVersions = []string{
29
31
"v1.33.0-alpha.3" ,
30
32
"v1.33.0-alpha.2" ,
31
33
"v1.33.0-alpha.1" ,
34
+ "v1.32.6" ,
32
35
"v1.32.5" ,
33
36
"v1.32.4" ,
34
37
"v1.32.3" ,
@@ -42,6 +45,7 @@ var ValidKubernetesVersions = []string{
42
45
"v1.32.0-alpha.3" ,
43
46
"v1.32.0-alpha.2" ,
44
47
"v1.32.0-alpha.1" ,
48
+ "v1.31.10" ,
45
49
"v1.31.9" ,
46
50
"v1.31.8" ,
47
51
"v1.31.7" ,
@@ -58,6 +62,7 @@ var ValidKubernetesVersions = []string{
58
62
"v1.31.0-alpha.3" ,
59
63
"v1.31.0-alpha.2" ,
60
64
"v1.31.0-alpha.1" ,
65
+ "v1.30.14" ,
61
66
"v1.30.13" ,
62
67
"v1.30.12" ,
63
68
"v1.30.11" ,
You can’t perform that action at this time.
0 commit comments