Skip to content

Commit efa301e

Browse files
authored
Merge pull request #92433 from dfitzmau/OSDOCS-14370
OSDOCS-14370: Documented the 4.17.26 z-stream release notes
2 parents 747e84d + 25d27dc commit efa301e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

+32
Original file line numberDiff line numberDiff line change
@@ -2879,6 +2879,38 @@ This section will continue to be updated over time to provide notes on enhanceme
28792879
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.
28802880
====
28812881

2882+
// 4.17.26
2883+
[id="ocp-4-17-26_{context}"]
2884+
=== RHSA-2025:4012 - {product-title} {product-version}.26 bug fix and security update advisory
2885+
2886+
Issued: 24 April 2025
2887+
2888+
{product-title} release {product-version}.26 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:4012[RHSA-2025:4012] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:4014[RHBA-2025:4014] advisory.
2889+
2890+
Space precluded documenting all of the container images for this release in the advisory.
2891+
2892+
You can view the container images in this release by running the following command:
2893+
2894+
[source,terminal]
2895+
----
2896+
$ oc adm release info 4.17.26 --pullspecs
2897+
----
2898+
2899+
[id="ocp-4-17-26-bug-fixes_{context}"]
2900+
==== Bug fixes
2901+
2902+
* Previously, when you attempted to create a validating webhook for a resource that was managed by the `oauth` API server, the validating webhook was not created. This issue occurred because of a communication issue with the `oauth` API server and the data plane. With this release, a Konnectivity proxy sidecar has been added to bridge communications between the `oauth` API server and the data plane so that you can now create a validating webhook for any resource that the `oauth` API server manages. (link:https://issues.redhat.com/browse/OCPBUGS-54841[*OCPBUGS-54841*])
2903+
2904+
* Previously, virtual machines (VMs) in a cluster that ran on {azure-first} failed because the attached network interface controller (NIC) was in a `ProvisioningFailed` state. With this release, the Machine API controller now checks the provisioning status of a NIC and refreshes the VMs on a regular basis to prevent this issue. (link:https://issues.redhat.com/browse/OCPBUGS-54393[*OCPBUGS-54393*])
2905+
2906+
* Previously, the installation program malfunctioned if it attempted to retrieve {gcp-full} tags over an unstable network, or when it could not reach the GCP server. With this release, the issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-51210[*OCPBUGS-51210*])
2907+
2908+
* Previously, a User Datagram Protocol (UDP) packet that was larger than the maximum transmission unit (MTU) value set for the cluster, could not be sent to the endpoint of the packet by using a service. With this release, the pod IP address is used instead of the service IP address regardless of the packet size, so that the UDP packet can be sent to the endpoint. (link:https://issues.redhat.com/browse/OCPBUGS-50579[*OCPBUGS-50579*])
2909+
2910+
[id="ocp-4-17-26-updating_{context}"]
2911+
==== Updating
2912+
To update an {product-title} 4.17 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
2913+
28822914
// 4.17.25
28832915
[id="ocp-4-17-25_{context}"]
28842916
=== RHSA-2025:3798 - {product-title} {product-version}.25 bug fix and security update advisory

0 commit comments

Comments
 (0)