From 6eb88092a4e75610b6ab2f5f4611bdae01cbdcb8 Mon Sep 17 00:00:00 2001 From: Vaibhav Baraskar Date: Wed, 11 Feb 2026 15:58:28 +0530 Subject: [PATCH 1/3] [patch] added the mongo version --- src/mas/devops/data/catalogs/v9-260129-amd64.yaml | 2 +- src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml | 2 +- src/mas/devops/data/catalogs/v9-260129-s390x.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mas/devops/data/catalogs/v9-260129-amd64.yaml b/src/mas/devops/data/catalogs/v9-260129-amd64.yaml index eccfa918..0b2bf971 100644 --- a/src/mas/devops/data/catalogs/v9-260129-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-amd64.yaml @@ -115,7 +115,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.0.17 +mongo_extras_version_default: 8.2.3 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 diff --git a/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml index c5bc07e2..f2f220fa 100644 --- a/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml @@ -39,7 +39,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.0.17 +mongo_extras_version_default: 8.2.3 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 diff --git a/src/mas/devops/data/catalogs/v9-260129-s390x.yaml b/src/mas/devops/data/catalogs/v9-260129-s390x.yaml index 064f20cb..61f7644a 100644 --- a/src/mas/devops/data/catalogs/v9-260129-s390x.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-s390x.yaml @@ -39,7 +39,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.0.17 +mongo_extras_version_default: 8.2.3 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 From 3a2575edb5c6dc994478b94943d914d739cc5b52 Mon Sep 17 00:00:00 2001 From: Vaibhav Baraskar Date: Thu, 12 Feb 2026 12:04:00 +0530 Subject: [PATCH 2/3] [patch] revert the mongo version --- src/mas/devops/data/catalogs/v9-260129-amd64.yaml | 2 +- src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml | 2 +- src/mas/devops/data/catalogs/v9-260129-s390x.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mas/devops/data/catalogs/v9-260129-amd64.yaml b/src/mas/devops/data/catalogs/v9-260129-amd64.yaml index 0b2bf971..eccfa918 100644 --- a/src/mas/devops/data/catalogs/v9-260129-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-amd64.yaml @@ -115,7 +115,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.2.3 +mongo_extras_version_default: 8.0.17 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 diff --git a/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml index f2f220fa..c5bc07e2 100644 --- a/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-ppc64le.yaml @@ -39,7 +39,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.2.3 +mongo_extras_version_default: 8.0.17 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 diff --git a/src/mas/devops/data/catalogs/v9-260129-s390x.yaml b/src/mas/devops/data/catalogs/v9-260129-s390x.yaml index 61f7644a..064f20cb 100644 --- a/src/mas/devops/data/catalogs/v9-260129-s390x.yaml +++ b/src/mas/devops/data/catalogs/v9-260129-s390x.yaml @@ -39,7 +39,7 @@ uds_extras_version: 1.5.0 # Extra Images for Mongo # ------------------------------------------------------------------------------ -mongo_extras_version_default: 8.2.3 +mongo_extras_version_default: 8.0.17 # Variables used to mirror additional mongo image versions mongo_extras_version_4: 4.4.21 From 09f397ca93676523616076df742a72589e191c7b Mon Sep 17 00:00:00 2001 From: shimto-jacob-siby Date: Thu, 12 Feb 2026 15:50:41 +0530 Subject: [PATCH 3/3] [patch] Enabled OCP 420 in python-devops (#193) Co-authored-by: Parveen Kumar --- .../devops/data/catalogs/v9-260226-amd64.yaml | 171 ++++++++++++++++++ .../data/catalogs/v9-260226-ppc64le.yaml | 59 ++++++ .../devops/data/catalogs/v9-260226-s390x.yaml | 59 ++++++ 3 files changed, 289 insertions(+) create mode 100644 src/mas/devops/data/catalogs/v9-260226-amd64.yaml create mode 100644 src/mas/devops/data/catalogs/v9-260226-ppc64le.yaml create mode 100644 src/mas/devops/data/catalogs/v9-260226-s390x.yaml diff --git a/src/mas/devops/data/catalogs/v9-260226-amd64.yaml b/src/mas/devops/data/catalogs/v9-260226-amd64.yaml new file mode 100644 index 00000000..ff40726e --- /dev/null +++ b/src/mas/devops/data/catalogs/v9-260226-amd64.yaml @@ -0,0 +1,171 @@ +--- +# Case bundle configuration for IBM Maximo Operator Catalog 260226 (AMD64) +# ----------------------------------------------------------------------------- +# In the future this won't be necessary as we'll be able to mirror from the +# catalog itself, but not everything in the catalog supports this yet (including MAS) +# so we need to use the CASE bundle mirror process still. + +catalog_digest: sha256:ee5cd2eb532a9b2f4336e0181daf32523cb744751fe782109b0350a9ff0c92cf + +ocp_compatibility: +- "4.16" +- "4.17" +- "4.18" +- "4.19" +- "4.20" + +# Dependencies +# ----------------------------------------------------------------------------- +ibm_licensing_version: 4.2.17 # Operator version 4.2.14 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-licensing) +common_svcs_version: 4.13.0 # Operator version 4.13.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-common-services) +common_svcs_version_1: 4.11.0 # Additional version 4.11.0 + +cp4d_platform_version: 5.2.0+20250709.170324 # Operator version 5.2.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-cp-datacore/) +ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be explicitily mirrored + +db2u_version: 7.5.1+20251217.121408.18568 # Operator version 110509.0.7 to find the version 7.5.1+20251217.121408.18568, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator) +db2_channel_default: v110509.0 # Default Channel version for db2u-operator +events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator) +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 # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +tsm_version: 1.7.2 # Operator version 1.7.2 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) +dd_version: 1.1.21 # Operator version 1.1.21 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases) +appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change +wsl_version: 11.0.0+20250521.202913.73 # used for wsl and wsl_runtimes unless wsl_runtimes_version also specified +wsl_runtimes_version: 11.0.0+20250515.090949.21 # cpd 5.1.3 uses version 10.3.0 of wsl runtimes but only 10.2.0 for wsl itself +wml_version: 11.0.0+20250530.193146.282 # Operator version 5.2.0 +postgress_version: 5.16.0+20250827.110911.2626 # ibm-cpd-cloud-native-postgresql-operator 5.2.0 cp4d + +ccs_build: 11.0.0+20250605.130237.468 # cpd 5.2.0 using ccs build +# datarefinery_build: +20240517.202103.146 + +spark_version: 11.0.0+20250604.163055.2097 # Operator version 5.2.0 +cognos_version: 28.0.0+20250515.175459.10054 # Operator version 25.0.0 +couchdb_version: 1.0.13 # Operator version 2.2.1 (1.0.13) sticking with 1.0.13 # (This is required for Assist 9.0, https://github.com/IBM/cloud-pak/blob/master/repo/case/ibm-couchdb/index.yaml) +elasticsearch_version: 1.1.2667 # Operator version 1.1.2667 # used in cpd 5.1.3 only +opensearch_version: 1.1.2494 # Operator version 1.1.2494 + +# Maximo Application Suite +# ----------------------------------------------------------------------------- +mas_core_version: + 9.2.x-feature: 9.2.0-pre.stable_9887 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.19 # Need to update + 8.10.x: 8.10.33 # Need to update + 8.11.x: 8.11.30 # Need to update +mas_assist_version: + 9.1.x: 9.1.7 # Need to update + 9.0.x: 9.0.13 # Need to update + 8.10.x: 8.7.8 # No Update + 8.11.x: 8.8.7 # No Update +mas_hputilities_version: + 9.1.x: "" # Not Supported + 9.0.x: "" # Not Supported + 8.10.x: 8.6.7 # No Update + 8.11.x: "" # Not Supported +mas_iot_version: + 9.1.x: 9.1.7 # Need to update + 9.0.x: 9.0.16 # Need to update + 8.10.x: 8.7.30 # Need to update + 8.11.x: 8.8.26 # Need to update +mas_manage_version: + 9.2.x-feature: 9.2.0-pre.stable_10282 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.21 # Need to update + 8.10.x: 8.6.34 # Need to update + 8.11.x: 8.7.28 # Need to update +mas_monitor_version: + 9.1.x: 9.1.7 # Need to update + 9.0.x: 9.0.17 # Need to update + 8.10.x: 8.10.27 # Need to update + 8.11.x: 8.11.25 # Need to update +mas_optimizer_version: + 9.2.x-feature: 9.2.0-pre.stable_9869 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.19 # Need to update + 8.10.x: 8.4.26 # Need to update + 8.11.x: 8.5.25 # Need to update +mas_predict_version: + 9.1.x: 9.1.4 # Need to update + 9.0.x: 9.0.11 # Need to update + 8.10.x: 8.8.12 # Need to update + 8.11.x: 8.9.14 # Need to update +mas_visualinspection_version: + 9.2.x-feature: 9.2.0-pre.stable_6198 # Need to update + 9.1.x: 9.1.7 # Need to update + 9.0.x: 9.0.16 # Need to update + 8.10.x: 8.8.4 # No Update + 8.11.x: 8.9.19 # Need to update +mas_facilities_version: + 9.1.x: 9.1.7 # Need to update + 9.0.x: "" # Not Supported + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported + + +# Maximo AI Service +# ------------------------------------------------------------------------------ +aiservice_version: + 9.2.x-feature: 9.2.0-pre.stable_9768 # Need to update + 9.1.x: 9.1.11 # Need to update + + +# Extra Images for UDS +# ------------------------------------------------------------------------------ +uds_extras_version: 1.5.0 + +# Extra Images for Mongo +# ------------------------------------------------------------------------------ +mongo_extras_version_default: 8.0.17 + +# Variables used to mirror additional mongo image versions +mongo_extras_version_4: 4.4.21 +mongo_extras_version_5: 5.0.23 +mongo_extras_version_6: 6.0.12 +mongo_extras_version_7: 7.0.23 +mongo_extras_version_8: 8.0.17 + +# Extra Images for Db2u +# ------------------------------------------------------------------------------ +db2u_extras_version: 1.0.6 # No Update +db2u_filter: db2 + +# Extra Images for CCS used for PCD 5.2.0 Hotfix +# ------------------------------------------------------------------------------ +ccs_extras_version: 11.0.0 + +# Extra Images for IBM Watson Discovery +# ------------------------------------------------------------------------------ +#wd_extras_version: 1.0.4 + +# Extra Images for Amlen +# ------------------------------------------------------------------------------ +amlen_extras_version: 1.1.3 + +# Default Cloud Pak for Data version +# ------------------------------------------------------------------------------ +cpd_product_version_default: 5.2.0 + +manage_extras_913: 9.1.3 +minio_version: RELEASE.2025-06-13T11-33-47Z + +editorial: + whats_new: + - title: '**Security updates and bug fixes**' + details: + - IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0 and v9.1 + - IBM Maximo Manage v8.6, v8.7, v9.0 and v9.1 + - IBM Maximo IoT v8.7, v8.8, v9.0 and v9.1 + - IBM Maximo Monitor v8.10, v8.11, v9.0 and v9.1 + - IBM Maximo Optimizer v8.4, 8.5 and v9.1 + - IBM Maximo Assist v9.1 and v9.0 + - IBM Maximo Predict v8.8, v8.9, v9.0 and v9.1 + - IBM Maximo Visual Inspection v8.9, v9.0 and v9.1 + - IBM Maximo Real Estate and Facilities v9.1 + - IBM Maximo AI Service v9.1 + - IBM Maximo Location Service for Esri v9.0 and v9.1 + - IBM Suite License Service v3.12 + - IBM Data Dictionary v1.1 + known_issues: + - title: Customers using **Maximo Assist v8.7 or v8.8** should not update and must instead contact IBM Support for guidance regarding the removal of IBM Watson Discovery and upgrading to Maximo Assist v9.0 + - title: A known issue exists in the January 29, 2026 release affecting HSE and Oil & Gas (9.0.23 / 9.1.64). Customers with HSE installed should avoid upgrading to the January release. Installation of HSE or Oil & Gas on Manage 9.0.x / 9.1.x should be deferred until the February 2026 patch. \ No newline at end of file diff --git a/src/mas/devops/data/catalogs/v9-260226-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-260226-ppc64le.yaml new file mode 100644 index 00000000..14932e8d --- /dev/null +++ b/src/mas/devops/data/catalogs/v9-260226-ppc64le.yaml @@ -0,0 +1,59 @@ +--- +# Case bundle configuration for IBM Maximo Operator Catalog 260226 (PPC) +# ----------------------------------------------------------------------------- +# In the future this won't be necessary as we'll be able to mirror from the +# catalog itself, but not everything in the catalog supports this yet (including MAS) +# so we need to use the CASE bundle mirror process still. + +catalog_digest: sha256:5bbdd2381ab0090ce4862bafdec4c13477b711c58f57c31ffacb011f3b320ade + +ocp_compatibility: +- "4.16" +- "4.17" +- "4.18" +- "4.19" +- "4.20" + +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 # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +tsm_version: 1.7.2 # Operator version 1.7.2 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) +db2u_version: 7.5.1+20251217.121408.18568 # Operator version 110509.0.7 to find the version 7.5.1+20251217.121408.18568, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator) + +# Maximo Application Suite +# ----------------------------------------------------------------------------- +mas_core_version: + 9.2.x-feature: 9.2.0-pre.stable_9887 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.19 # Need to update + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported +mas_manage_version: + 9.2.x-feature: 9.2.0-pre.stable_10282 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.21 # Need to update + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported + +# Extra Images for UDS +# ------------------------------------------------------------------------------ +uds_extras_version: 1.5.0 + +# Extra Images for Mongo +# ------------------------------------------------------------------------------ +mongo_extras_version_default: 8.0.17 + +# Variables used to mirror additional mongo image versions +mongo_extras_version_4: 4.4.21 +mongo_extras_version_5: 5.0.23 +mongo_extras_version_6: 6.0.12 +mongo_extras_version_7: 7.0.12 +mongo_extras_version_8: 8.0.17 + +editorial: + whats_new: + - title: '**Security updates and bug fixes**' + details: + - IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0 and v9.1 + - IBM Maximo Manage v8.6, v8.7, v9.0 and v9.1 + known_issues: + - title: A known issue exists in the January 29, 2026 release affecting HSE and Oil & Gas (9.0.23 / 9.1.64). Customers with HSE installed should avoid upgrading to the January release. Installation of HSE or Oil & Gas on Manage 9.0.x / 9.1.x should be deferred until the February 2026 patch. \ No newline at end of file diff --git a/src/mas/devops/data/catalogs/v9-260226-s390x.yaml b/src/mas/devops/data/catalogs/v9-260226-s390x.yaml new file mode 100644 index 00000000..6efb7798 --- /dev/null +++ b/src/mas/devops/data/catalogs/v9-260226-s390x.yaml @@ -0,0 +1,59 @@ +--- +# Case bundle configuration for IBM Maximo Operator Catalog 260226 (Z) +# ----------------------------------------------------------------------------- +# In the future this won't be necessary as we'll be able to mirror from the +# catalog itself, but not everything in the catalog supports this yet (including MAS) +# so we need to use the CASE bundle mirror process still. + +catalog_digest: sha256:bdb612dd59fab8afad633063429d2816333c5b6c0ea7dcf07073404cf774d09e + +ocp_compatibility: +- "4.16" +- "4.17" +- "4.18" +- "4.19" +- "4.20" + +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 # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +tsm_version: 1.7.2 # Operator version 1.7.2 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) +db2u_version: 7.5.1+20251217.121408.18568 # Operator version 110509.0.7 to find the version 7.5.1+20251217.121408.18568, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator) + +# Maximo Application Suite +# ----------------------------------------------------------------------------- +mas_core_version: + 9.2.x-feature: 9.2.0-pre.stable_9887 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.19 # Need to update + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported +mas_manage_version: + 9.2.x-feature: 9.2.0-pre.stable_10282 # Need to update + 9.1.x: 9.1.8 # Need to update + 9.0.x: 9.0.21 # Need to update + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported + +# Extra Images for UDS +# ------------------------------------------------------------------------------ +uds_extras_version: 1.5.0 + +# Extra Images for Mongo +# ------------------------------------------------------------------------------ +mongo_extras_version_default: 8.0.17 + +# Variables used to mirror additional mongo image versions +mongo_extras_version_4: 4.4.21 +mongo_extras_version_5: 5.0.23 +mongo_extras_version_6: 6.0.12 +mongo_extras_version_7: 7.0.12 +mongo_extras_version_8: 8.0.17 + +editorial: + whats_new: + - title: '**Security updates and bug fixes**' + details: + - IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0 and v9.1 + - IBM Maximo Manage v8.6, v8.7, v9.0 and v9.1 + known_issues: + - title: A known issue exists in the January 29, 2026 release affecting HSE and Oil & Gas (9.0.23 / 9.1.64). Customers with HSE installed should avoid upgrading to the January release. Installation of HSE or Oil & Gas on Manage 9.0.x / 9.1.x should be deferred until the February 2026 patch. \ No newline at end of file