File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ 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.32.0" ,
24
25
"v1.32.0-rc.2" ,
25
26
"v1.32.0-rc.1" ,
26
27
"v1.32.0-rc.0" ,
27
28
"v1.32.0-beta.0" ,
28
29
"v1.32.0-alpha.3" ,
29
30
"v1.32.0-alpha.2" ,
30
31
"v1.32.0-alpha.1" ,
32
+ "v1.31.4" ,
31
33
"v1.31.3" ,
32
34
"v1.31.2" ,
33
35
"v1.31.1" ,
@@ -38,6 +40,7 @@ var ValidKubernetesVersions = []string{
38
40
"v1.31.0-alpha.3" ,
39
41
"v1.31.0-alpha.2" ,
40
42
"v1.31.0-alpha.1" ,
43
+ "v1.30.8" ,
41
44
"v1.30.7" ,
42
45
"v1.30.6" ,
43
46
"v1.30.5" ,
@@ -53,6 +56,7 @@ var ValidKubernetesVersions = []string{
53
56
"v1.30.0-alpha.3" ,
54
57
"v1.30.0-alpha.2" ,
55
58
"v1.30.0-alpha.1" ,
59
+ "v1.29.12" ,
56
60
"v1.29.11" ,
57
61
"v1.29.10" ,
58
62
"v1.29.9" ,
You can’t perform that action at this time.
0 commit comments