From 1617f03abd8bf0c1bba32c678bdb844dabdd27fa Mon Sep 17 00:00:00 2001 From: William Gabor Date: Fri, 12 Jun 2026 14:31:45 -0400 Subject: [PATCH] OSDOCS-20127 created z-stream RNs for 4-19-34 --- modules/zstream-4-19-34.adoc | 34 +++++++++++++++++++++++ release_notes/ocp-4-19-release-notes.adoc | 3 ++ 2 files changed, 37 insertions(+) create mode 100644 modules/zstream-4-19-34.adoc diff --git a/modules/zstream-4-19-34.adoc b/modules/zstream-4-19-34.adoc new file mode 100644 index 000000000000..329c71e354ac --- /dev/null +++ b/modules/zstream-4-19-34.adoc @@ -0,0 +1,34 @@ +// Module included in the following assemblies: +// +// * release_notes/ocp-4-19-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="zstream-4-19-34_{context}"] += RHSA-2026:25201 - {product-title} {product-version}.34 fixed issues and security update + +Issued: 17 June 2026 + +[role="_abstract"] +{product-title} release {product-version}.34 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:25201[RHSA-2026:25201] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2026:25199[RHBA-2026:25199] 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.34 --pullspecs +---- + +[id="zstream-4-19-34-fixed-issues_{context}"] +== Fixed issues + +* Before this update, misconfigured clients could leave incomplete connections open on Ingress pods (HAProxy), which over time led to exceeding the connection limit. With this release, additional timeouts are configured on the HAProxy side which quickly cleans up such improper connections. (link:https://issues.redhat.com/browse/OCPBUGS-66284[OCPBUGS-66284]) + +[id="zstream-4-19-34-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]. + + + diff --git a/release_notes/ocp-4-19-release-notes.adoc b/release_notes/ocp-4-19-release-notes.adoc index 61849a18935c..2fa33b1000b0 100644 --- a/release_notes/ocp-4-19-release-notes.adoc +++ b/release_notes/ocp-4-19-release-notes.adoc @@ -2977,6 +2977,9 @@ To save the `vmcore` file, use the `crashkernel` setting to reserve 1024 MB of m // 4.19.z about errata updates include::modules/ocp-release-asynch-errata-updates.adoc[leveloffset=+1] +// 4.19.33 z-stream RNs full document +include::modules/zstream-4-19-34.adoc[leveloffset=+2] + // 4.19.33 z-stream RNs full document include::modules/zstream-4-19-33.adoc[leveloffset=+2]