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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2884,6 +2884,45 @@ This section will continue to be updated over time to provide notes on enhanceme
2884
2884
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}.28 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:4431[RHSA-2025:4431] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:4433[RHBA-2025:4433] advisory.
2894
+
2895
+
Space precluded documenting all of the container images for this release in the advisory.
2896
+
2897
+
You can view the container images in this release by running the following command:
2898
+
2899
+
[source,terminal]
2900
+
----
2901
+
$ oc adm release info 4.17.28 --pullspecs
2902
+
----
2903
+
2904
+
[id="ocp-4-17-28-bug-fixes_{context}"]
2905
+
==== Bug fixes
2906
+
2907
+
* Previously, if you had permission to view nodes but not Certificate Signing Requests (CSR), you could not access the *Nodes list* page. With this release, permissions to view CSRs are no longer required to access the *Nodes list* page. (link:https://issues.redhat.com/browse/OCPBUGS-55202[*OCPBUGS-55202*])
2908
+
2909
+
// SME
2910
+
* Previously, after you deleted the `clusterresourceoverride-operator` service or you uninstalled the Cluster Resource Override Operator, which also removes the service, the `v1.admission.autoscaling.openshift.io` API service becomes unreachable. This situation impacted other cluster functions, such as other Operator installations from succeeding. With this release, when you delete the Cluster Resource Override Operator, the `v1.admission.autoscaling.openshift.io` API service is also removed. As a result, you can now install other Operators without experiencing installation failures. (link:https://issues.redhat.com/browse/OCPBUGS-55355[*OCPBUGS-55355*])
2911
+
2912
+
// SME
2913
+
* Previously, when you attempted to upgrade the Cluster Resource Override Operator from {product-title} 4.16 to {product-version}, the Cluster Resource Override webhook stopped functioning. This situation prevented pods from getting created in namespaces that had the Cluster Resource Override enabled. With this release, a stale secret is deleted so that {product-title} regenerates the secret with the correct parameters and values during an upgrade operation. As a result, the Operator upgrade succeeds and you can now create pods in any namespaces that have the Cluster Resource Override enabled. (link:https://issues.redhat.com/browse/OCPBUGS-55239[*OCPBUGS-55239*])
2914
+
2915
+
// SME
2916
+
* Previously, the World Wide Name (WWN) Fibre Channel multipath volumes was not detected during hardware discovery. After you specified the `wwn` root device hint for a storage device, the device excluded all multipath Fibre Channel volumes. With this release, WWNs are now collected for all Fibre Channel multipath volumes so that when more than one multipath volume exists for a device, the device recognized them and you can select the preferred volume based on the root device hint. (link:https://issues.redhat.com/browse/OCPBUGS-55184[*OCPBUGS-55184*])
2917
+
2918
+
// SME
2919
+
* Previously, the `mtu-migration` service did not work correctly when you used `nmstate` to manage a `br-ex` bridge because of a missing service dependency. With this release, the service dependency is now added so that a network configuration that uses `nmstate` to manage a `br-ex` is correct before the migration process begins. (link:https://issues.redhat.com/browse/OCPBUGS-54830[*OCPBUGS-54830*])
2920
+
2921
+
2922
+
[id="ocp-4-17-28-updating_{context}"]
2923
+
==== Updating
2924
+
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