Skip to content

Commit b483eff

Browse files
committed
Yaml block
1 parent 596f58d commit b483eff

37 files changed

Lines changed: 445 additions & 0 deletions

src/mas/devops/data/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,31 @@ def listOCPVersions() -> list:
179179
ocp_versions = ocp_data.get("ocp_versions", {})
180180
# Sort versions numerically (4.12, 4.13, etc.)
181181
return sorted(ocp_versions.keys(), key=lambda v: [int(x) for x in v.split(".")])
182+
183+
184+
def getCatalogEditorial(catalog_tag: str) -> dict | None:
185+
"""
186+
Get editorial content (What's New and Known Issues) for a specific catalog.
187+
188+
This function retrieves the editorial metadata from a catalog definition,
189+
which includes "What's New" highlights and "Known Issues" information.
190+
191+
Args:
192+
catalog_tag (str): The catalog tag (e.g., "v9-251231-amd64").
193+
194+
Returns:
195+
dict: Dictionary with 'whats_new' and 'known_issues' keys containing
196+
markdown-formatted strings. Returns None if catalog doesn't exist
197+
or has no editorial content.
198+
199+
Example:
200+
>>> editorial = getCatalogEditorial("v9-251231-amd64")
201+
>>> if editorial:
202+
... print(editorial['whats_new'])
203+
... print(editorial['known_issues'])
204+
"""
205+
catalog = getCatalog(catalog_tag)
206+
if not catalog:
207+
return None
208+
209+
return catalog.get("editorial")

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,17 @@ amlen_extras_version: 1.1.2
112112
# Default Cloud Pak for Data version
113113
# ------------------------------------------------------------------------------
114114
cpd_product_version_default: 5.0.0
115+
116+
editorial:
117+
whats_new: |
118+
- **Security updates and bug fixes**
119+
- IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0, v9.1
120+
- IBM Maximo Manage v8.7, v8.6, v9.0 and v9.1
121+
- IBM Maximo Monitor v8.11, v8.10 and v9.0
122+
- IBM Maximo Optimizer v8.5, v8.4, v9.0 and v9.1
123+
- IBM Maximo Predict v9.0
124+
- IBM Data Dictionary v1.1
125+
- IBM SLS v3.0
126+
known_issues: |
127+
- 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
128+
- Disconnected environments with Manage Civil, Aviation and ICD should not be updated at this time due to a known bug.

src/mas/devops/data/catalogs/v9-250109-s390x.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ mongo_extras_version_4: 4.4.21
4343
mongo_extras_version_5: 5.0.23
4444
mongo_extras_version_6: 6.0.12
4545
mongo_extras_version_7: 7.0.12
46+
47+
editorial:
48+
whats_new: |
49+
- **Security updates and bug fixes**
50+
- IBM Maximo Application Suite Core Platform v9.0 & v9.1
51+
- IBM Maximo Manage v9.0 & v9.1
52+
- IBM SLS v3.0

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,17 @@ amlen_extras_version: 1.1.2
112112
# Default Cloud Pak for Data version
113113
# ------------------------------------------------------------------------------
114114
cpd_product_version_default: 5.0.0
115+
116+
editorial:
117+
whats_new: |
118+
- **Security updates and bug fixes**
119+
- IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0, v9.1
120+
- IBM Maximo IoT v8.7, v8.8 and v9.0
121+
- IBM Maximo Manage v8.7, v8.6, v9.0 and v9.1
122+
- IBM Maximo Monitor v8.11, v8.10 and v9.0
123+
- IBM Maximo Optimizer v8.5, v8.4, v9.0 and v9.1
124+
- IBM Data Dictionary v1.1
125+
- IBM SLS v3.0
126+
- IBM Maximo Visual Inspection v8.9, v9.0 and v9.1
127+
known_issues: |
128+
- 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

src/mas/devops/data/catalogs/v9-250206-s390x.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ mongo_extras_version_4: 4.4.21
4343
mongo_extras_version_5: 5.0.23
4444
mongo_extras_version_6: 6.0.12
4545
mongo_extras_version_7: 7.0.12
46+
47+
editorial:
48+
whats_new: |
49+
- **Security updates and bug fixes**
50+
- IBM Maximo Application Suite Core Platform v9.0 & v9.1
51+
- IBM Maximo Manage v9.0 & v9.1
52+
- IBM SLS v3.0

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,19 @@ amlen_extras_version: 1.1.2
113113
# Default Cloud Pak for Data version
114114
# ------------------------------------------------------------------------------
115115
cpd_product_version_default: 5.0.0
116+
117+
editorial:
118+
whats_new: |
119+
- **Security updates and bug fixes**
120+
- IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0, v9.1
121+
- IBM Maximo Assist v9.0
122+
- IBM Maximo IoT v8.7, v8.8 and v9.0
123+
- IBM Maximo Manage v8.7, v8.6, v9.0 and v9.1
124+
- IBM Maximo Monitor v8.11, v8.10 and v9.0
125+
- IBM Maximo Optimizer v8.5, v8.4, v9.0 and v9.1
126+
- IBM Maximo Predict v9.0, v8.9, v8.8
127+
- IBM Maximo Visual Inspection v8.9, v9.0 and v9.1
128+
- IBM Data Dictionary v1.1
129+
- IBM SLS v3.11
130+
known_issues: |
131+
- 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

src/mas/devops/data/catalogs/v9-250306-s390x.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ mongo_extras_version_4: 4.4.21
4343
mongo_extras_version_5: 5.0.23
4444
mongo_extras_version_6: 6.0.12
4545
mongo_extras_version_7: 7.0.12
46+
47+
editorial:
48+
whats_new: |
49+
- **Security updates and bug fixes**
50+
- IBM Maximo Application Suite Core Platform v9.0 & v9.1
51+
- IBM Maximo Manage v9.0 & v9.1
52+
- IBM SLS v3.0

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,19 @@ amlen_extras_version: 1.1.2
113113
# Default Cloud Pak for Data version
114114
# ------------------------------------------------------------------------------
115115
cpd_product_version_default: 5.0.0
116+
117+
editorial:
118+
whats_new: |
119+
- **Security updates and bug fixes**
120+
- IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0
121+
- IBM Maximo IoT v8.7, v8.8 and v9.0
122+
- IBM Maximo Manage v8.7, v8.6, v9.0
123+
- IBM Maximo Monitor v8.11, v8.10 and v9.0
124+
- IBM Maximo Optimizer v8.5, v8.4, v9.0
125+
- IBM Maximo Predict v9.0, v8.9, v8.8
126+
- IBM Maximo Visual Inspection v8.9, v9.0
127+
- IBM Data Dictionary v1.1
128+
known_issues: |
129+
- 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
130+
- If your Maximo usage is significantly reliant on Maximo Mobile / Maximo's Role Based Applications, it is advised to bypass this Patch 9.0.11 release and await the subsequent patch release for 9.0.12 . Due to the recently encountered issue, this particular patch may not function as intended for Maximo Mobile/Role Based Applications' work order Change Status feature if you have industry solutions layered on top of the core Manage. However, if you still need to apply this patch, we can offer a Limited Availability Fix (LA Fix) in the event you encounter this issue. Please note that you will need to submit a LA Fix request for this
131+
- You can click the link below for further details. <a href="https://www.ibm.com/support/pages/bmxaa9238e-when-changing-status-wo-after-applying-managemobile-9011"> www.ibm.com/support/pages/bmxaa9238e-when-changing-status-wo-after-applying-managemobile-9011 </a>

src/mas/devops/data/catalogs/v9-250403-s390x.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ mongo_extras_version_4: 4.4.21
4343
mongo_extras_version_5: 5.0.23
4444
mongo_extras_version_6: 6.0.12
4545
mongo_extras_version_7: 7.0.12
46+
47+
editorial:
48+
whats_new: |
49+
- **Security updates and bug fixes**
50+
- IBM Maximo Application Suite Core Platform v9.0
51+
- IBM Maximo Manage v9.0

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,18 @@ amlen_extras_version: 1.1.2
113113
# Default Cloud Pak for Data version
114114
# ------------------------------------------------------------------------------
115115
cpd_product_version_default: 5.0.0
116+
117+
editorial:
118+
whats_new: |
119+
- **Security updates and bug fixes**
120+
- IBM Maximo Application Suite Core Platform v8.10, v8.11, v9.0 and v9.1
121+
- IBM Maximo IoT v8.7, v8.8 and v9.0
122+
- IBM Maximo Manage v8.7, v8.6, v9.0 and v9.1
123+
- IBM Maximo Monitor v8.11, v8.10 and v9.0
124+
- IBM Maximo Optimizer v8.5, v8.4, v9.0 and v9.1
125+
- IBM Maximo Predict v9.0, v8.9, v8.8
126+
- IBM Maximo Visual Inspection v8.9, v9.0 and v9.1
127+
- IBM Data Dictionary v1.1
128+
known_issues: |
129+
- 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
130+
- For Airgap users, please review the [technote regarding a known Multi-Arch limitation](https://www.ibm.com/support/pages/node/7232093) before attempting installation.

0 commit comments

Comments
 (0)