Skip to content

Commit 2a45932

Browse files
authored
Merge pull request #87894 from dfitzmau/OSDOCS-13262
OSDOCS-13262: Documented the 4.16.33 z-stream notes
2 parents b4931cd + 393148c commit 2a45932

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

release_notes/ocp-4-16-release-notes.adoc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3347,6 +3347,42 @@ This section will continue to be updated over time to provide notes on enhanceme
33473347
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.
33483348
====
33493349

3350+
// 4.16.33
3351+
[id="ocp-4-16-33_{context}"]
3352+
=== RHBA-2025:0828 - {product-title} {product-version}.33 bug fix and security update
3353+
3354+
Issued: 06 February 2025
3355+
3356+
{product-title} release {product-version}.33 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:0828[RHBA-2025:0828] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2025:0830[RHSA-2025:0830] advisory.
3357+
3358+
Space precluded documenting all of the container images for this release in the advisory.
3359+
3360+
You can view the container images in this release by running the following command:
3361+
3362+
[source,terminal]
3363+
----
3364+
$ oc adm release info 4.16.33 --pullspecs
3365+
----
3366+
3367+
[id="ocp-4-16-33-bug-fixes_{context}"]
3368+
==== Bug fixes
3369+
3370+
* Previously, some cluster autoscaler metrics were not initialized and were unavailable. With this release, the cluster autoscaler metrics are initialized and available. (link:https://issues.redhat.com/browse/OCPBUGS-48732[*OCPBUGS-48732*])
3371+
3372+
* Previously, every time a subcription was reconciled, the {olm} catalog Operator requested a full view of the catalog metadata from the catalog source pod of the subscription. These requests caused performance issues for the catalog pods. With this release, the {olm} catalog Operator now uses a local cache that is refreshed periodically and reused by all subscription reconciliations, so that the performance issue for the catalog pods no longer persists. (link:https://issues.redhat.com/browse/OCPBUGS-48696[*OCPBUGS-48696*])
3373+
3374+
* Previously, if you specified a `forceSelinuxRelabel` field in the `ClusterResourceOverride` CR and then modified the CR at a later stage, the Cluster Resource Override Operator did not apply the update to the associated `ConfigMap` resource. This `ConfigMap` resource is important for an SELinux relabeling feature, `forceSelinuxRelabel`. With this release, the Cluster Resource Override Operator now applies and tracks any `ClusterResourceOverride` CR changes to the `ConfigMap` resource. (link:https://issues.redhat.com/browse/OCPBUGS-48690[*OCPBUGS-48690*])
3375+
3376+
* Previously, after you deleted a pod from an {product-title} cluster, the crun container runtime failed to stop any running containers that existed in the pod. This caused the pod to remain in a `terminating` state. With this release, a fix ensures that if you delete a pod, crun stops any running containers without placing the pod in a permanent "terminating" state. (link:https://issues.redhat.com/browse/OCPBUGS-48564[*OCPBUGS-48564*])
3377+
3378+
* Previously, the Cluster Version Operator (CVO) did not filter internal errors that were propogated to the `ClusterVersion Failing` condition message. As a result, errors that did not negatively impact the update were shown for the ClusterVersion Failing condition message. With this release, the errors that are propogated to the `ClusterVersion Failing` condition message are filtered. (link:https://issues.redhat.com/browse/OCPBUGS-46408[*OCPBUGS-46408*])
3379+
3380+
3381+
[id="ocp-4-16-33-updating_{context}"]
3382+
==== Updating
3383+
3384+
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 by using the CLI].
3385+
33503386
// 4.16.32
33513387
[id="ocp-4-16-32_{context}"]
33523388
=== RHSA-2025:0650 - {product-title} {product-version}.32 bug fix and security update

0 commit comments

Comments
 (0)