Skip to content

Commit 284e650

Browse files
committed
[patch] updated latest catalog digest and added known issue
1 parent 59f8064 commit 284e650

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

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

Lines changed: 12 additions & 1 deletion
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:2e28a69e6a54fb1684ff00f619f87619f72d9398ac2e6ee9cd31ac84dcd3f0b2
8+
catalog_digest: sha256:54bcab31205bf3a5e0e0769158127b70b514e3a965ddd8f02785afe53171f0ee
99

1010
ocp_compatibility:
1111
- 4.16
@@ -144,3 +144,14 @@ cpd_product_version_default: 5.2.0
144144
manage_extras_913: 9.1.3
145145
minio_version: RELEASE.2025-06-13T11-33-47Z
146146

147+
editorial:
148+
whats_new:
149+
- title: '**MongoDb v8.0.17** support Running `mas update` will automatically upgrade existing MongoDbCommunity instances to MongoDb version v8.0.17 this requires MongoDb version to be on v7 or later.'
150+
details: []
151+
- title: '**Security updates and bug fixes**'
152+
details:
153+
- IBM Maximo Application Suite Core Platform v9.0 and v9.1
154+
- IBM Maximo Manage v9.0 and v9.1
155+
- IBM Suite License Service v3.12
156+
known_issues: []
157+
Note: 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.

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

Lines changed: 2 additions & 1 deletion
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:727846462689e7c6b2a81feb17b161ba00147889c90a92e2569db6d29da58535
8+
catalog_digest: sha256:8ea3f0ab4086047fd00547ed39921703f4bf1e938e77bca368a9f799534755b8
99

1010
ocp_compatibility:
1111
- 4.16
@@ -58,3 +58,4 @@ editorial:
5858
- IBM Maximo Manage v9.0 and v9.1
5959
- IBM Suite License Service v3.12
6060
known_issues: []
61+
Note: 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.

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

Lines changed: 2 additions & 1 deletion
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:dab28ed4e515a3794f0332b1c0dee762a2459bede7a4a8eeafabd750f3cbd278
8+
catalog_digest: sha256:16f3e2862d2be141c2993a5d83cb287ee987b2dc1380a4739ee78f31fd57124b
99

1010
ocp_compatibility:
1111
- 4.16
@@ -58,3 +58,4 @@ editorial:
5858
- IBM Maximo Manage v9.0 and v9.1
5959
- IBM Suite License Service v3.12
6060
known_issues: []
61+
Note: 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.

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_list_catalogs():
2626
def test_get_newest_catalog_tag():
2727
catalogTag = getNewestCatalogTag("amd64")
2828
# Reminder: update this test when adding a new catalog each month!
29-
assert True or catalogTag == "v9-251231-amd64"
29+
assert True or catalogTag == "v9-260129-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)