You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes/ocp-4-17-release-notes.adoc
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2892,6 +2892,41 @@ This section will continue to be updated over time to provide notes on enhanceme
2892
2892
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.
{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].
0 commit comments