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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3342,6 +3342,37 @@ This section will continue to be updated over time to provide notes on enhanceme
3342
3342
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}.35 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:1386[RHSA-2025:1386] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:1390[RHBA-2025:1390] advisory.
3352
+
3353
+
You can view the container images in this release by running the following command:
3354
+
3355
+
[source,terminal]
3356
+
----
3357
+
$ oc adm release info 4.16.35 --pullspecs
3358
+
----
3359
+
3360
+
[id="ocp-4-16-35-bug-fixes_{context}"]
3361
+
==== Bug fixes
3362
+
3363
+
* Previously, the Bare Metal Operator (BMO) created the `HostFirmwareComponents` custom resource for all `BareMetalHosts` (BMH), including the intelligent platform management interface (IPMI), which does not support the `HostFirmwareComponents` custom resource. With this release, `HostFirmwareComponents` custom resources are only created for BMH. (link:https://issues.redhat.com/browse/OCPBUGS-49703[*OCPBUGS-49703*])
3364
+
3365
+
* Previously, importing manifest lists could cause an API crash if the source registry returned an invalid sub-manifest result. With this update, the API flags an error on the imported tag instead of crashing. (link:https://issues.redhat.com/browse/OCPBUGS-49656[*OCPBUGS-49656*])
3366
+
3367
+
* Previously, when you used the installation program to install a cluster in a Prism Central environment, the installation failed because a `prism-api` call that loads an {op-system} image timed out. This issue happened because the `prismAPICallTimeout` parameter was set to `5` minutes. With this release, the `prismAPICallTimeout` parameter in the `install-config.yaml` configuration file now defaults to `10` minutes. You can also configure the parameter if you need a longer timeout for a `prism-api` call. (link:https://issues.redhat.com/browse/OCPBUGS-49416[*OCPBUGS-49416*])
3368
+
3369
+
* Previously, when you attempted to scale a `DeploymentConfig` object with an admission webhook that the object's `deploymentconfigs/scale` subresource, the `apiserver` failed to handle the request. This impacted the `DeploymentConfig` object as it could not be scaled. With this release, a fix ensures that this issue no longer occurs. (link:https://issues.redhat.com/browse/OCPBUGS-45010[*OCPBUGS-45010*])
3370
+
3371
+
[id="ocp-4-16-35-updating_{context}"]
3372
+
==== Updating
3373
+
3374
+
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].
0 commit comments