Skip to content

Commit 3fd2245

Browse files
authored
Merge pull request #94014 from wgabor0427/OSDOCS-14790
OSDOCS-14790 created z-stream release notes
2 parents 8105145 + 255361b commit 3fd2245

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,6 +2892,41 @@ This section will continue to be updated over time to provide notes on enhanceme
28922892
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.
28932893
====
28942894

2895+
// 4.17.32
2896+
[id="ocp-4-17-32_{context}"]
2897+
=== RHSA-2025:8280 - {product-title} {product-version}.32 bug fix
2898+
2899+
Issued: 04 June 2025
2900+
2901+
{product-title} release {product-version}.31 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:8280[RHSA-2025:8280] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:8281[RHBA-2025:8281] advisory.
2902+
2903+
Space precluded documenting all of the container images for this release in the advisory.
2904+
2905+
You can view the container images in this release by running the following command:
2906+
2907+
[source,terminal]
2908+
----
2909+
$ oc adm release info 4.17.32 --pullspecs
2910+
----
2911+
2912+
[id="ocp-4-17-32-bug-fixes_{context}"]
2913+
==== Bug fixes
2914+
2915+
* Previously, a bug fix altered the availability set configuration by changing the fault domain count to use the maximum available value instead of being fixed at 2. This inadvertently caused scaling issues for `MachineSet` objects created prior to the bug fix, because the controller attempted to modify immutable availability sets. With this release, availability sets are no longer modified after creation, allowing affected `MachineSet` objects to scale properly. (link:https://issues.redhat.com/browse/OCPBUGS-56655[OCPBUGS-56655])
2916+
2917+
* Previously, the Samples Operator updated the Progressing condition’s `lastTransitionTime` value even when the condition’s status did not actually change. This led to potential installation errors and perceived instability for end users. With this release, the Operator is prevented from updating the `lastTransitionTime` value unless there is a status change. This enhances Operator stability, minimizes installer errors, and ensures a smoother user experience. (link:https://issues.redhat.com/browse/OCPBUGS-55800[OCPBUGS-55800])
2918+
2919+
* Previously, the Samples Operator watched all cluster Operators in the cluster, which triggered the Cluster Samples Operator sync loop to run unnecessarily. This behavior negatively impacted overall performance. With this release, the Cluster Samples Operator only watches specific cluster Operators. (link:https://issues.redhat.com/browse/OCPBUGS-55795[OCPBUGS-55795])
2920+
2921+
* Previously, the Grandmaster Timekeeper (T-GM) operation unexpectedly set the Precision Time Protocol (PTP) announce message internal signal flags incorrectly. This caused the loss of time synchronization across the network. With this release, the PTP announce message flags are correctly initialized, ensuring accurate and standardized time synchronization information is disseminated across the network. (link:https://issues.redhat.com/browse/OCPBUGS-55740[OCPBUGS-55740])
2922+
2923+
* Previously, image pull timeouts occurred due to the Zscaler platform scanning all data transfers. This resulted in timed out image pulls. With this release, the image pull timeout is increased to 30 seconds, allowing successful updates. (link:https://issues.redhat.com/browse/OCPBUGS-54664[OCPBUGS-54664])
2924+
2925+
2926+
[id="ocp-4-17-32-updating_{context}"]
2927+
==== Updating
2928+
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].
2929+
28952930
// 4.17.31
28962931
[id="ocp-4-17-31_{context}"]
28972932
=== RHBA-2025:8108 - {product-title} {product-version}.31 bug fix

0 commit comments

Comments
 (0)