Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
20433ae
[minor] Support August Catalog Update
prveenkumr Jul 30, 2026
8bccca5
[patch] Update catalog digests for August release (#2498)
prveenkumr Jul 30, 2026
f0c3e7f
[patch] add supportedCatalogs
prveenkumr Jul 30, 2026
6e2768e
Merge branch 'master' into monthlyupdate
prveenkumr Jul 31, 2026
a665cc6
Merge branch 'master' into monthlyupdate
prveenkumr Aug 3, 2026
b7c3d51
[patch] Update catalog digests for August release (#2504)
prveenkumr Aug 3, 2026
c991407
[patch] add catalog md files
prveenkumr Aug 4, 2026
6861dc5
[patch] Update catalog digests for August release (#2505)
prveenkumr Aug 4, 2026
5a6b99b
[patch] Update catalog digests for August release (#2508)
prveenkumr Aug 5, 2026
b1b38df
Merge branch 'master' into monthlyupdate
prveenkumr Aug 5, 2026
b8be937
[patch] rebuild cli
prveenkumr Aug 5, 2026
352de7a
Merge branch 'master' into monthlyupdate
prveenkumr Aug 6, 2026
8804c11
[patch] Update catalog digests for August release (#2514)
prveenkumr Aug 6, 2026
89696d0
Merge branch 'master' into monthlyupdate
prveenkumr Aug 7, 2026
93fe65f
[patch] cli rebuild
prveenkumr Aug 7, 2026
6be5b4b
[patch] Update catalog digests for August release (#2520)
prveenkumr Aug 9, 2026
03ca7d1
Merge branch 'master' into monthlyupdate
prveenkumr Aug 10, 2026
db2e6cc
[patch] Update catalog digests for August release (#2523)
prveenkumr Aug 11, 2026
da20e95
Merge branch 'master' into monthlyupdate
prveenkumr Aug 12, 2026
1726b3c
[patch] Update catalog digests for August release (#2525)
prveenkumr Aug 12, 2026
328e823
Merge branch 'master' into monthlyupdate
prveenkumr Aug 12, 2026
57760fe
[patch] Update catalog digests for August release (#2528)
prveenkumr Aug 13, 2026
e2f203e
Merge branch 'master' into monthlyupdate
prveenkumr Aug 14, 2026
fb0b06c
[patch] Update catalog digests for August release (#2531)
prveenkumr Aug 14, 2026
d09e4a1
[patch] Update catalog digests for August release (#2533)
prveenkumr Aug 15, 2026
82acfe4
[patch] Update catalog digests for August release (#2534)
prveenkumr Aug 16, 2026
ce46d90
Merge branch 'master' into monthlyupdate
prveenkumr Aug 17, 2026
4346ff5
[patch] Update catalog digests for August release (#2540)
prveenkumr Aug 18, 2026
aefe7a1
Merge branch 'master' into monthlyupdate
prveenkumr Aug 18, 2026
b1449c8
[patch] rebuild cli
prveenkumr Aug 19, 2026
36f8843
[patch] Update catalog digests for August release (#2545)
prveenkumr Aug 19, 2026
7668c30
Merge branch 'master' into monthlyupdate
prveenkumr Aug 19, 2026
81faaf9
[patch] rebuild cli
prveenkumr Aug 20, 2026
a9f0fd4
[patch] Update catalog digests for August release (#2548)
prveenkumr Aug 20, 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 @@ -19,4 +19,4 @@ Want to contribute to MAS Command Line Interface?
--------------------------------------------------------------------------------
We welcome every Maximo Application Suite users, developers and enthusiasts to contribute to the MAS Command Line Interface while fixing code issues and implementing new automated functionalities.

You can contribute to this collection by raising [a new issue](https://github.com/ibm-mas/cli/issues) with suggestions on how to make our MAS automation engine even better, or if you want to become a new code contributor, please refer to the [Contributing Guidelines](CONTRIBUTING.md) and learn more about how to get started.
You can contribute to this collection by raising [a new issue](https://github.com/ibm-mas/cli/issues) with suggestions on how to make our MAS automation engine even better, or if you want to become a new code contributor, please refer to the [Contributing Guidelines](CONTRIBUTING.md) and learn more about how to get started.
12 changes: 12 additions & 0 deletions catalogs/v9-260827-amd64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
spec:
displayName: IBM Maximo Operators (v9-260827-amd64)
publisher: IBM
description: Static Catalog Source for IBM Maximo Application Suite
sourceType: grpc
image: icr.io/cpopen/ibm-maximo-operator-catalog@sha256:b856b5f48557dd50936f3f765e96169396f09f574248e778f74f5fc1209f7164
priority: 90
12 changes: 12 additions & 0 deletions catalogs/v9-260827-ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
spec:
displayName: IBM Maximo Operators (v9-260827-ppc64le)
publisher: IBM
description: Static Catalog Source for IBM Maximo Application Suite
sourceType: grpc
image: icr.io/cpopen/ibm-maximo-operator-catalog@sha256:53bbe3cdc75983d96adefe558015d38bb491bd49e26fb8d368a875fe3ea7958f
priority: 90
12 changes: 12 additions & 0 deletions catalogs/v9-260827-s390x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
spec:
displayName: IBM Maximo Operators (v9-260827-s390x)
publisher: IBM
description: Static Catalog Source for IBM Maximo Application Suite
sourceType: grpc
image: icr.io/cpopen/ibm-maximo-operator-catalog@sha256:7835f799f369ab964be227dbb2b1e3d1b974145343d14516b307d738ef3aa44e
priority: 90
743 changes: 743 additions & 0 deletions docs/catalogs/v9-260827-amd64.md

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions docs/catalogs/v9-260827-ppc64le.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
IBM Maximo Operator Catalog v9 (260827)
===============================================================================

:::mas-catalog-details



:::mas-catalog-whats-new

:::mas-catalog-known-issues
:::mas-catalog-install

:::mas-catalog-source

Red Hat OpenShift Container Platform Support
-------------------------------------------------------------------------------
For more information about the OCP lifecycle refer to the [Red Hat OpenShift Container Platform Life Cycle Policy](https://access.redhat.com/support/policy/updates/openshift/).

IBM Maximo Application Suite customers receive a standard Red Hat OpenShift Container Platform subscription as part of their purchase. This includes 18 months of maintenance support for each OpenShift minor release. A further 6 months support is available to purchase as an Extended Update Support (EUS) Add-on to x86-64 versions of Red Hat OpenShift Kubernetes Engine, Red Hat OpenShift Container Platform, and Red Hat OpenShift Platform Plus Standard subscriptions.

:::mas-catalog-ocp-compatibility-matrix

### Red Hat Operators
The following packages from the `registry.redhat.io/redhat/redhat-operator-index` catalog are used in the Maximo Application Suite install:

- **openshift-pipelines-operator-rh** required by the MAS CLI

Package Manifest
-------------------------------------------------------------------------------

### IBM Maximo Application Suite
| Package | Default Channel | Channel | Latest Version |
|----------------|-------------------|---------------|---------------------------------------------|
| ibm-mas | 9.2.x | 9.2.x-feature | [9.2.0](packages/ibm-mas/9.2.0.md) |
| | | 9.2.x | [9.2.1](packages/ibm-mas/9.2.1.md) |
| | | 9.1.x | [9.1.20](packages/ibm-mas/9.1.20.md) |
| | | 9.0.x | [9.0.28](packages/ibm-mas/9.0.28.md) |
| ibm-mas-manage | 9.2.x | 9.2.x-feature | [9.2.0](packages/ibm-mas-manage/9.2.0.md) |
| | | 9.2.x | [9.2.1](packages/ibm-mas-manage/9.2.1.md) |
| | | 9.1.x | [9.1.20](packages/ibm-mas-manage/9.1.20.md) |
| | | 9.0.x | [9.0.28](packages/ibm-mas-manage/9.0.28.md) |

### IBM Utilities
| Package | Default Channel | Channel | Latest Version |
|--------------------|-------------------|-----------|-----------------------------------------------|
| ibm-sls | 3.x | 3.x | [3.13.0](packages/ibm-sls/3.13.0.md) |
| ibm-truststore-mgr | 1.x | 1.x | [1.7.7](packages/ibm-truststore-mgr/1.7.7.md) |

### IBM Cloud Pak Foundational Services
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### IBM Cloud Pak for Data
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### IBM Db2 Universal Operator
| Package | Default Channel | Channel | Latest Version |
|---------------|-------------------|-----------|----------------------------------------------------|
| db2u-operator | v120104.0 | v8.0 | [8.0.0](packages/db2u-operator/8.0.0.md) |
| | | v7.9 | [7.9.0](packages/db2u-operator/7.9.0.md) |
| | | v7.8 | [7.8.0](packages/db2u-operator/7.8.0.md) |
| | | v7.7 | [7.7.0](packages/db2u-operator/7.7.0.md) |
| | | v7.6 | [7.6.0](packages/db2u-operator/7.6.0.md) |
| | | v7.5 | [7.5.0](packages/db2u-operator/7.5.0.md) |
| | | v7.4 | [7.3.2](packages/db2u-operator/7.3.2.md) |
| | | v7.3 | [7.3.0](packages/db2u-operator/7.3.0.md) |
| | | v7.2 | [7.2.0](packages/db2u-operator/7.2.0.md) |
| | | v7.1 | [7.1.0](packages/db2u-operator/7.1.0.md) |
| | | v6.1 | [6.1.0](packages/db2u-operator/6.1.0.md) |
| | | v6.0 | [6.0.0](packages/db2u-operator/6.0.0.md) |
| | | v5.4 | [5.4.0](packages/db2u-operator/5.4.0.md) |
| | | v5.3 | [5.3.0](packages/db2u-operator/5.3.0.md) |
| | | v5.2 | [5.2.0](packages/db2u-operator/5.2.0.md) |
| | | v5.1 | [5.1.0](packages/db2u-operator/5.1.0.md) |
| | | v5.0 | [5.0.0](packages/db2u-operator/5.0.0.md) |
| | | v4.2 | [4.2.0](packages/db2u-operator/4.2.0.md) |
| | | v4.1 | [4.1.0](packages/db2u-operator/4.1.0.md) |
| | | v4.0 | [4.0.0](packages/db2u-operator/4.0.0.md) |
| | | v3.2 | [3.2.0](packages/db2u-operator/3.2.0.md) |
| | | v3.1 | [3.1.0](packages/db2u-operator/3.1.0.md) |
| | | v3.0 | [3.0.0](packages/db2u-operator/3.0.0.md) |
| | | v2.2 | [2.2.0](packages/db2u-operator/2.2.0.md) |
| | | v2.1 | [2.1.0](packages/db2u-operator/2.1.0.md) |
| | | v2.0 | [2.0.0](packages/db2u-operator/2.0.0.md) |
| | | v120105.0 | [120105.0.0](packages/db2u-operator/120105.0.0.md) |
| | | v120104.0 | [120104.0.0](packages/db2u-operator/120104.0.0.md) |
| | | v120103.0 | [120103.0.1](packages/db2u-operator/120103.0.1.md) |
| | | v120102.0 | [120102.0.1](packages/db2u-operator/120102.0.1.md) |
| | | v120101.0 | [120101.0.1](packages/db2u-operator/120101.0.1.md) |
| | | v120100.0 | [120100.0.0](packages/db2u-operator/120100.0.0.md) |
| | | v110509.0 | [110509.0.7](packages/db2u-operator/110509.0.7.md) |
| | | v110508.0 | [110508.0.3](packages/db2u-operator/110508.0.3.md) |
| | | v1.1 | [1.1.13](packages/db2u-operator/1.1.13.md) |
| | | v1.0 | [1.0.11](packages/db2u-operator/1.0.11.md) |

### IBM AppConnect
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### Eclipse Amlen
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### Open Data Hub
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|
107 changes: 107 additions & 0 deletions docs/catalogs/v9-260827-s390x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
IBM Maximo Operator Catalog v9 (260827)
===============================================================================

:::mas-catalog-details



:::mas-catalog-whats-new

:::mas-catalog-known-issues
:::mas-catalog-install

:::mas-catalog-source

Red Hat OpenShift Container Platform Support
-------------------------------------------------------------------------------
For more information about the OCP lifecycle refer to the [Red Hat OpenShift Container Platform Life Cycle Policy](https://access.redhat.com/support/policy/updates/openshift/).

IBM Maximo Application Suite customers receive a standard Red Hat OpenShift Container Platform subscription as part of their purchase. This includes 18 months of maintenance support for each OpenShift minor release. A further 6 months support is available to purchase as an Extended Update Support (EUS) Add-on to x86-64 versions of Red Hat OpenShift Kubernetes Engine, Red Hat OpenShift Container Platform, and Red Hat OpenShift Platform Plus Standard subscriptions.

:::mas-catalog-ocp-compatibility-matrix

### Red Hat Operators
The following packages from the `registry.redhat.io/redhat/redhat-operator-index` catalog are used in the Maximo Application Suite install:

- **openshift-pipelines-operator-rh** required by the MAS CLI

Package Manifest
-------------------------------------------------------------------------------

### IBM Maximo Application Suite
| Package | Default Channel | Channel | Latest Version |
|----------------|-------------------|---------------|---------------------------------------------|
| ibm-mas | 9.2.x | 9.2.x-feature | [9.2.0](packages/ibm-mas/9.2.0.md) |
| | | 9.2.x | [9.2.1](packages/ibm-mas/9.2.1.md) |
| | | 9.1.x | [9.1.20](packages/ibm-mas/9.1.20.md) |
| | | 9.0.x | [9.0.28](packages/ibm-mas/9.0.28.md) |
| ibm-mas-manage | 9.2.x | 9.2.x-feature | [9.2.0](packages/ibm-mas-manage/9.2.0.md) |
| | | 9.2.x | [9.2.1](packages/ibm-mas-manage/9.2.1.md) |
| | | 9.1.x | [9.1.20](packages/ibm-mas-manage/9.1.20.md) |
| | | 9.0.x | [9.0.28](packages/ibm-mas-manage/9.0.28.md) |

### IBM Utilities
| Package | Default Channel | Channel | Latest Version |
|--------------------|-------------------|-----------|-----------------------------------------------|
| ibm-sls | 3.x | 3.x | [3.13.0](packages/ibm-sls/3.13.0.md) |
| ibm-truststore-mgr | 1.x | 1.x | [1.7.7](packages/ibm-truststore-mgr/1.7.7.md) |

### IBM Cloud Pak Foundational Services
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### IBM Cloud Pak for Data
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### IBM Db2 Universal Operator
| Package | Default Channel | Channel | Latest Version |
|---------------|-------------------|-----------|----------------------------------------------------|
| db2u-operator | v120104.0 | v8.0 | [8.0.0](packages/db2u-operator/8.0.0.md) |
| | | v7.9 | [7.9.0](packages/db2u-operator/7.9.0.md) |
| | | v7.8 | [7.8.0](packages/db2u-operator/7.8.0.md) |
| | | v7.7 | [7.7.0](packages/db2u-operator/7.7.0.md) |
| | | v7.6 | [7.6.0](packages/db2u-operator/7.6.0.md) |
| | | v7.5 | [7.5.0](packages/db2u-operator/7.5.0.md) |
| | | v7.4 | [7.3.2](packages/db2u-operator/7.3.2.md) |
| | | v7.3 | [7.3.0](packages/db2u-operator/7.3.0.md) |
| | | v7.2 | [7.2.0](packages/db2u-operator/7.2.0.md) |
| | | v7.1 | [7.1.0](packages/db2u-operator/7.1.0.md) |
| | | v6.1 | [6.1.0](packages/db2u-operator/6.1.0.md) |
| | | v6.0 | [6.0.0](packages/db2u-operator/6.0.0.md) |
| | | v5.4 | [5.4.0](packages/db2u-operator/5.4.0.md) |
| | | v5.3 | [5.3.0](packages/db2u-operator/5.3.0.md) |
| | | v5.2 | [5.2.0](packages/db2u-operator/5.2.0.md) |
| | | v5.1 | [5.1.0](packages/db2u-operator/5.1.0.md) |
| | | v5.0 | [5.0.0](packages/db2u-operator/5.0.0.md) |
| | | v4.2 | [4.2.0](packages/db2u-operator/4.2.0.md) |
| | | v4.1 | [4.1.0](packages/db2u-operator/4.1.0.md) |
| | | v4.0 | [4.0.0](packages/db2u-operator/4.0.0.md) |
| | | v3.2 | [3.2.0](packages/db2u-operator/3.2.0.md) |
| | | v3.1 | [3.1.0](packages/db2u-operator/3.1.0.md) |
| | | v3.0 | [3.0.0](packages/db2u-operator/3.0.0.md) |
| | | v2.2 | [2.2.0](packages/db2u-operator/2.2.0.md) |
| | | v2.1 | [2.1.0](packages/db2u-operator/2.1.0.md) |
| | | v2.0 | [2.0.0](packages/db2u-operator/2.0.0.md) |
| | | v120105.0 | [120105.0.0](packages/db2u-operator/120105.0.0.md) |
| | | v120104.0 | [120104.0.0](packages/db2u-operator/120104.0.0.md) |
| | | v120103.0 | [120103.0.1](packages/db2u-operator/120103.0.1.md) |
| | | v120102.0 | [120102.0.1](packages/db2u-operator/120102.0.1.md) |
| | | v120101.0 | [120101.0.1](packages/db2u-operator/120101.0.1.md) |
| | | v120100.0 | [120100.0.0](packages/db2u-operator/120100.0.0.md) |
| | | v110509.0 | [110509.0.7](packages/db2u-operator/110509.0.7.md) |
| | | v110508.0 | [110508.0.3](packages/db2u-operator/110508.0.3.md) |
| | | v1.1 | [1.1.13](packages/db2u-operator/1.1.13.md) |
| | | v1.0 | [1.0.11](packages/db2u-operator/1.0.11.md) |

### IBM AppConnect
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### Eclipse Amlen
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|

### Open Data Hub
| Package | Default Channel | Channel | Latest Version |
|-----------|-------------------|-----------|------------------|
6 changes: 3 additions & 3 deletions python/src/mas/cli/install/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# *****************************************************************************
supportedCatalogs = {
"amd64": [
"v9-260805-amd64",
"v9-260827-amd64",
"v9-260730-amd64",
"v9-260625-amd64",
"v9-260527-amd64",
],
"s390x": [
"v9-260805-s390x",
"v9-260827-s390x",
"v9-260730-s390x",
"v9-260625-s390x",
"v9-260527-s390x",
],
"ppc64le": [
"v9-260805-ppc64le",
"v9-260827-ppc64le",
"v9-260730-ppc64le",
"v9-260625-ppc64le",
"v9-260527-ppc64le",
Expand Down
Loading