Skip to content

Commit 7561309

Browse files
public-cloud-k8s-versions-checkgithub-actions[bot]
authored andcommitted
feat: Updated public cloud k8s tested versions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7e8d50 commit 7561309

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/aks_versions.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
2-
"1.32.0",
3-
"1.31.5",
4-
"1.30.9",
5-
"1.29.9"
2+
"1.32.3",
3+
"1.31.7",
4+
"1.30.9"
65
]

.github/eks_versions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
"1.32",
33
"1.31",
4-
"1.30",
5-
"1.29"
4+
"1.30"
65
]

.github/kind_versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
2-
"v1.32.2",
2+
"v1.33.0",
3+
"v1.32.3",
34
"v1.31.6",
45
"v1.30.10",
56
"v1.29.14",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ WOKE_VERSION ?= 0.19.0
6060
OPERATOR_SDK_VERSION ?= v1.39.2
6161
OPM_VERSION ?= v1.51.0
6262
PREFLIGHT_VERSION ?= 1.13.0
63-
OPENSHIFT_VERSIONS ?= v4.12-v4.19
63+
OPENSHIFT_VERSIONS ?= v4.12-v4.18
6464
ARCH ?= amd64
6565

6666
export CONTROLLER_IMG

0 commit comments

Comments
 (0)