From 51181737600491f1825e37e91d63eea5c676b04c Mon Sep 17 00:00:00 2001 From: Peggie Date: Fri, 6 Dec 2024 17:13:42 +0100 Subject: [PATCH] feat: Public Cloud K8S versions update (#6263) Update the versions used to test the operator on public cloud providers Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: public-cloud-k8s-versions-check (cherry picked from commit fab33aeddddb5a0832732ea3453fa31c12138ea3) --- .github/aks_versions.json | 4 ++-- .github/openshift_versions.json | 1 + Makefile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/aks_versions.json b/.github/aks_versions.json index 3ffbbe129d..b5a3eed520 100644 --- a/.github/aks_versions.json +++ b/.github/aks_versions.json @@ -1,6 +1,6 @@ [ - "1.31.1", - "1.30.5", + "1.31.2", + "1.30.6", "1.29.9", "1.28.9" ] diff --git a/.github/openshift_versions.json b/.github/openshift_versions.json index 08587af16a..49cf2ac65d 100644 --- a/.github/openshift_versions.json +++ b/.github/openshift_versions.json @@ -1,4 +1,5 @@ [ + "4.18", "4.17", "4.16", "4.15", diff --git a/Makefile b/Makefile index 2b93fba0ea..6a80924a5a 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ WOKE_VERSION ?= 0.19.0 OPERATOR_SDK_VERSION ?= v1.38.0 OPM_VERSION ?= v1.48.0 PREFLIGHT_VERSION ?= 1.10.2 -OPENSHIFT_VERSIONS ?= v4.12-v4.17 +OPENSHIFT_VERSIONS ?= v4.12-v4.18 ARCH ?= amd64 export CONTROLLER_IMG