Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions modules/zstream-4-19-34.adoc
Original file line number Diff line number Diff line change
@@ -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].

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules).




3 changes: 3 additions & 0 deletions release_notes/ocp-4-19-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down