Skip to content

Commit 7ab44f3

Browse files
authored
Merge branch 'stable' into mascore-11094
2 parents 4f4bd4e + 9f050d8 commit 7ab44f3

13 files changed

Lines changed: 1552 additions & 291 deletions

bin/mas-devops-create-initial-users-for-saas

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if __name__ == "__main__":
3434
parser.add_argument("--coreapi-port", required=False, default=443)
3535
parser.add_argument("--admin-dashboard-port", required=False, default=443)
3636
parser.add_argument("--manage-api-port", required=False, default=443)
37+
parser.add_argument("--mas-version", required=False, default="9.0")
3738

3839
group = parser.add_mutually_exclusive_group(required=True)
3940
group.add_argument("--initial-users-yaml-file")
@@ -56,6 +57,7 @@ if __name__ == "__main__":
5657

5758
mas_instance_id = args.mas_instance_id
5859
mas_workspace_id = args.mas_workspace_id
60+
mas_version = args.mas_version
5961
initial_users_yaml_file = args.initial_users_yaml_file
6062
initial_users_secret_name = args.initial_users_secret_name
6163
coreapi_port = args.coreapi_port
@@ -66,6 +68,7 @@ if __name__ == "__main__":
6668
logger.info("--------------")
6769
logger.info(f"mas_instance_id: {mas_instance_id}")
6870
logger.info(f"mas_workspace_id: {mas_workspace_id}")
71+
logger.info(f"mas_version: {mas_version}")
6972
logger.info(f"initial_users_yaml_file: {initial_users_yaml_file}")
7073
logger.info(f"initial_users_secret_name: {initial_users_secret_name}")
7174
logger.info(f"log_level: {log_level}")
@@ -83,7 +86,7 @@ if __name__ == "__main__":
8386
config.load_kube_config()
8487
logger.debug("Loaded kubeconfig file")
8588

86-
user_utils = MASUserUtils(mas_instance_id, mas_workspace_id, client.api_client.ApiClient(), coreapi_port=coreapi_port, admin_dashboard_port=admin_dashboard_port, manage_api_port=manage_api_port)
89+
user_utils = MASUserUtils(mas_instance_id, mas_workspace_id, client.api_client.ApiClient(), mas_version, coreapi_port=coreapi_port, admin_dashboard_port=admin_dashboard_port, manage_api_port=manage_api_port)
8790

8891
if initial_users_secret_name is not None:
8992

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def get_version(rel_path):
6464
'semver', # BSD License
6565
'boto3', # Apache Software License
6666
'slack_sdk', # MIT License
67+
"packaging", # Apache Software License
6768
],
6869
extras_require={
6970
'dev': [

src/mas/devops/data/catalogs/v9-260226-amd64.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ editorial:
172172
known_issues:
173173
- 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
174174
- 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.
175-
- title: A known issue has been identified in Db2u warehouse operator in this catalog. Customers restoring/upgrading Db2, intermittently get db2 `SQL0290N Table space access is not allowed. SQLSTATE=55039` error causing connectivity issue between MAS and Db2. If you are facing this problem, please refer to the workaround provided in this [documentation](https://www.ibm.com/docs/en/cloud-paks/cp-data/5.3.x?topic=SSQNUZ_5.3.x/svc-db2/known-issues-dbs.htm#known-issues-dbs__db2-instance-fails-sql0290n__title__1).
175+
- title: A known issue has been identified in Db2u warehouse operator in this catalog. Customers restoring/upgrading Db2, intermittently get db2 `SQL0290N Table space access is not allowed. SQLSTATE=55039` error causing connectivity issue between MAS and Db2. If you are facing this problem, please refer to the workaround provided in this [documentation](https://www.ibm.com/docs/en/cloud-paks/cp-data/5.3.x?topic=SSQNUZ_5.3.x/svc-db2/known-issues-dbs.htm#known-issues-dbs__db2-instance-fails-sql0290n__title__1).
176+
- title: A known issue exists in the February 26, 2026 release affecting IBM Maximo Real Estate and Facilities. Customers with MREF installed should avoid upgrading to the February 9.1.8 release. Installation of MREF 9.1.x should be deferred until the March 2026 patch.
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
---
2+
# Case bundle configuration for IBM Maximo Operator Catalog 260326 (AMD64)
3+
# -----------------------------------------------------------------------------
4+
# In the future this won't be necessary as we'll be able to mirror from the
5+
# catalog itself, but not everything in the catalog supports this yet (including MAS)
6+
# so we need to use the CASE bundle mirror process still.
7+
8+
catalog_digest: sha256:c0cc7bfca67a47d12a3fce6bcf6ad25ee83d75234c17b0e32e736af5e30b971c
9+
10+
ocp_compatibility:
11+
- "4.16"
12+
- "4.17"
13+
- "4.18"
14+
- "4.19"
15+
- "4.20"
16+
17+
# Dependencies
18+
# -----------------------------------------------------------------------------
19+
ibm_licensing_version: 4.2.17 # Operator version 4.2.14 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-licensing)
20+
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)
21+
common_svcs_version_1: 4.11.0 # Additional version 4.11.0
22+
23+
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/)
24+
ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be explicitily mirrored
25+
26+
db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to find the version 7.3.1+20250821.161005.16793, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
27+
db2_channel_default: v110509.0 # Default Channel version for db2u-operator
28+
events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
29+
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
30+
sls_version: 3.12.6 # Updated # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
31+
tsm_version: 1.7.5 # Updated # Operator version 1.7.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
32+
dd_version: 1.1.23 # Updated # Operator version 1.1.23 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
33+
appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change
34+
wsl_version: 11.0.0+20250521.202913.73 # used for wsl and wsl_runtimes unless wsl_runtimes_version also specified
35+
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
36+
wml_version: 11.0.0+20250530.193146.282 # Operator version 5.2.0
37+
postgress_version: 5.16.0+20250827.110911.2626 # ibm-cpd-cloud-native-postgresql-operator 5.2.0 cp4d
38+
39+
ccs_build: 11.0.0+20250605.130237.468 # cpd 5.2.0 using ccs build
40+
# datarefinery_build: +20240517.202103.146
41+
42+
spark_version: 11.0.0+20250604.163055.2097 # Operator version 5.2.0
43+
cognos_version: 28.0.0+20250515.175459.10054 # Operator version 25.0.0
44+
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)
45+
elasticsearch_version: 1.1.2667 # Operator version 1.1.2667 # used in cpd 5.1.3 only
46+
opensearch_version: 1.1.2494 # Operator version 1.1.2494
47+
48+
# Maximo Application Suite
49+
# -----------------------------------------------------------------------------
50+
mas_core_version:
51+
9.2.x-feature: 9.2.0-pre.stable_16717 # Updated
52+
9.1.x: 9.1.14 # Updated
53+
9.0.x: 9.0.23 # Updated
54+
8.10.x: 8.10.36 # Updated
55+
8.11.x: 8.11.33 # Updated
56+
mas_assist_version:
57+
9.1.x: 9.1.9 # Updated
58+
9.0.x: 9.0.15 # Updated
59+
8.10.x: 8.7.8 # No Update
60+
8.11.x: 8.8.7 # No Update
61+
mas_hputilities_version:
62+
9.1.x: "" # Not Supported
63+
9.0.x: "" # Not Supported
64+
8.10.x: 8.6.7 # No Update
65+
8.11.x: "" # Not Supported
66+
mas_iot_version:
67+
9.1.x: 9.1.9 # Updated
68+
9.0.x: 9.0.18 # Updated
69+
8.10.x: 8.7.32 # Updated
70+
8.11.x: 8.8.29 # Updated
71+
mas_manage_version:
72+
9.2.x-feature: 9.2.0-pre.stable_17064 # Updated
73+
9.1.x: 9.1.15 # Updated
74+
9.0.x: 9.0.24 # Updated
75+
8.10.x: 8.6.37 # Updated
76+
8.11.x: 8.7.31 # Updated
77+
mas_monitor_version:
78+
9.1.x: 9.1.9 # Updated
79+
9.0.x: 9.0.19 # Updated
80+
8.10.x: 8.10.29 # Updated
81+
8.11.x: 8.11.27 # Updated
82+
mas_optimizer_version:
83+
9.2.x-feature: 9.2.0-pre.stable_16613 # Updated
84+
9.1.x: 9.1.10 # Updated
85+
9.0.x: 9.0.21 # Updated
86+
8.10.x: 8.4.27 # Updated
87+
8.11.x: 8.5.27 # Updated
88+
mas_predict_version:
89+
9.1.x: 9.1.6 # Updated
90+
9.0.x: 9.0.13 # Updated
91+
8.10.x: 8.8.14 # Updated
92+
8.11.x: 8.9.16 # Updated
93+
mas_visualinspection_version:
94+
9.2.x-feature: 9.2.0-pre.stable_12598 # No Update
95+
9.1.x: 9.1.10 # No Update
96+
9.0.x: 9.0.18 # Updated
97+
8.10.x: 8.8.4 # No Update
98+
8.11.x: 8.9.20 # No Update
99+
mas_facilities_version:
100+
9.2.x-feature: 9.2.0-pre.stable_16853 # Updated
101+
9.1.x: 9.1.9 # Updated
102+
9.0.x: "" # Not Supported
103+
8.10.x: "" # Not Supported
104+
8.11.x: "" # Not Supported
105+
106+
107+
# Maximo AI Service
108+
# ------------------------------------------------------------------------------
109+
aiservice_version:
110+
9.2.x-feature: 9.2.0-pre.stable_16576 # Updated
111+
9.1.x: 9.1.13 # Updated
112+
113+
114+
# Extra Images for UDS
115+
# ------------------------------------------------------------------------------
116+
uds_extras_version: 1.5.0
117+
118+
# Extra Images for Mongo
119+
# ------------------------------------------------------------------------------
120+
mongo_extras_version_default: 8.0.17
121+
122+
# Variables used to mirror additional mongo image versions
123+
mongo_extras_version_4: 4.4.21
124+
mongo_extras_version_5: 5.0.23
125+
mongo_extras_version_6: 6.0.12
126+
mongo_extras_version_7: 7.0.23
127+
mongo_extras_version_8: 8.0.17
128+
129+
# Extra Images for Db2u
130+
# ------------------------------------------------------------------------------
131+
db2u_extras_version: 1.0.6 # No Update
132+
db2u_filter: db2
133+
134+
# Extra Images for CCS used for PCD 5.2.0 Hotfix
135+
# ------------------------------------------------------------------------------
136+
ccs_extras_version: 11.0.0
137+
138+
# Extra Images for IBM Watson Discovery
139+
# ------------------------------------------------------------------------------
140+
#wd_extras_version: 1.0.4
141+
142+
# Extra Images for Amlen
143+
# ------------------------------------------------------------------------------
144+
amlen_extras_version: 1.1.4
145+
146+
# Default Cloud Pak for Data version
147+
# ------------------------------------------------------------------------------
148+
cpd_product_version_default: 5.2.0
149+
150+
manage_extras_913: 9.1.3
151+
minio_version: RELEASE.2025-06-13T11-33-47Z
152+
153+
editorial:
154+
whats_new:
155+
- title: '**Security updates and bug fixes**'
156+
details:
157+
- IBM Maximo Application Suite Core Platform [v8.10.36](https://www.ibm.com/support/pages/node/7267462), [v8.11.36](https://www.ibm.com/support/pages/node/7267463), [v9.0.23](https://www.ibm.com/support/pages/node/7267464) and [v9.1.14](https://www.ibm.com/support/pages/node/7267465)
158+
- IBM Maximo Manage [v8.6.37](https://www.ibm.com/support/pages/node/7266693), [v8.7.31](https://www.ibm.com/support/pages/node/7266692), [v9.0.24](https://www.ibm.com/support/pages/node/7266691) and [v9.1.15](https://www.ibm.com/support/pages/node/7266690)
159+
- IBM Maximo IoT [v8.7.32](https://www.ibm.com/support/pages/node/7267121), [v8.8.29](https://www.ibm.com/support/pages/node/7267122), [v9.0.18](https://www.ibm.com/support/pages/node/7267123) and [v9.1.9](https://www.ibm.com/support/pages/node/7267124)
160+
- IBM Maximo Monitor [v8.10.29](https://www.ibm.com/support/pages/node/7267303), [v8.11.27](https://www.ibm.com/support/pages/node/7267304), [v9.0.19](https://www.ibm.com/support/pages/node/7267305) and [v9.1.9](https://www.ibm.com/support/pages/node/7267306)
161+
- IBM Maximo Optimizer [v8.4.27](https://www.ibm.com/support/pages/node/7266732),[v8.5.26](https://www.ibm.com/support/pages/node/7266734), [v9.0.21](https://www.ibm.com/support/pages/node/7266738) and [v9.1.10](https://www.ibm.com/support/pages/node/7266745)
162+
- IBM Maximo Assist/Collaborate [v9.0.15](https://www.ibm.com/support/pages/node/7267220), [v9.1.9](https://www.ibm.com/support/pages/node/7267222)
163+
- IBM Maximo Predict [v8.8.14](https://www.ibm.com/support/pages/node/7267302), [v8.9.16](https://www.ibm.com/support/pages/node/7267299), [v9.0.13](https://www.ibm.com/support/pages/node/7267298) and [v9.1.6](https://www.ibm.com/support/pages/node/7267181)
164+
- IBM Maximo Visual Inspection [v9.0.18](https://www.ibm.com/support/pages/node/7267485)
165+
- IBM Maximo Real Estate and Facilities [v9.1.9](https://www.ibm.com/support/pages/node/7267132)
166+
- IBM Maximo AI Service [v9.1.13](https://www.ibm.com/support/pages/node/7266231)
167+
- IBM Data Dictionary v1.1
168+
- IBM Truststore Manager v1.7
169+
- IBM Suite License Service v3.12
170+
171+
known_issues:
172+
- 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
173+
- 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.
174+
- title: A known issue has been identified in Db2u warehouse operator in this catalog. Customers restoring/upgrading Db2, intermittently get db2 `SQL0290N Table space access is not allowed. SQLSTATE=55039` error causing connectivity issue between MAS and Db2. If you are facing this problem, please refer to the workaround provided in this [documentation](https://www.ibm.com/docs/en/cloud-paks/cp-data/5.3.x?topic=SSQNUZ_5.3.x/svc-db2/known-issues-dbs.htm#known-issues-dbs__db2-instance-fails-sql0290n__title__1).
175+
- title: A known issue exists in the February 26, 2026 release affecting IBM Maximo Real Estate and Facilities. Customers with MREF installed should avoid upgrading to the February 9.1.8 release. Installation of MREF 9.1.x should be deferred until the March 2026 patch.
176+
- title: A know issue in IBM Maximo Real Estate and Facilities, users may encounter failures during upgrade scenarios (9.1.x → 9.2 FC) and experience slow installation in airgap environments in the March 26, 2026 release.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
# Case bundle configuration for IBM Maximo Operator Catalog 260326 (PPC)
3+
# -----------------------------------------------------------------------------
4+
# In the future this won't be necessary as we'll be able to mirror from the
5+
# catalog itself, but not everything in the catalog supports this yet (including MAS)
6+
# so we need to use the CASE bundle mirror process still.
7+
8+
catalog_digest: sha256:1664484a0e10f936cb899841f8b8cd37ae6dcdcc53efc3ef32698d584013cdc7
9+
10+
ocp_compatibility:
11+
- "4.16"
12+
- "4.17"
13+
- "4.18"
14+
- "4.19"
15+
- "4.20"
16+
17+
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
18+
sls_version: 3.12.6 # Updated # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
19+
tsm_version: 1.7.5 # Updated # Operator version 1.7.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
20+
db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to find the version 7.3.1+20250821.161005.16793, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
21+
22+
# Maximo Application Suite
23+
# -----------------------------------------------------------------------------
24+
mas_core_version:
25+
9.2.x-feature: 9.2.0-pre.stable_16717 # Updated
26+
9.1.x: 9.1.14 # Updated
27+
9.0.x: 9.0.23 # Updated
28+
8.10.x: "" # Not Supported
29+
8.11.x: "" # Not Supported
30+
mas_manage_version:
31+
9.2.x-feature: 9.2.0-pre.stable_17064 # Updated
32+
9.1.x: 9.1.15 # Updated
33+
9.0.x: 9.0.24 # Updated
34+
8.10.x: "" # Not Supported
35+
8.11.x: "" # Not Supported
36+
37+
# Extra Images for UDS
38+
# ------------------------------------------------------------------------------
39+
uds_extras_version: 1.5.0
40+
41+
# Extra Images for Mongo
42+
# ------------------------------------------------------------------------------
43+
mongo_extras_version_default: 8.0.17
44+
45+
# Variables used to mirror additional mongo image versions
46+
mongo_extras_version_4: 4.4.21
47+
mongo_extras_version_5: 5.0.23
48+
mongo_extras_version_6: 6.0.12
49+
mongo_extras_version_7: 7.0.12
50+
mongo_extras_version_8: 8.0.17
51+
52+
editorial:
53+
whats_new:
54+
- title: '**Security updates and bug fixes**'
55+
details:
56+
- IBM Maximo Application Suite Core Platform [v9.0.23](https://www.ibm.com/support/pages/node/7267464) and [v9.1.14](https://www.ibm.com/support/pages/node/7267465)
57+
- IBM Maximo Manage [v9.0.24](https://www.ibm.com/support/pages/node/7266691) and [v9.1.15](https://www.ibm.com/support/pages/node/7266690)
58+
- IBM Truststore Manager v1.7
59+
- IBM Suite License Service v3.12
60+
known_issues:
61+
- 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.

0 commit comments

Comments
 (0)