Skip to content

Commit 24d1444

Browse files
author
Ted Avery
committed
OSDOCS-15168:Update the z-stream RNs for 4.19.3
1 parent 8b67c3a commit 24d1444

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

release_notes/ocp-4-19-release-notes.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,6 +2813,40 @@ This section will continue to be updated over time to provide notes on enhanceme
28132813
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.
28142814
====
28152815

2816+
// 4.19.3
2817+
[id="ocp-4-19-3_{context}"]
2818+
=== RHBA-2025:10290 - {product-title} {product-version}.3 image release, bug fix, and security update advisory
2819+
2820+
Issued: 08 July 2025
2821+
2822+
{product-title} release {product-version}.3, 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:10290[RHBA-2025:10290] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2025:10291[RHSA-2025:10291] advisory.
2823+
2824+
Space precluded documenting all of the container images for this release in the advisory.
2825+
2826+
You can view the container images in this release by running the following command:
2827+
2828+
[source,terminal]
2829+
----
2830+
$ oc adm release info 4.19.3 --pullspecs
2831+
----
2832+
2833+
[id="ocp-4-19-3-bug-fixes_{context}"]
2834+
==== Bug fixes
2835+
2836+
* Previously, useful error messages were not generated when the `oc adm node-image create` command failed. With this release, the `oc adm node-image create` command provides error messages when the command fails. (link:https://issues.redhat.com/browse/OCPBUGS-58077[OCPBUGS-58077])
2837+
2838+
* Previously, when on-prem installer-provisioned infrastructure (IPI) deployments used the Cilium container network interface (CNI), the firewall rule that redirected traffic to the load balancer was ineffective. With this release, the rule works with the Cilium CNI and `OVNKubernetes`. (link:https://issues.redhat.com/browse/OCPBUGS-57781[OCPBUGS-57781])
2839+
2840+
* Previously, when you defined the `blockedImages` value in the `imageSetConfiguration` parameter for `oc-mirror v2`, you were required to provide an extensive list of image references for excluding images from mirroring. This requirement sometimes prevented the exclusion of images from mirroring because the image digests changed between executions. With this release, you can use regular expressions for the `blockedImages` value to facilitate the exclusion of images from mirroring. (link:https://issues.redhat.com/browse/OCPBUGS-56728[OCPBUGS-56728])
2841+
2842+
* Previously, certain traffic patterns with large packets running between {product-title} nodes and pods triggered an {product-title} host to send Internet Control Message Protocol (ICMP) needs frag to another {product-title} host. This situation lowered the viable maximum transmission unit (MTU) in the cluster. As a consequence, executing the `ip route show cache` command generated a cached route with a lower MTU than the physical link. Packets were dropped and {product-title} components were degrading because the host did not send pod-to-pod traffic with the large packets. With this release, NF Tables rules prevent the {product-title} nodes from lowering their MTU in response to traffic patterns with large packets. (link:https://issues.redhat.com/browse/OCPBUGS-55997[OCPBUGS-55997])
2843+
2844+
* Previously, you needed to update vSAN files to 8.0 P05 or later to enable clusters running {product-title} 4.19 to mount the network file system (NFS) volumes that were exported from the VMWare vSAN Files. With this release, you do not need to upgrade existing vSAN File Services versions to mount VMWare vSAN File volumes. (link:https://issues.redhat.com/browse/OCPBUGS-55978[OCPBUGS-55978])
2845+
2846+
[id="ocp-4-19-3-updating_{context}"]
2847+
==== Updating
2848+
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].
2849+
28162850
// 4.19.2
28172851
[id="ocp-4-19-2_{context}"]
28182852
=== RHSA-2025:9750 - {product-title} {product-version}.2 image release, bug fix, and security update advisory

0 commit comments

Comments
 (0)