From b79a9201807de18124bb416a5542c4ae6c347470 Mon Sep 17 00:00:00 2001 From: Ted Avery Date: Fri, 10 Oct 2025 14:01:55 -0400 Subject: [PATCH] OSDOCS-16472:Update the z-stream RNs for 4.12.81 --- release_notes/ocp-4-12-release-notes.adoc | 45 ++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/release_notes/ocp-4-12-release-notes.adoc b/release_notes/ocp-4-12-release-notes.adoc index 5d7438b6436b..898423b90952 100644 --- a/release_notes/ocp-4-12-release-notes.adoc +++ b/release_notes/ocp-4-12-release-notes.adoc @@ -4985,6 +4985,15 @@ $ oc adm release info 4.12.68 --pullspecs * Previously, a group ID was not added to the `/etc/group` within the container when the `spec.securityContext.runAsGroup` attribute was set in the pod resource. With this release, this issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-41248[OCPBUGS-41248]) * Previously, stale data prevented the node of an updated, OVN-enabled cluster from rejoining the cluster and returning to the `Ready` state. This fix removes problematic stale data from older versions of {product-title} and resolves the issue. (link:https://issues.redhat.com/browse/OCPBUGS-38382[OCPBUGS-38382]) +QE review: +- [ ] QE has approved this change. + + +Additional information: + + + * Previously, when opening a targeted link in a new tab, an error displayed the following message: `Cannot read properties of undefined`. This issue was the result of a missing object validation check. With this release, the object validation check is added, and the new tab of the target detail displays correctly. (link:https://issues.redhat.com/browse/OCPBUGS-33519[OCPBUGS-33519]) @@ -5001,7 +5010,16 @@ Issued: 14 November 2024 {product-title} release 4.12.69 is now available. The list of bug fixes that are included in the update is documented in the link:https://access.redhat.com/errata/RHBA-2024:8996[RHBA-2024:8996] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2024:8998[RHBA-2024:8998] advisory. -You can view the container images in this release by running the following command: +You can view the container images in this release by running the following command:QE review: +- [ ] QE has approved this change. + + +Additional information: + + + + [source,terminal] ---- @@ -5269,3 +5287,28 @@ $ oc adm release info 4.12.80 --pullspecs ==== Updating 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]. + +// 4.12.81 +[id="ocp-4-12-81_{context}"] +=== RHSA-2025:17671 - {product-title} 4.12.81 bug fix and security update + +Issued: 11 September 2025 + +{product-title} release 4.12.81 is now available. The list of bug fixes that are included in the update is documented in the link:https://access.redhat.com/errata/RHSA-2025:17671[RHSA-2025:17671] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:17669[RHBA-2025:17669] 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.81 --pullspecs +---- + +[id="ocp-4-12-81-bug-fixes_{context}"] +==== Bug fixes + +* Before October 8, 2025, a breaking change in {azure-short} storage profile properties caused the `Id` property in `properties.storageProfile.osDiskImage.source` to be unsupported. As a consequence, you could not deploy {product-title} on {azure-short} after this date. With this release, you must replace `Id` with `storageAccountId` in `storageProfile.osDiskImage.source` so that the {product-title} cluster complies with the storage profile requirements for {azure-short} after October 8, 2025. (link:https://issues.redhat.com/browse/OCPBUGS-62820[OCPBUGS-62820]) + +[id="ocp-4-12-81-updating_{context}"] +==== Updating + +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].