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-16-release-notes.adoc
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3362,6 +3362,37 @@ This section will continue to be updated over time to provide notes on enhanceme
3362
3362
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.
3363
3363
====
3364
3364
3365
+
//4.16.41
3366
+
[id="ocp-4-16-41_{context}"]
3367
+
=== RHBA-2025:8116 - {product-title} {product-version}.41 bug fix and security update
3368
+
3369
+
Issued: 28 May 2025
3370
+
3371
+
{product-title} release {product-version}.40 is now available. The list of bug fixes that are included in the update is documented in the link:https://access.redhat.com/errata/RHBA-2025:8116[RHBA-2025:8116] advisory.
3372
+
3373
+
You can view the container images in this release by running the following command:
3374
+
3375
+
[source,terminal]
3376
+
----
3377
+
$ oc adm release info 4.16.41 --pullspecs
3378
+
----
3379
+
3380
+
[id="ocp-4-16-41-bug-fixes_{context}"]
3381
+
==== Bug fixes
3382
+
3383
+
* Previously, when you viewed the list of installed Operators, an Operator appeared twice in the list because the currently selected project matched an Operator's default namespace while the copied cluster service versions (CSVs) were disabled in the Operator Lifecycle Manager (OLM). With this release, the Operator appears once. (link:https://issues.redhat.com/browse/OCPBUGS-55644[OCPBUGS-55644]).
3384
+
3385
+
* Previously, the Assisted Installer failed to detect World Wide Name (WWN) details during Fibre Channel multipath volumes hardware discovery. As a result, a Fibre Channel multipath disk could not be matched with a WWN root device. This meant that when you specified a `wwn` root device hint, the hint excluded all Fibre Channel multipath disks. With this release, the Assisted Installer now detects WWN details during Fibre Channel multipath disk discovery. If multiple Fibre Channel multipath disks exist, you can now use the `wwn` root device hint to choose a primary disk for your cluster. (link:https://issues.redhat.com/browse/OCPBUGS-55443[OCPBUGS-55443])
3386
+
3387
+
* 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-54831[OCPBUGS-54831])
3388
+
3389
+
* Previously, when the MAC binding flows on Azure expired, ovs executed a controller action to reinstall that flow. If the ovn-controller was slow right after the flows were deleted, the new flows were not installed in time which reduced the dataplane traffic. With this release, dataplane traffic is not reduced because the new flows are correctly installed by the controller action. (link:https://issues.redhat.com/browse/OCPBUGS-53151[OCPBUGS-53151])
3390
+
3391
+
[id="ocp-4-16-41-updating_{context}"]
3392
+
==== Updating
3393
+
3394
+
To update an existing {product-title} {product-version} cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
3395
+
3365
3396
//4.16.40
3366
3397
[id="ocp-4-16-40_{context}"]
3367
3398
=== RHSA-2025:4008 - {product-title} {product-version}.40 bug fix and security update
0 commit comments