From 9f576ab8b146e764442794df2cae32a0a45b20f9 Mon Sep 17 00:00:00 2001 From: Parveen Kumar Date: Thu, 28 Aug 2025 14:48:44 +0530 Subject: [PATCH 1/2] [patch] sls & aiservice version and latest digest update --- src/mas/devops/data/catalogs/v9-250828-amd64.yaml | 10 ++++++++-- src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml | 4 ++-- src/mas/devops/data/catalogs/v9-250828-s390x.yaml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/mas/devops/data/catalogs/v9-250828-amd64.yaml b/src/mas/devops/data/catalogs/v9-250828-amd64.yaml index 86d537b0..12a56cab 100644 --- a/src/mas/devops/data/catalogs/v9-250828-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-250828-amd64.yaml @@ -5,7 +5,7 @@ # 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:ea42e59ba04a7fc27b23e9dbbf54ac76a8536efd99db18896bbe6522c830e66e +catalog_digest: sha256:adea6ac79804698267a11806cbc93b4a4a650fb3dac6ed619d590d9d8469bda3 ocp_compatibility: - 4.15 @@ -25,7 +25,7 @@ ibm_zen_version: 6.1.1+20250218.180746.89 # For CPD5 ibm-zen has to be explic db2u_version: 7.2.0+20250522.212407.15144 # Operator version 110509.0.2 to find the version 7.2.0, search CASE_VERSION in db2u, catalog.yaml into ibm-maximo-operator-catalog (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator) 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.1 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +sls_version: 3.12.2 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) tsm_version: 1.7.0 # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) dd_version: 1.1.19 # Operator version 1.1.14 (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 @@ -99,6 +99,12 @@ mas_facilities_version: 9.0.x: "" # Not Supported 8.10.x: "" # Not Supported 8.11.x: "" # Not Supported +ibm-aiservice_version: + 9.1.x: 9.1.5 # Updated + 9.0.x: "" # Not Supported + 8.10.x: "" # Not Supported + 8.11.x: "" # Not Supported + # Maximo AI Service # ------------------------------------------------------------------------------ diff --git a/src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml b/src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml index 93056f85..815418f8 100644 --- a/src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml +++ b/src/mas/devops/data/catalogs/v9-250828-ppc64le.yaml @@ -5,10 +5,10 @@ # 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:b974f44360317a9501f0ea9b17df7cd05063b797a7053625e5d5d2b7398c23f6 +catalog_digest: sha256:6a3e712a7f962c092e1a4bf33f7770a0c7ff16c6623be2c853bc9acb226d228e uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change -sls_version: 3.12.1 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +sls_version: 3.12.2 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) tsm_version: 1.7.0 # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) diff --git a/src/mas/devops/data/catalogs/v9-250828-s390x.yaml b/src/mas/devops/data/catalogs/v9-250828-s390x.yaml index 8325ace2..137fddec 100644 --- a/src/mas/devops/data/catalogs/v9-250828-s390x.yaml +++ b/src/mas/devops/data/catalogs/v9-250828-s390x.yaml @@ -5,10 +5,10 @@ # 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:dcf15092dae089665404029109f63e5b4fcfedfac7f43cbcc8ef93fae2764f7c +catalog_digest: sha256:efad4bbc7791ba7ed28fccfb2cff44ea7ec49b29f05556762cc65f319fcc8e14 uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change -sls_version: 3.12.1 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) +sls_version: 3.12.2 # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases) tsm_version: 1.7.0 # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases) From a829dacaa2012b8137dc5717393e18c54a9c185c Mon Sep 17 00:00:00 2001 From: Parveen Kumar Date: Thu, 28 Aug 2025 15:41:47 +0530 Subject: [PATCH 2/2] [patch] remove aiservice --- src/mas/devops/data/catalogs/v9-250828-amd64.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mas/devops/data/catalogs/v9-250828-amd64.yaml b/src/mas/devops/data/catalogs/v9-250828-amd64.yaml index 12a56cab..94cd7c6a 100644 --- a/src/mas/devops/data/catalogs/v9-250828-amd64.yaml +++ b/src/mas/devops/data/catalogs/v9-250828-amd64.yaml @@ -99,11 +99,6 @@ mas_facilities_version: 9.0.x: "" # Not Supported 8.10.x: "" # Not Supported 8.11.x: "" # Not Supported -ibm-aiservice_version: - 9.1.x: 9.1.5 # Updated - 9.0.x: "" # Not Supported - 8.10.x: "" # Not Supported - 8.11.x: "" # Not Supported # Maximo AI Service