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-18-release-notes.adoc
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3023,6 +3023,38 @@ This section will continue to be updated over time to provide notes on enhanceme
3023
3023
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.
3024
3024
====
3025
3025
3026
+
// 4.18.20
3027
+
[id="ocp-4-18-20_{context}"]
3028
+
=== RHSA-2025:10767 - {product-title} {product-version}.20 bug fix and security update
3029
+
3030
+
Issued: 16 July 2025
3031
+
3032
+
{product-title} release {product-version}.20 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:10767[RHSA-2025:10767] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2025:10768[RHSA-2025:10768] advisory.
3033
+
3034
+
Space precluded documenting all of the container images for this release in the advisory.
3035
+
3036
+
You can view the container images in this release by running the following command:
3037
+
3038
+
[source,terminal]
3039
+
----
3040
+
$ oc adm release info 4.18.20 --pullspecs
3041
+
----
3042
+
3043
+
[id="ocp-4-18-20-bug-fixes_{context}"]
3044
+
==== Bug fixes
3045
+
3046
+
* Previously, a subset of endpoints on the console backend were gated by `TokenReview` requests to the API server. In some cases, the API server would throttle these requests, causing slower load times in the UI. With this release, the `TokenReview` gating was removed from all but one of our endpoints resulting in improved performance. (link:https://issues.redhat.com/browse/OCPBUGS-58317[OCPBUGS-58317])
3047
+
3048
+
* Previously, useful error messages were not generated when the`oc adm node-image create` command failed. With this release, the `oc adm node-image create` command generates error messages when the command fails. (link:https://issues.redhat.com/browse/OCPBUGS-58233[OCPBUGS-58233])
3049
+
3050
+
* Previously, the HAProxy configuration used the `/version` endpoint for health checks causing unreliable health checks to be generated. With this release, the liveness probe is customized to use `/livez?exclude=etcd&exclude=log` on IBM Cloud for more accurate health checks avoiding disruptions due to inappropriate probe configurations on Hypershift, while retaining `/version` for other platforms. (link:https://issues.redhat.com/browse/OCPBUGS-58126[OCPBUGS-58126])
3051
+
3052
+
* Previously, The Machine Config Operator (MCO) updated boot images without verifying that the current boot image was from the marketplace. As a consequence, the MCO overrode a marketplace boot image with a standard {product-title} installer image. With this release, the MCO references a lookup table in {aws-first} that contains all standard installer Amazon Machine Images (AMIs) in {product-title} before updating the boot image. In {gcp-first}, the MCO checks the URL header before updating the boot image. As a result, the MCO does not update machine sets that have a marketplace boot image. (link:https://issues.redhat.com/browse/OCPBUGS-58044[OCPBUGS-58044])
3053
+
3054
+
[id="ocp-4-18-20-updating_{context}"]
3055
+
==== Updating
3056
+
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].
3057
+
3026
3058
// 4.18.19
3027
3059
[id="ocp-4-18-19_{context}"]
3028
3060
=== RHSA-2025:9725 - {product-title} {product-version}.19 bug fix and security update
0 commit comments