From b9ec3ca12ce9a9e2f68f8b9f6ba51110bd99203e Mon Sep 17 00:00:00 2001 From: William Gabor Date: Mon, 22 Sep 2025 13:29:53 -0400 Subject: [PATCH] OSDOCS-16221 removed back tick --- release_notes/ocp-4-19-release-notes.adoc | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/release_notes/ocp-4-19-release-notes.adoc b/release_notes/ocp-4-19-release-notes.adoc index d2fa1f6976..f5cf273988 100644 --- a/release_notes/ocp-4-19-release-notes.adoc +++ b/release_notes/ocp-4-19-release-notes.adoc @@ -2847,6 +2847,42 @@ This section will continue to be updated over time to provide notes on enhanceme For any {product-title} release, always review the instructions on xref:../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[updating your cluster] properly. ==== +// 4.19.13 +[id="ocp-4-19-13_{context}"] +=== RHBA-2025:16148 - {product-title} {product-version}.13 image release, bug fix, and security update advisory + +Issued: 23 September 2025 + +{product-title} release {product-version}.13, which includes security updates, 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-2025:16148[RHBA-2025:16148] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:16146[RHBA-2025:16146] 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.19.13 --pullspecs +---- + +[id="ocp-4-19-13-bug-fixes_{context}"] +==== Bug fixes + +* Before this update, the `config-sync-controller` did not log results due to missing logging statements in the code. As a consequence, users experienced silent failures in the `config-sync-controller`. With this release, the `config-sync-controller` logs results enhancing error diagnosis for users. (link:https://issues.redhat.com/browse/OCPBUGS-56788[OCPBUGS-56788]) + +* Before this update, calls to retrieve an image manifest and metadata using a tagged image name did not cache the result of the lookup. As a consequence, hosted control plane memory usage quickly grew, which created performance issues. With this release, images in hosted control plane using a named tag or canonical name are cached for 12 hours. As a result, hosted control plane memory usage is optimized. (link:https://issues.redhat.com/browse/OCPBUGS-59933[OCPBUGS-59933]) + +* Before this update, the `agent-based-installer` set the permissions for the etcd directory `/var/lib/etcd/member` as 0755 when using {sno} deployment instead of 0700, which is correctly set on a multi-node deployment. With this release, the etcd directory `/var/lib/etcd/member` permissions are set to 0700 for {sno} deployments. (link:https://issues.redhat.com/browse/OCPBUGS-61313[OCPBUGS-61313]) + +* Before this update, the `PrometheusRemoteWriteBehind` alert fired if the remote endpoint never received any data. With this release, the `PrometheusRemoteWriteBehind` alert no longer fires if the remote endpoint has not yet received any data. (link:https://issues.redhat.com/browse/OCPBUGS-61486[OCPBUGS-61486]) + +* Before this update, it was possible for webhook failures to trigger a `kube-apiserver` crash while generating an audit log entry for a request. As a consequence, API server disruptions were possible. With this release, the audit system has been updated so that the `kube-apiserver` no longer crashes and the API disruptions are resolved. (link:https://issues.redhat.com/browse/OCPBUGS-61488[OCPBUGS-61488]) + +* Before this update, the *Operand details page* in the web console would show additional status items in a third column, which resulted in the content appearing squashed. With this update, the defect has been corrected, so that only two columns display in the details page. (link:https://issues.redhat.com/browse/OCPBUGS-61781[OCPBUGS-61781]) + +[id="ocp-4-19-13-updating_{context}"] +==== Updating +To update an {product-title} 4.19 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI]. + // 4.19.12 [id="ocp-4-19-12_{context}"] === RHBA-2025:15694 - {product-title} {product-version}.12 image release, bug fix, and security update advisory