From 3b6545c78bf25382dd3ba730f3f46342d27b197e Mon Sep 17 00:00:00 2001 From: bjahagir-OpenShift Date: Tue, 15 Sep 2026 23:20:25 +0530 Subject: [PATCH] docs: add 4.12.98 z-stream release notes (advisory-only) Co-Authored-By: Claude Sonnet 4.5 --- modules/zstream-4-12-98-about.adoc | 17 +++++++++++++++++ modules/zstream-4-12-98-fixed-issues.adoc | 6 ++++++ modules/zstream-4-12-98-updating.adoc | 6 ++++++ release_notes/ocp-4-12-release-notes.adoc | 9 +++++++++ 4 files changed, 38 insertions(+) create mode 100644 modules/zstream-4-12-98-about.adoc create mode 100644 modules/zstream-4-12-98-fixed-issues.adoc create mode 100644 modules/zstream-4-12-98-updating.adoc diff --git a/modules/zstream-4-12-98-about.adoc b/modules/zstream-4-12-98-about.adoc new file mode 100644 index 00000000000..45d221c8dd7 --- /dev/null +++ b/modules/zstream-4-12-98-about.adoc @@ -0,0 +1,17 @@ +:_mod-docs-content-type: CONCEPT +[id="zstream-4-12-98-about_{context}"] += RHSA-2026:65908 - {product-title} 4.12.98 bug fix and security update + +[role="_abstract"] +Issued: 17 September 2026 + +{product-title} release {product-version}.98, which includes security updates, is now available. The list of fixed issues that are included in the update is documented in the link:https://access.redhat.com/errata/RHSA-2026:65908[RHSA-2026:65908] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2026:65906[RHSA-2026:65906] advisory. + +Space precluded documenting all of the container images for this release in the advisory. + +You can view the container images in this release by running the following command: + +[source,terminal] +---- +$ oc adm release info 4.12.98 --pullspecs +---- diff --git a/modules/zstream-4-12-98-fixed-issues.adoc b/modules/zstream-4-12-98-fixed-issues.adoc new file mode 100644 index 00000000000..36894eeae67 --- /dev/null +++ b/modules/zstream-4-12-98-fixed-issues.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: REFERENCE +[id="zstream-4-12-98-fixed-issues_{context}"] += Fixed issues + +[role="_abstract"] +* Before this update, the Operator Lifecycle Management (OLM) CSV annotation contained unexpected JSON, which was successfully parsed, but then threw a runtime error when attempting to use the resulting value. With this release, JSON values from OLM annotations are validated before use, and errors are logged, but the console does not fail when unexpected JSON is received in an annotation. (link:https://issues.redhat.com/browse/OCPBUGS-120132[OCPBUGS-120132]) diff --git a/modules/zstream-4-12-98-updating.adoc b/modules/zstream-4-12-98-updating.adoc new file mode 100644 index 00000000000..4f9ed8e1d32 --- /dev/null +++ b/modules/zstream-4-12-98-updating.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: REFERENCE +[id="zstream-4-12-98-updating_{context}"] += Updating + +[role="_abstract"] +To update an existing {product-title} 4.12 cluster to this latest release, see xref:../updating/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI]. diff --git a/release_notes/ocp-4-12-release-notes.adoc b/release_notes/ocp-4-12-release-notes.adoc index 10d88de0355..4beead5785a 100644 --- a/release_notes/ocp-4-12-release-notes.adoc +++ b/release_notes/ocp-4-12-release-notes.adoc @@ -5476,3 +5476,12 @@ include::modules/zstream-4-12-97-fixed-issues.adoc[leveloffset=+3] // 4.12.97 updating include::modules/zstream-4-12-97-updating.adoc[leveloffset=+3] + +// 4.12.98 about +include::modules/zstream-4-12-98-about.adoc[leveloffset=+2] + +// 4.12.98 fixes +include::modules/zstream-4-12-98-fixed-issues.adoc[leveloffset=+3] + +// 4.12.98 updating +include::modules/zstream-4-12-98-updating.adoc[leveloffset=+3]