Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
58cc505
[minor] Support August Catalog Update
prveenkumr Jul 30, 2026
bd56eef
[patch] update assert catalogTag
prveenkumr Jul 30, 2026
4b6341d
[patch] Support August Catalog Update (#441)
prveenkumr Jul 30, 2026
1af6140
Merge branch 'stable' into monthlyupdate
prveenkumr Jul 30, 2026
7f6db0d
[patch] Support August Catalog Update (#443)
prveenkumr Aug 3, 2026
cc142d2
[patch] Support August Catalog Update (#444)
prveenkumr Aug 4, 2026
b34cea4
[patch] Support August Catalog Update (#447)
prveenkumr Aug 5, 2026
e0203dd
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 6, 2026
7be4316
[patch] Support August Catalog Update (#450)
prveenkumr Aug 6, 2026
229223e
[patch] update db2u v120105.0
prveenkumr Aug 7, 2026
ba638f9
[patch] Support August Catalog Update (#452)
prveenkumr Aug 9, 2026
d478cd3
[patch] OCP 422 ROSA test (#451)
shimto-jacob-siby Aug 10, 2026
99b0b2b
[patch] rebuild python-devops
prveenkumr Aug 10, 2026
695e1e6
[patch] Support August Catalog Update (#453)
prveenkumr Aug 11, 2026
9360d6d
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 11, 2026
07bdaf8
[patch] Support August Catalog Update (#455)
prveenkumr Aug 12, 2026
8fd8cf7
Revert "[patch] update db2u v120105.0"
prveenkumr Aug 13, 2026
7b5ea0c
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 13, 2026
2838d67
[patch] Support August Catalog Update (#457)
prveenkumr Aug 13, 2026
3775f87
[patch] Support August Catalog Update (#458)
prveenkumr Aug 14, 2026
d84d009
[patch] Support August Catalog Update (#459)
prveenkumr Aug 15, 2026
7e60192
[patch] Support August Catalog Update (#460)
prveenkumr Aug 16, 2026
c2a1e07
Reapply "[patch] update db2u v120105.0"
prveenkumr Aug 18, 2026
2899c61
[patch] Support August Catalog Update (#462)
prveenkumr Aug 18, 2026
34bb059
[patch] Support August Catalog Update (#464)
prveenkumr Aug 19, 2026
ad4d073
[patch] Support August Catalog Update (#466)
prveenkumr Aug 20, 2026
8273bec
[patch] update db2u_version
prveenkumr Aug 20, 2026
50a4543
[patch] Extending mongo 8.0.29 support (#467)
jainyjoseph Aug 20, 2026
2fdf405
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 21, 2026
6be639c
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 21, 2026
b1b095d
[patch] Support August Catalog Update (#470)
prveenkumr Aug 22, 2026
fbdacd2
Merge branch 'stable' into monthlyupdate
prveenkumr Aug 22, 2026
6cf5852
[patch] Support August Catalog Update (#471)
prveenkumr Aug 23, 2026
ffae51c
[patch] Support August Catalog Update (#473)
prveenkumr Aug 24, 2026
3c3c209
[patch] OCP 422 changes (#472)
shimto-jacob-siby Aug 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ mas-devops-create-initial-users-for-saas \
Example of initial_users secret:
```json
{"john.smith1@example.com":"primary,john1,smith1","john.smith2@example.com":"primary,john2,smith2","john.smith3@example.com":"secondary,john3,smith3"}
```
```
81 changes: 46 additions & 35 deletions src/mas/devops/data/catalogs/v9-260827-amd64.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
# Case bundle configuration for IBM Maximo Operator Catalog 260805 (AMD64)
# Case bundle configuration for IBM Maximo Operator Catalog 260827 (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:b26345aa36372f7cb283ab67fcdb0a432bd6b1c0fa1c06469547f81c33ad7a7c
catalog_digest: sha256:2b9b1a2adb5d1f5967372a421cc61af1a47d0d13a3f538c0351d5d8902be60af

ocp_compatibility:
- "4.16"
Expand Down Expand Up @@ -48,11 +48,11 @@ elasticsearch_version: 1.1.2667

# Dependencies - Db2u
# -----------------------------------------------------------------------------
db2u_version: 7.6.0+20260224.123157.19264 # Operator version 120104.0.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
db2u_version: 7.7.1+20260729.095150.20860 # Operator version 120105.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
db2u_extras_version: 1.0.6 # No Update
db2u_filter: db2

db2_channel_default: v120104.0 # Default Channel version for db2u-operator
db2_channel_default: v120105.0 # Default Channel version for db2u-operator


# Dependencies - CouchDb
Expand Down Expand Up @@ -95,13 +95,13 @@ appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking
# Dependencies - Suite License Service
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-sls/releases
sls_version: 3.13.0 # No Update
sls_version: 3.13.1 # Updated


# Dependencies - Truststore Manager
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases
tsm_version: 1.7.7 # No Update
tsm_version: 1.7.9 # Updated


# Dependencies - Data Dictionary
Expand All @@ -122,15 +122,15 @@ redis_extras_version: 2.1.40 # No Update
# Maximo Application Suite
# -----------------------------------------------------------------------------
mas_core_version:
9.2.x: 9.2.2 # Updated
9.2.x: 9.2.3 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: 8.10.37 # No Update
8.11.x: 8.11.34 # No Update
mas_assist_version:
9.1.x: 9.1.13 # No Update
9.0.x: 9.0.19 # No Update
9.1.x: 9.1.14 # Updated
9.0.x: 9.0.20 # Updated
8.10.x: 8.7.8 # No Update
8.11.x: 8.8.7 # No Update
mas_hputilities_version:
Expand All @@ -139,51 +139,51 @@ mas_hputilities_version:
8.10.x: 8.6.7 # No Update
8.11.x: "" # Not Supported
mas_iot_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.13 # No Update
9.0.x: 9.0.22 # No Update
9.1.x: 9.1.14 # Updated
9.0.x: 9.0.23 # Updated
8.10.x: 8.7.33 # No Update
8.11.x: 8.8.30 # No Update
mas_manage_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: 8.6.38 # No Update
8.11.x: 8.7.32 # No Update
mas_monitor_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.13 # No Update
9.0.x: 9.0.23 # No Update
9.1.x: 9.1.14 # Updated
9.0.x: 9.0.24 # Updated
8.10.x: 8.10.30 # No Update
8.11.x: 8.11.28 # No Update
mas_optimizer_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.14 # No Update
9.0.x: 9.0.25 # No Update
9.1.x: 9.1.15 # Updated
9.0.x: 9.0.26 # Updated
8.10.x: 8.4.28 # No Update
8.11.x: 8.5.28 # No Update
mas_predict_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.10 # No Update
9.0.x: 9.0.17 # No Update
9.1.x: 9.1.11 # Updated
9.0.x: 9.0.18 # Updated
8.10.x: 8.8.15 # No Update
8.11.x: 8.9.17 # No Update
mas_visualinspection_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.19 # No Update
9.0.x: 9.0.22 # No Update
9.1.x: 9.1.20 # Updated
9.0.x: 9.0.23 # Updated
8.10.x: 8.8.4 # No Update
8.11.x: 8.9.21 # No Update
mas_facilities_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.13 # No Update
9.1.x: 9.1.14 # Updated
9.0.x: "" # Not Supported
8.10.x: "" # Not Supported
8.11.x: "" # Not Supported
Expand All @@ -192,12 +192,12 @@ mas_facilities_version:
# Maximo AI Service
# ------------------------------------------------------------------------------
aiservice_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.17 # No Update
9.1.x: 9.1.18 # Updated

aiservice_tenant_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update


Expand All @@ -207,4 +207,15 @@ editorial:
whats_new:
- title: '**Security updates and bug fixes**'
details:
- IBM Maximo Application Suite Core Platform v9.2.2
- IBM Maximo Application Suite Core Platform [v9.0.28](https://www.ibm.com/support/pages/node/7281592), [v9.1.20](https://www.ibm.com/support/pages/node/7281593) and [v9.2.1](https://www.ibm.com/support/pages/node/7281594)
- IBM Maximo Manage [v9.0.28](https://www.ibm.com/support/pages/node/7281106),[v9.1.20](https://www.ibm.com/support/pages/node/7281105) and [v9.2.1](https://www.ibm.com/support/pages/node/7276395)
- IBM Maximo IoT [v9.0.22](https://www.ibm.com/support/pages/node/7281365) ,[v9.1.13](https://www.ibm.com/support/pages/node/7281366)
- IBM Maximo Monitor [v9.0.23](https://www.ibm.com/support/pages/node/7280601),[v9.1.13](https://www.ibm.com/support/pages/node/7280594) and [v9.2.1](https://www.ibm.com/support/pages/node/7280603)
- IBM Maximo Optimizer [v9.0.25](https://www.ibm.com/support/pages/node/7276568),[v9.1.14](https://www.ibm.com/support/pages/node/7280908), [v9.2.1](https://www.ibm.com/support/pages/node/7280906)
- IBM Maximo Assist/Collaborate [v9.0.19](https://www.ibm.com/support/pages/node/7281391), [v9.1.13](https://www.ibm.com/support/pages/node/7281392)
- IBM Maximo Predict [v9.0.17](https://www.ibm.com/support/pages/node/7280608), [v9.1.10](https://www.ibm.com/support/pages/node/7280609) and [v9.2.1](https://www.ibm.com/support/pages/node/7280611)
- IBM Maximo Visual Inspection [v9.0.22](https://www.ibm.com/support/pages/node/7281598),[v9.1.19](https://www.ibm.com/support/pages/node/7281597) and [v9.2.1](https://www.ibm.com/support/pages/node/7281599)
- IBM Maximo Real Estate and Facilities [v9.1.13](https://www.ibm.com/support/pages/node/7281077) and [v9.2.1](https://www.ibm.com/support/pages/node/7281367)
- IBM Maximo AI Service [v9.1.17](https://www.ibm.com/support/pages/node/7280919) and [v9.2.1](https://www.ibm.com/support/pages/node/7280920)
known_issues:
- title: A known issue exists in the 9.0.x release affecting IBM Maximo Manage customers upgrading from 8.7.x to 9.0.x with the Civil component and Image Stitching deployed; the Image Stitching CR will not recover post-upgrade without manual intervention. To recover, patch the ManageWorkspace CR with kubectl -n mas-<instanceId>-manage patch manageworkspace <instanceId>-<workspaceId> --type merge -p '{"spec":{"components":{"civil":{"imagestitchingpvcname":"imagestitching-pvc-in"}}}}', replacing imagestitching-pvc-in with the value obtained by running kubectl -n mas-<instanceId>-manage get pvc -l app.kubernetes.io/component=imagestitching-api and stripping the <instanceId>-<workspaceId>- prefix from the returned PVC name.
29 changes: 16 additions & 13 deletions src/mas/devops/data/catalogs/v9-260827-ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
# Case bundle configuration for IBM Maximo Operator Catalog 260805 (PPC)
# Case bundle configuration for IBM Maximo Operator Catalog 260827 (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:f007008fbe4bdf379dde5e2ff6f34f993861305e4f8b4726ce964aa5d135fa87
catalog_digest: sha256:a91714b183f4c02122d0864b0f84e5f2eba9490223303821c79b05032ac0896d

ocp_compatibility:
- "4.16"
Expand All @@ -18,9 +18,9 @@ ocp_compatibility:

# Dependencies - Db2u
# -----------------------------------------------------------------------------
db2u_version: 7.6.0+20260224.123157.19264 # Operator version 120104.0.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
db2u_version: 7.7.1+20260729.095150.20860 # Operator version 120105.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)

db2_channel_default: v120104.0 # Default Channel version for db2u-operator
db2_channel_default: v120105.0 # Default Channel version for db2u-operator


# Dependencies - UDS
Expand All @@ -32,13 +32,13 @@ uds_extras_version: 1.5.0 # No Update
# Dependencies - Suite License Service
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-sls/releases
sls_version: 3.13.0 # No Update
sls_version: 3.13.1 # Updated


# Dependencies - Truststore Manager
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases
tsm_version: 1.7.7 # No Update
tsm_version: 1.7.9 # Updated


# Dependencies - MongoDB
Expand All @@ -53,17 +53,17 @@ mongo_extras_version_8: 8.0.29
# Maximo Application Suite
# -----------------------------------------------------------------------------
mas_core_version:
9.2.x: 9.2.2 # Updated
9.2.x: 9.2.3 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: "" # Not Supported
8.11.x: "" # Not Supported
mas_manage_version:
9.2.x: 9.2.1 # No Update
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: "" # Not Supported
8.11.x: "" # Not Supported

Expand All @@ -74,4 +74,7 @@ editorial:
whats_new:
- title: '**Security updates and bug fixes**'
details:
- IBM Maximo Application Suite Core Platform v9.2.2
- IBM Maximo Application Suite Core Platform [v9.0.28](https://www.ibm.com/support/pages/node/7281592), [v9.1.20](https://www.ibm.com/support/pages/node/7281593) and [v9.2.1](https://www.ibm.com/support/pages/node/7281594)
- IBM Maximo Manage [v9.0.28](https://www.ibm.com/support/pages/node/7281106),[v9.1.20](https://www.ibm.com/support/pages/node/7281105) and [v9.2.1](https://www.ibm.com/support/pages/node/7276395)
known_issues:
- title: A known issue exists in the 9.0.x release affecting IBM Maximo Manage customers upgrading from 8.7.x to 9.0.x with the Civil component and Image Stitching deployed; the Image Stitching CR will not recover post-upgrade without manual intervention. To recover, patch the ManageWorkspace CR with kubectl -n mas-<instanceId>-manage patch manageworkspace <instanceId>-<workspaceId> --type merge -p '{"spec":{"components":{"civil":{"imagestitchingpvcname":"imagestitching-pvc-in"}}}}', replacing imagestitching-pvc-in with the value obtained by running kubectl -n mas-<instanceId>-manage get pvc -l app.kubernetes.io/component=imagestitching-api and stripping the <instanceId>-<workspaceId>- prefix from the returned PVC name.
29 changes: 16 additions & 13 deletions src/mas/devops/data/catalogs/v9-260827-s390x.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
# Case bundle configuration for IBM Maximo Operator Catalog 260805 (Z)
# Case bundle configuration for IBM Maximo Operator Catalog 260827 (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:18ac825b6758c7cc4e0e4e88dd2c57dd59595bf3a4870b8c59c6d92df63d8a6f
catalog_digest: sha256:610100f7e93ec9312f94d9958aa9766e346a5b6a525c7f6e1b67d8626b4a5cda

ocp_compatibility:
- "4.16"
Expand All @@ -18,9 +18,9 @@ ocp_compatibility:

# Dependencies - Db2u
# -----------------------------------------------------------------------------
db2u_version: 7.6.0+20260224.123157.19264 # Operator version 120104.0.0 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
db2u_version: 7.7.1+20260729.095150.20860 # Operator version 120105.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)

db2_channel_default: v120104.0 # Default Channel version for db2u-operator
db2_channel_default: v120105.0 # Default Channel version for db2u-operator


# Dependencies - UDS
Expand All @@ -32,13 +32,13 @@ uds_extras_version: 1.5.0 # No Update
# Dependencies - Suite License Service
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-sls/releases
sls_version: 3.13.0 # No Update
sls_version: 3.13.1 # Updated


# Dependencies - Truststore Manager
# -----------------------------------------------------------------------------
# https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases
tsm_version: 1.7.7 # No Update
tsm_version: 1.7.9 # Updated


# Dependencies - MongoDB
Expand All @@ -53,17 +53,17 @@ mongo_extras_version_8: 8.0.29
# Maximo Application Suite
# -----------------------------------------------------------------------------
mas_core_version:
9.2.x: 9.2.2 # Updated
9.2.x: 9.2.3 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: "" # Not Supported
8.11.x: "" # Not Supported
mas_manage_version:
9.2.x: 9.2.1 # Updated
9.2.x: 9.2.2 # Updated
9.2.x-feature: 9.2.0 # No Update
9.1.x: 9.1.20 # No Update
9.0.x: 9.0.28 # No Update
9.1.x: 9.1.21 # Updated
9.0.x: 9.0.29 # Updated
8.10.x: "" # Not Supported
8.11.x: "" # Not Supported

Expand All @@ -74,4 +74,7 @@ editorial:
whats_new:
- title: '**Security updates and bug fixes**'
details:
- IBM Maximo Application Suite Core Platform v9.2.2
- IBM Maximo Application Suite Core Platform [v9.0.28](https://www.ibm.com/support/pages/node/7281592), [v9.1.20](https://www.ibm.com/support/pages/node/7281593) and [v9.2.1](https://www.ibm.com/support/pages/node/7281594)
- IBM Maximo Manage [v9.0.28](https://www.ibm.com/support/pages/node/7281106),[v9.1.20](https://www.ibm.com/support/pages/node/7281105) and [v9.2.1](https://www.ibm.com/support/pages/node/7276395)
known_issues:
- title: A known issue exists in the 9.0.x release affecting IBM Maximo Manage customers upgrading from 8.7.x to 9.0.x with the Civil component and Image Stitching deployed; the Image Stitching CR will not recover post-upgrade without manual intervention. To recover, patch the ManageWorkspace CR with kubectl -n mas-<instanceId>-manage patch manageworkspace <instanceId>-<workspaceId> --type merge -p '{"spec":{"components":{"civil":{"imagestitchingpvcname":"imagestitching-pvc-in"}}}}', replacing imagestitching-pvc-in with the value obtained by running kubectl -n mas-<instanceId>-manage get pvc -l app.kubernetes.io/component=imagestitching-api and stripping the <instanceId>-<workspaceId>- prefix from the returned PVC name.
7 changes: 6 additions & 1 deletion src/mas/devops/data/ocp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
# https://access.redhat.com/support/policy/updates/openshift/

ocp_versions:
"4.22":
ga_date: "June 9, 2026"
standard_support: "December 31, 2027"
extended_support: "June 30, 2028"

"4.21":
ga_date: "February 3, 2026"
standard_support: "GA of 4.22 + 3 Months"
standard_support: "August 3, 2027"
extended_support: "N/A"

"4.20":
Expand Down
Loading