From 86e69b1365b4e8128bf2254f0e7c73957bcf5b9f Mon Sep 17 00:00:00 2001 From: jainyjoseph Date: Tue, 10 Mar 2026 16:00:31 +0530 Subject: [PATCH 1/2] [patch] Adding OCP 4.21 Support --- src/mas/devops/data/catalogs/v9-260305-amd64.yaml | 3 +++ src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml | 3 +++ src/mas/devops/data/catalogs/v9-260305-s390x.yaml | 3 +++ src/mas/devops/data/ocp.yaml | 5 +++++ 4 files changed, 14 insertions(+) diff --git a/src/mas/devops/data/catalogs/v9-260305-amd64.yaml b/src/mas/devops/data/catalogs/v9-260305-amd64.yaml index 18a7e6a6..909bb625 100644 --- a/src/mas/devops/data/catalogs/v9-260305-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-amd64.yaml @@ -13,6 +13,7 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" +- "4.21" # Dependencies # ----------------------------------------------------------------------------- @@ -151,6 +152,8 @@ minio_version: RELEASE.2025-06-13T11-33-47Z editorial: whats_new: + - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' + details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml index f5db6105..01212235 100644 --- a/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml @@ -13,6 +13,7 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" +- "4.21" uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change sls_version: 3.12.5 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) @@ -51,6 +52,8 @@ mongo_extras_version_8: 8.0.17 editorial: whats_new: + - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' + details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/catalogs/v9-260305-s390x.yaml b/src/mas/devops/data/catalogs/v9-260305-s390x.yaml index f7cb12ee..c6ffa04a 100644 --- a/src/mas/devops/data/catalogs/v9-260305-s390x.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-s390x.yaml @@ -13,6 +13,7 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" +- "4.21" uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change sls_version: 3.12.5 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) @@ -51,6 +52,8 @@ mongo_extras_version_8: 8.0.17 editorial: whats_new: + - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' + details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/ocp.yaml b/src/mas/devops/data/ocp.yaml index 173ba916..fafbab21 100644 --- a/src/mas/devops/data/ocp.yaml +++ b/src/mas/devops/data/ocp.yaml @@ -9,6 +9,11 @@ # https://access.redhat.com/support/policy/updates/openshift/ ocp_versions: + "4.21": + ga_date: "February 3, 2026" + standard_support: "GA of 4.22 + 3 Months" + extended_support: "N/A" + "4.20": ga_date: "October 21, 2025" standard_support: "May 3, 2026" From 5b7f8ee5c97d50b945f630272821fa8391ba6163 Mon Sep 17 00:00:00 2001 From: jainyjoseph Date: Wed, 11 Mar 2026 19:31:50 +0530 Subject: [PATCH 2/2] [patch] Updated new catalog with ocp 4.21 Support --- src/mas/devops/data/catalogs/v9-260305-amd64.yaml | 3 --- src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml | 3 --- src/mas/devops/data/catalogs/v9-260305-s390x.yaml | 3 --- src/mas/devops/data/catalogs/v9-260326-amd64.yaml | 3 +++ 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/mas/devops/data/catalogs/v9-260305-amd64.yaml b/src/mas/devops/data/catalogs/v9-260305-amd64.yaml index 909bb625..18a7e6a6 100644 --- a/src/mas/devops/data/catalogs/v9-260305-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-amd64.yaml @@ -13,7 +13,6 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" -- "4.21" # Dependencies # ----------------------------------------------------------------------------- @@ -152,8 +151,6 @@ minio_version: RELEASE.2025-06-13T11-33-47Z editorial: whats_new: - - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' - details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml index 01212235..f5db6105 100644 --- a/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-ppc64le.yaml @@ -13,7 +13,6 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" -- "4.21" uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change sls_version: 3.12.5 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) @@ -52,8 +51,6 @@ mongo_extras_version_8: 8.0.17 editorial: whats_new: - - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' - details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/catalogs/v9-260305-s390x.yaml b/src/mas/devops/data/catalogs/v9-260305-s390x.yaml index c6ffa04a..f7cb12ee 100644 --- a/src/mas/devops/data/catalogs/v9-260305-s390x.yaml +++ b/src/mas/devops/data/catalogs/v9-260305-s390x.yaml @@ -13,7 +13,6 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" -- "4.21" uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change sls_version: 3.12.5 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) @@ -52,8 +51,6 @@ mongo_extras_version_8: 8.0.17 editorial: whats_new: - - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' - details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22 diff --git a/src/mas/devops/data/catalogs/v9-260326-amd64.yaml b/src/mas/devops/data/catalogs/v9-260326-amd64.yaml index 18a7e6a6..909bb625 100644 --- a/src/mas/devops/data/catalogs/v9-260326-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-260326-amd64.yaml @@ -13,6 +13,7 @@ ocp_compatibility: - "4.18" - "4.19" - "4.20" +- "4.21" # Dependencies # ----------------------------------------------------------------------------- @@ -151,6 +152,8 @@ minio_version: RELEASE.2025-06-13T11-33-47Z editorial: whats_new: + - title: '**Openshift 4.21 support** Openshift Container Platform 4.21 support has been added. Refer OCP 4.21 release notes [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/index)' + details: [] - title: '**Security updates and bug fixes**' details: - IBM Maximo Application Suite Core Platform v9.0.22