From c46527a39a6aae25ffa7253c7cabe32eae51205d Mon Sep 17 00:00:00 2001 From: Tami Love Date: Mon, 22 Jun 2026 19:27:23 -0400 Subject: [PATCH] Update the RNs for 4.12.92 --- modules/zstream-4-12-92-about.adoc | 24 +++++++++++++++++++++++ modules/zstream-4-12-92-fixed-issues.adoc | 10 ++++++++++ modules/zstream-4-12-92-updating.adoc | 10 ++++++++++ release_notes/ocp-4-12-release-notes.adoc | 11 ++++++++++- 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 modules/zstream-4-12-92-about.adoc create mode 100644 modules/zstream-4-12-92-fixed-issues.adoc create mode 100644 modules/zstream-4-12-92-updating.adoc diff --git a/modules/zstream-4-12-92-about.adoc b/modules/zstream-4-12-92-about.adoc new file mode 100644 index 000000000000..ec418f9764a9 --- /dev/null +++ b/modules/zstream-4-12-92-about.adoc @@ -0,0 +1,24 @@ +// Module included in the following assembly: +// +// * release_notes/ocp-4-12-release-notes.adoc + +:_mod-docs-content-type: CONCEPT +[id="zstream-4-12-92-about_{context}"] += RHSA-2026:26529 - {product-title} {product-version}.92 fixed issue and security update + +[role="_abstract"] +Issued: 25 June 2026 + +{product-title} release {product-version}.92, 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:26529[RHSA-2026:26527] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2026:26527[RHSA-2026:26527] 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.92 --pullspecs +---- \ No newline at end of file diff --git a/modules/zstream-4-12-92-fixed-issues.adoc b/modules/zstream-4-12-92-fixed-issues.adoc new file mode 100644 index 000000000000..54fb6a0ab87d --- /dev/null +++ b/modules/zstream-4-12-92-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-92-fixed-issues_{context}"] += Fixed issues + +[role="_abstract"] +There are no notable fixed issues in this release. \ No newline at end of file diff --git a/modules/zstream-4-12-92-updating.adoc b/modules/zstream-4-12-92-updating.adoc new file mode 100644 index 000000000000..cbd26eca48f1 --- /dev/null +++ b/modules/zstream-4-12-92-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-92-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 891d4b8f4971..ef6c5b877e77 100644 --- a/release_notes/ocp-4-12-release-notes.adoc +++ b/release_notes/ocp-4-12-release-notes.adoc @@ -5421,4 +5421,13 @@ include::modules/zstream-4-12-91-about.adoc[leveloffset=+2] include::modules/zstream-4-12-91-fixed-issues.adoc[leveloffset=+3] // 4.12.91 updating -include::modules/zstream-4-12-91-updating.adoc[leveloffset=+3] \ No newline at end of file +include::modules/zstream-4-12-91-updating.adoc[leveloffset=+3] + +// 4.12.92 about +include::modules/zstream-4-12-92-about.adoc[leveloffset=+2] + +// 4.12.92 fixes +include::modules/zstream-4-12-92-fixed-issues.adoc[leveloffset=+3] + +// 4.12.92 updating +include::modules/zstream-4-12-92-updating.adoc[leveloffset=+3] \ No newline at end of file