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
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2896,6 +2896,42 @@ This section will continue to be updated over time to provide notes on enhanceme
2896
2896
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.
2897
2897
====
2898
2898
2899
+
// 4.17.36
2900
+
[id="ocp-4-17-36_{context}"]
2901
+
=== RHSA-2025:11359 - {product-title} {product-version}.36 bug fix update and security
2902
+
2903
+
Issued: 23 July 2025
2904
+
2905
+
{product-title} release {product-version}.36 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:11359[RHSA-2025:11359] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:11360[RHBA-2025:11360] advisory.
2906
+
2907
+
Space precluded documenting all of the container images for this release in the advisory.
2908
+
2909
+
You can view the container images in this release by running the following command:
2910
+
2911
+
[source,terminal]
2912
+
----
2913
+
$ oc adm release info 4.17.36 --pullspecs
2914
+
----
2915
+
2916
+
[id="ocp-4-17-36-bug-fixes_{context}"]
2917
+
==== Bug fixes
2918
+
2919
+
* Before this update, the initial loading time for the network plugin pages increased by 10 seconds. With this release, the initial loading time is reduced by correcting the network plugin page delay. (link:https://issues.redhat.com/browse/OCPBUGS-58318[OCPBUGS-58318])
2920
+
2921
+
* Before this update, multiple plugins using the same `useModal` hook caused their modals to overwrite each other and led to a loss of functionality for multiple plugins in the user interface. With this release, unique identifiers are used and the modals do not overwrite each other. (link:https://issues.redhat.com/browse/OCPBUGS-58224[OCPBUGS-58224])
2922
+
2923
+
* Before this update, a non-default boot image was not updated by the Machine Config Operator (MCO) without degradation, resulting in system instability. With this release, the MCO degradation for non-default boot image updates is fixed, and boot image update issues do not occur. (link:https://issues.redhat.com/browse/OCPBUGS-58219[OCPBUGS-58219])
2924
+
2925
+
* Before this update, build failures occurred because of missing service account secrets retrieval. With this release, a fix prevents errors when retrieving service account secrets, and eliminates failures because of a `CannotRetrieveServiceAccount` error. (link:https://issues.redhat.com/browse/OCPBUGS-57950[OCPBUGS-57950])
2926
+
2927
+
* Before this update, an OperatorGroup resource reconciliation caused unnecessary `ClusterRole` updates because of the changing order of aggregation rule selectors. As a result, unnecessary etcd writes and authentication cache invalidation occurred. With this release, a specific order in `ClusterRole` aggregation rule selectors reduces unnecessary API server writes. (link:https://issues.redhat.com/browse/OCPBUGS-57438[OCPBUGS-57438])
2928
+
2929
+
* Before this update, the Keepalived script for an ingress Virtual IP (VIP) check failed because of a missing `SYS_CHROOT` permission in `chroot`. As a consequence, core ingress services were inaccessible due to incorrect VIP placement. With this release, `chroot` permissions are added to the Keepalived script for an ingress VIP check. As a result, incorrect `chk_default_ingress` permissions are fixed, resulting in correct ingress VIP placement. (link:https://issues.redhat.com/browse/OCPBUGS-56625[OCPBUGS-56625])
2930
+
2931
+
[id="ocp-4-17-36-updating_{context}"]
2932
+
==== Updating
2933
+
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].
2934
+
2899
2935
// 4.17.35
2900
2936
[id="ocp-4-17-35_{context}"]
2901
2937
=== RHSA-2025:10294 - {product-title} {product-version}.35 bug fix update and security
0 commit comments