Skip to content

Commit c217f0e

Browse files
authored
Merge pull request #94134 from tmalove/OSDOCS-14791
OSDOCS#14791:Update the z-stream RN for 4.18.16
2 parents 9bce59a + 0324ad4 commit c217f0e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,6 +3021,44 @@ This section will continue to be updated over time to provide notes on enhanceme
30213021
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.
30223022
====
30233023

3024+
// 4.18.16
3025+
[id="ocp-4-18-16_{context}"]
3026+
=== RHSA-2025:8284 - {product-title} {product-version}.16 bug fix update
3027+
3028+
Issued: 03 June 2025
3029+
3030+
{product-title} release {product-version}.16 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:8284[RHSA-2025:8284] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:8285[RHBA-2025:8285] advisory.
3031+
3032+
Space precluded documenting all of the container images for this release in the advisory.
3033+
3034+
You can view the container images in this release by running the following command:
3035+
3036+
[source,terminal]
3037+
----
3038+
$ oc adm release info 4.18.16 --pullspecs
3039+
----
3040+
3041+
[id="ocp-4-18-16-bug-fixes_{context}"]
3042+
==== Bug fixes
3043+
3044+
* Previously, in non-Zonal Azure regions, a bug in the dynamically computed fault domain count update caused scaling failures. This issue prevented upgrades to {product-title} version 4.15.48 and later from scaling existing machine sets. With this release, an update is implemented that rectifies the dynamic fault domain calculation and prevents scaling failures in non-Zonal regions. This fix ensures smooth operation of machine set scaling after upgrading to {product-title} version 4.15.48 and later. (link:https://issues.redhat.com/browse/OCPBUGS-56654[OCPBUGS-56654])
3045+
3046+
* Previously, API server subject alternative name (SAN) validation was performed regardless of public key infrastructure (PKI) reconciliation status, causing potential connectivity issues with hosted control plane clusters due to invalid SANs. With this release, a fix removes validation for {product-title} API server SANs when PKI reconciliation is disabled. The hosted control plane performance is improved by eliminating unnecessary validation, especially when the PKI reconciliation is not managed. (link:https://issues.redhat.com/browse/OCPBUGS-56627[OCPBUGS-56627])
3047+
3048+
* Previously, a bug in the Bare Metal Operator (BMO) caused JSON parsing errors because of a missing Redfish system ID in Baseboard Management Controller (BMC) URLs. This issue caused users to receive errors when the system ID was left out of the URLs. With this release, the BMO handles URLs without a Redfish system ID as addresses without a system ID. This fix improves software handling of missing a Redfish system ID in BMC URLs. (link:https://issues.redhat.com/browse/OCPBUGS-56431[OCPBUGS-56431])
3049+
3050+
* Previously, during Ironic Python Agent (IPA) deployments, the absence of NetworkManager logs in RAM disk logs hindered effective debugging, impacting network issue resolution. With this release, NetworkManager logs are included in RAM disk logs for IPA debugging. This results in enhanced IPA logs that provide comprehensive `NetworkManager` data for improved debugging. (link:https://issues.redhat.com/browse/OCPBUGS-56097[OCPBUGS-56097])
3051+
3052+
* Previously, Helm did not support Docker image mirroring with a tag and digest. This resulted in failed Helm repository mirroring that caused image duplication and inconsistencies in deployment. With this release, a fix addresses Docker references in Helm repository mirroring that allows tag and digest, and improves successful image mirroring. (link:https://issues.redhat.com/browse/OCPBUGS-56043[OCPBUGS-56043])
3053+
3054+
* Previously, an issue started from an incorrect bucket name that was used for {op-system-first}. Users could not create {product-title} clusters because of a failed {op-system} image import. This problem was resolved by correcting the cluster creation in the Madrid zone for the `PowerVS` installer-provisioned infrastructure {cluster-capi-operator} by using the correct bucket name. With this release, the user can create {product-title} clusters in the Madrid zone by using the installation program. (link:https://issues.redhat.com/browse/OCPBUGS-53142[OCPBUGS-53142])
3055+
3056+
* Previously, intermittent resource leaks in the `MachineOSConfig` (MOSC) to `MachineOSBuild` (MOSB) connection due to missing owner references during job creation resulted in potential resource exhaustion, affecting pod updates. With this release, the owner references are added in the job creation to ensure the consistent removal of MOSB resources when MOSC is deleted, preventing resource leaks. (link:https://issues.redhat.com/browse/OCPBUGS-52189[OCPBUGS-52189])
3057+
3058+
[id="ocp-4-18-16-updating_{context}"]
3059+
==== Updating
3060+
To update an {product-title} 4.18 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
3061+
30243062
// 4.18.15
30253063
[id="ocp-4-18-15_{context}"]
30263064
=== RHBA-2025:8104 - {product-title} {product-version}.15 bug fix update

0 commit comments

Comments
 (0)