Skip to content

Commit c1f77fc

Browse files
authored
Merge branch 'stable' into mascore-11094
2 parents 7ab44f3 + 18b6e6f commit c1f77fc

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ocp_compatibility:
1313
- "4.18"
1414
- "4.19"
1515
- "4.20"
16+
- "4.21"
1617

1718
# Dependencies
1819
# -----------------------------------------------------------------------------
@@ -154,7 +155,7 @@ editorial:
154155
whats_new:
155156
- title: '**Security updates and bug fixes**'
156157
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 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)
158159
- 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)
159160
- 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)
160161
- 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)
@@ -173,4 +174,4 @@ editorial:
173174
- 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.
174175
- 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).
175176
- 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.
177+
- 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/ocp.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
# https://access.redhat.com/support/policy/updates/openshift/
1010

1111
ocp_versions:
12+
"4.21":
13+
ga_date: "February 3, 2026"
14+
standard_support: "GA of 4.22 + 3 Months"
15+
extended_support: "N/A"
16+
1217
"4.20":
1318
ga_date: "October 21, 2025"
14-
standard_support: "May 3, 2026"
19+
standard_support: "April 21, 2027"
1520
extended_support: "October 21, 2028"
1621

1722
"4.19":
@@ -21,8 +26,8 @@ ocp_versions:
2126

2227
"4.18":
2328
ga_date: "February 25, 2025"
24-
standard_support: "February 25, 2025"
25-
extended_support: "August 25, 2026"
29+
standard_support: "August 25, 2026"
30+
extended_support: "February 25, 2028"
2631

2732
"4.17":
2833
ga_date: "October 1, 2024"

src/mas/devops/templates/pipelinerun-update.yml.j2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,10 @@ spec:
139139
- name: skip_entitlement_key_flag
140140
value: "{{ skip_entitlement_key_flag }}"
141141
{%- endif %}
142+
{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
143+
144+
# AI Service Migration (ODH to RHOAI)
145+
# -------------------------------------------------------------------------
146+
- name: odh_to_rhoai_migration
147+
value: "{{ odh_to_rhoai_migration }}"
148+
{%- endif %}

0 commit comments

Comments
 (0)