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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3366,6 +3366,39 @@ This section will continue to be updated over time to provide notes on enhanceme
3366
3366
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.
3367
3367
====
3368
3368
3369
+
//4.16.45
3370
+
[id="ocp-4-16-45_{context}"]
3371
+
=== RHSA-2025:11681 - {product-title} {product-version}.45 bug fix and security update
3372
+
3373
+
Issued: 30 July 2025
3374
+
3375
+
{product-title} release {product-version}.45 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:11681[RHSA-2025:11681] advisory.
3376
+
3377
+
You can view the container images in this release by running the following command:
3378
+
3379
+
[source,terminal]
3380
+
----
3381
+
$ oc adm release info 4.16.45 --pullspecs
3382
+
----
3383
+
3384
+
[id="ocp-4-16-45-bug-fixes_{context}"]
3385
+
==== Bug fixes
3386
+
3387
+
* Before this update, comma-separated value (CSV) export failures for queries in the *Metrics* tab occurred because of improper access to title properties. As a result, the CSV download failed for some metrics, and affected user data export tasks. With this release, the CSV export for specific metrics works correctly and the CSV file download for metrics is successful. (link:https://issues.redhat.com/browse/OCPBUGS-54316[OCPBUGS-54316])
3388
+
3389
+
* Before this update, `iptables-alerter` pods consumed excessive CPU usage because of incorrect handling of local pods and caused resource exhaustion. With this release, the high CPU usage of `iptables-alerter` pods is reduced by optimizing script execution. As a result, `iptables-alerter` pods do not exceed the CPU limit. (link:https://issues.redhat.com/browse/OCPBUGS-56992[OCPBUGS-56992])
3390
+
3391
+
* Before this update, Amazon Elastic Compute Cloud (Amazon EC2) instances were cloned in an incorrect subnet for shared virtual private cloud (VPC) {product-title} cluster primary nodes. As a consequence, primary node instances had connectivity issues. With this release, the primary node subnet is correct because the primary instances in a shared VPC cluster reside in correct subnets. (link:https://issues.redhat.com/browse/OCPBUGS-58290[OCPBUGS-58290])
3392
+
3393
+
* Before this update, the Container Runtime Interface (CRI-O) failed to recognize terminated pods due to a persistent container process reference. As a consequence, the pod termination process failed, and caused a stateful set to remain in a terminating state indefinitely. With this release, the container `Process not found` issue in CRI-O is resolved by adding a flag to indicate the start of the termination loop. (link:https://issues.redhat.com/browse/OCPBUGS-58509[OCPBUGS-58509])
3394
+
3395
+
* Before this update, multiple modals were overwritten because the `useModal` hook was reused. As a consequence, modals on different pages overlapped, and caused user interface issues in {ols-official}. With this release, multiple modals do not overwrite each other because distinct identifiers for modals are available. (link:https://issues.redhat.com/browse/OCPBUGS-59274[OCPBUGS-59274])
3396
+
3397
+
[id="ocp-4-16-45-updating_{context}"]
3398
+
==== Updating
3399
+
3400
+
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].
3401
+
3369
3402
//4.16.44
3370
3403
[id="ocp-4-16-44_{context}"]
3371
3404
=== RHSA-2025:10781 - {product-title} {product-version}.44 bug fix and security update
0 commit comments