Skip to content

Commit 4ab02e8

Browse files
committed
Merge branch 'monthlyupdate' into mong825
2 parents ee75945 + 8a13079 commit 4ab02e8

18 files changed

Lines changed: 1604 additions & 318 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
@@ -171,4 +171,5 @@ editorial:
171171
known_issues:
172172
- 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
173173
- 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).
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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ editorial:
161161
known_issues:
162162
- 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
163163
- 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.
164-
- 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).
164+
- 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).
165+
- 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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,5 @@ editorial:
158158
known_issues:
159159
- 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
160160
- 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.
161-
- 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).
161+
- 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).
162+
- 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.

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

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55
# catalog itself, but not everything in the catalog supports this yet (including MAS)
66
# so we need to use the CASE bundle mirror process still.
77

8-
catalog_digest: sha256:03e9c06ea43f22c8108861ed54fc7eee7d1f838b691f715cf2f83a1a334ea0f4
8+
catalog_digest: sha256:c0cc7bfca67a47d12a3fce6bcf6ad25ee83d75234c17b0e32e736af5e30b971c
99

1010
ocp_compatibility:
1111
- "4.16"
1212
- "4.17"
1313
- "4.18"
1414
- "4.19"
1515
- "4.20"
16-
- "4.21"
1716

1817
# Dependencies
1918
# -----------------------------------------------------------------------------
2019
ibm_licensing_version: 4.2.17 # Operator version 4.2.14 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-licensing)
2120
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)
22-
common_svcs_version_1: 4.11.0 # Additional version 4.11.0
21+
common_svcs_version_1: 4.11.0 # Additional version 4.11.0
2322

2423
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/)
2524
ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be explicitily mirrored
@@ -28,13 +27,13 @@ db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to fi
2827
db2_channel_default: v110509.0 # Default Channel version for db2u-operator
2928
events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
3029
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
31-
sls_version: 3.12.6 # Updated # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
32-
tsm_version: 1.7.5 # Updated # Operator version 1.7.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
33-
dd_version: 1.1.23 # Operator version 1.1.23 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
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)
3433
appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change
35-
wsl_version: 11.0.0+20250521.202913.73 # used for wsl and wsl_runtimes unless wsl_runtimes_version also specified
34+
wsl_version: 11.0.0+20250521.202913.73 # used for wsl and wsl_runtimes unless wsl_runtimes_version also specified
3635
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
37-
wml_version: 11.0.0+20250530.193146.282 # Operator version 5.2.0
36+
wml_version: 11.0.0+20250530.193146.282 # Operator version 5.2.0
3837
postgress_version: 5.16.0+20250827.110911.2626 # ibm-cpd-cloud-native-postgresql-operator 5.2.0 cp4d
3938

4039
ccs_build: 11.0.0+20250605.130237.468 # cpd 5.2.0 using ccs build
@@ -49,7 +48,7 @@ opensearch_version: 1.1.2494 # Operator version 1.1.2494
4948
# Maximo Application Suite
5049
# -----------------------------------------------------------------------------
5150
mas_core_version:
52-
9.2.x-feature: 9.2.0-pre.stable_12926 # No Update
51+
9.2.x-feature: 9.2.0-pre.stable_16717 # Updated
5352
9.1.x: 9.1.14 # Updated
5453
9.0.x: 9.0.23 # Updated
5554
8.10.x: 8.10.36 # Updated
@@ -70,7 +69,7 @@ mas_iot_version:
7069
8.10.x: 8.7.32 # Updated
7170
8.11.x: 8.8.29 # Updated
7271
mas_manage_version:
73-
9.2.x-feature: 9.2.0-pre.stable_13730 # No Update
72+
9.2.x-feature: 9.2.0-pre.stable_17064 # Updated
7473
9.1.x: 9.1.15 # Updated
7574
9.0.x: 9.0.24 # Updated
7675
8.10.x: 8.6.37 # Updated
@@ -118,14 +117,14 @@ uds_extras_version: 1.5.0
118117

119118
# Extra Images for Mongo
120119
# ------------------------------------------------------------------------------
121-
mongo_extras_version_default: 8.2.5
120+
mongo_extras_version_default: 8.0.17
122121

123122
# Variables used to mirror additional mongo image versions
124123
mongo_extras_version_4: 4.4.21
125124
mongo_extras_version_5: 5.0.23
126125
mongo_extras_version_6: 6.0.12
127126
mongo_extras_version_7: 7.0.23
128-
mongo_extras_version_8: 8.2.5
127+
mongo_extras_version_8: 8.0.17
129128

130129
# Extra Images for Db2u
131130
# ------------------------------------------------------------------------------
@@ -155,8 +154,23 @@ editorial:
155154
whats_new:
156155
- title: '**Security updates and bug fixes**'
157156
details:
158-
- IBM Maximo Application Suite Core Platform v9.0.22
159-
- IBM Truststore Manager v1.7
157+
- IBM Maximo Application Suite Core Platform [v8.10.36](https://www.ibm.com/support/pages/node/7267462), [v8.11.33](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+
160171
known_issues:
161172
- 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
162-
- 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.
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.

src/mas/devops/data/catalogs/v9-260326-ppc64le.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# catalog itself, but not everything in the catalog supports this yet (including MAS)
66
# so we need to use the CASE bundle mirror process still.
77

8-
catalog_digest: sha256:ba0aae5db72c4e5a38ac8ef0a7c173efe7095ef7b3eabf4e96f02cea16d5f7f7
8+
catalog_digest: sha256:1664484a0e10f936cb899841f8b8cd37ae6dcdcc53efc3ef32698d584013cdc7
99

1010
ocp_compatibility:
1111
- "4.16"
@@ -22,13 +22,13 @@ db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to fi
2222
# Maximo Application Suite
2323
# -----------------------------------------------------------------------------
2424
mas_core_version:
25-
9.2.x-feature: 9.2.0-pre.stable_12926 # No Update
25+
9.2.x-feature: 9.2.0-pre.stable_16717 # Updated
2626
9.1.x: 9.1.14 # Updated
2727
9.0.x: 9.0.23 # Updated
2828
8.10.x: "" # Not Supported
2929
8.11.x: "" # Not Supported
3030
mas_manage_version:
31-
9.2.x-feature: 9.2.0-pre.stable_13730 # No Update
31+
9.2.x-feature: 9.2.0-pre.stable_17064 # Updated
3232
9.1.x: 9.1.15 # Updated
3333
9.0.x: 9.0.24 # Updated
3434
8.10.x: "" # Not Supported
@@ -53,8 +53,8 @@ editorial:
5353
whats_new:
5454
- title: '**Security updates and bug fixes**'
5555
details:
56-
- IBM Maximo Application Suite Core Platform v9.1.11
57-
- IBM Maximo Manage 9.1.12
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)
5858
- IBM Truststore Manager v1.7
5959
- IBM Suite License Service v3.12
6060
known_issues:

0 commit comments

Comments
 (0)