From a02f0dc884297b5365502eca6885b73a5223de60 Mon Sep 17 00:00:00 2001 From: bjahagir-OpenShift Date: Wed, 2 Sep 2026 15:01:10 +0530 Subject: [PATCH] docs: add 4.12.97 z-stream release notes Co-Authored-By: Claude Sonnet 4.5 --- modules/zstream-4-12-97-about.adoc | 21 +++++++++++++++++++++ modules/zstream-4-12-97-fixed-issues.adoc | 10 ++++++++++ modules/zstream-4-12-97-updating.adoc | 10 ++++++++++ release_notes/ocp-4-12-release-notes.adoc | 11 ++++++++++- 4 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 modules/zstream-4-12-97-about.adoc create mode 100644 modules/zstream-4-12-97-fixed-issues.adoc create mode 100644 modules/zstream-4-12-97-updating.adoc diff --git a/modules/zstream-4-12-97-about.adoc b/modules/zstream-4-12-97-about.adoc new file mode 100644 index 00000000000..db335aa8790 --- /dev/null +++ b/modules/zstream-4-12-97-about.adoc @@ -0,0 +1,21 @@ +// Module included in the following assembly: +// +// * release_notes/ocp-4-12-release-notes.adoc + +:_mod-docs-content-type: CONCEPT +[id="zstream-4-12-97-about_{context}"] += RHSA-2026:59833 - {product-title} {product-version}.97 bug fix and security update + +[role="_abstract"] +Issued: 03 September 2026 + +{product-title} release {product-version}.97, 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:59833[RHSA-2026:59833] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2026:59830[RHSA-2026:59830] 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.97 --pullspecs +---- diff --git a/modules/zstream-4-12-97-fixed-issues.adoc b/modules/zstream-4-12-97-fixed-issues.adoc new file mode 100644 index 00000000000..ac958207174 --- /dev/null +++ b/modules/zstream-4-12-97-fixed-issues.adoc @@ -0,0 +1,10 @@ +// Module included in the following assembly: +// +// * release_notes/ocp-4-12-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="zstream-4-12-97-fixed-issues_{context}"] += Fixed issues + +[role="_abstract"] +There are no notable fixed issues in this release. diff --git a/modules/zstream-4-12-97-updating.adoc b/modules/zstream-4-12-97-updating.adoc new file mode 100644 index 00000000000..1f4dd23b937 --- /dev/null +++ b/modules/zstream-4-12-97-updating.adoc @@ -0,0 +1,10 @@ +// Module included in the following assembly: +// +// * release_notes/ocp-4-12-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="zstream-4-12-97-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 b2825162a6f..10d88de0355 100644 --- a/release_notes/ocp-4-12-release-notes.adoc +++ b/release_notes/ocp-4-12-release-notes.adoc @@ -5466,4 +5466,13 @@ include::modules/zstream-4-12-96-about.adoc[leveloffset=+2] include::modules/zstream-4-12-96-fixed-issues.adoc[leveloffset=+3] // 4.12.96 updating -include::modules/zstream-4-12-96-updating.adoc[leveloffset=+3] \ No newline at end of file +include::modules/zstream-4-12-96-updating.adoc[leveloffset=+3] + +// 4.12.97 about +include::modules/zstream-4-12-97-about.adoc[leveloffset=+2] + +// 4.12.97 fixes +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]