Skip to content

Commit 0f835b3

Browse files
authored
Merge pull request #95465 from tedaveryredhat/OSDOCS-15112
OSDOCS-15112:Update the z-stream RNs for 4.18.19
2 parents 93805de + bfcf64a commit 0f835b3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

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

3026+
// 4.18.19
3027+
[id="ocp-4-18-19_{context}"]
3028+
=== RHSA-2025:9725 - {product-title} {product-version}.19 bug fix and security update
3029+
3030+
Issued: 2 July 2025
3031+
3032+
{product-title} release {product-version}.19 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:9725[RHSA-2025:9725] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2025:9726[RHSA-2025:9726] 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.19 --pullspecs
3041+
----
3042+
3043+
[id="ocp-4-18-19-bug-fixes_{context}"]
3044+
==== Bug fixes
3045+
3046+
* Previously, the resources containing the configuration for the vSphere connection would break because of a mismatch between the user interface and API. With this release, the resources do not break because the user interface uses the updated API definition. (link:https://issues.redhat.com/browse/OCPBUGS-57580[OCPBUGS-57580])
3047+
3048+
* Previously, the `oc adm node-image create` command incorrectly modified the existing permissions of the target assets folder when the command saved the artifacts on the disk. With this release, a bug fix ensures that the copying operation for the command keeps the destination folder permissions. (link:https://issues.redhat.com/browse/OCPBUGS-57507[OCPBUGS-57507])
3049+
3050+
* Previously, using Alertmanager apiVersion v1 in the `openshift-monitoring/cluster-monitoring-config` or `openshift-user-workload-monitoring/user-workload-monitoring-config` parameters caused {product-title} 4.19 to fail early with an `InvalidConfigXXX` error. This issue occurred because {product-title} 4.19 is using Prometheus v3 which does not support Alertmanager apiVersion v1. With this release, {cmo-first} sets a value of `upgradable=false` if apiVersion v1 is detected in the config maps to prevent the `InvalidConfigXXX` error from occurring after upgrading to {product-title} 4.19. As a result, clusters upgrade through {product-title} 4.18.x before moving to {product-title} 4.19. (link:https://issues.redhat.com/browse/OCPBUGS-56251[OCPBUGS-56251])
3051+
3052+
[id="ocp-4-18-19-updating_{context}"]
3053+
==== Updating
3054+
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].
3055+
30263056
// 4.18.18
30273057
[id="ocp-4-18-18_{context}"]
30283058
=== RHSA-2025:9269 - {product-title} {product-version}.18 bug fix and security update

0 commit comments

Comments
 (0)