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-15-release-notes.adoc
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2779,6 +2779,38 @@ This section will continue to be updated over time to provide notes on enhanceme
2779
2779
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.
2780
2780
====
2781
2781
2782
+
// 4.15.48
2783
+
[id="ocp-4-15-48_{context}"]
2784
+
=== RHSA-2025:3055 - {product-title} 4.15.48 bug fix and security update
2785
+
2786
+
Issued: 26 March 2025
2787
+
2788
+
{product-title} release 4.15.48, which includes security updates, is now available. The list of bug fixes that are included in this update is documented in the link:https://access.redhat.com/errata/RHSA-2025:3055[RHSA-2025:3055] advisory. The RPM packages that are included in this update are provided by the link:https://access.redhat.com/errata/RHBA-2025:3057[RHBA-2025:3057] advisory.
2789
+
2790
+
Space precluded documenting all of the container images for this release in the advisory.
2791
+
2792
+
You can view the container images in this release by running the following command:
2793
+
2794
+
[source,terminal]
2795
+
----
2796
+
$ oc adm release info 4.15.48 --pullspecs
2797
+
----
2798
+
2799
+
[id="ocp-4-15-48-bug-fixes_{context}"]
2800
+
==== Bug fixes
2801
+
2802
+
* Previously, the availability set fault domain count was hardcoded to `2`. This value works in most regions on {azure-first} because the fault domain counts are typically at least `2`, but failed in the `centraluseuap` and `eastusstg` regions. With this release, the availability set fault domain count in a region is set dynamically so that this issue no longer occurs. (link:https://issues.redhat.com/browse/OCPBUGS-53226[*OCPBUGS-53226*])
2803
+
2804
+
* Previously, the `trusted-ca-bundle-managed` ConfigMap component was a mandatory component. If you attempted to use a custom Public Key Infrastructure (PKI), the deployment would fail because the OpenShift API server expected the presence of the `trusted-ca-bundle-managed` ConfigMap component. With this release, this component is optional so that you can deploy clusters without the `trusted-ca-bundle-managed` config map component when you use a custom PKI. (link:https://issues.redhat.com/browse/OCPBUGS-52896[*OCPBUGS-52896*])
2805
+
2806
+
* Previously, the URL for the *Alert Rules* page on the web console was incorrect. With this release, the URL is fixed and the issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-52344[*OCPBUGS-52344*])
2807
+
2808
+
* Previously, Operator Lifecycle Manager (OLM) sometimes concurrently resolved the same namespace in a cluster. As a consequence, subscriptions reached a terminal state of `ConstraintsNotSatisfiable` because two concurrent processes interacted with a subscription, which caused a CSV file to become unassociated. With this release, OLM no longer concurrently resolves namespaces, so that OLM correctly processes a subscription without leaving a CSV file in an unassociated state. (link:https://issues.redhat.com/browse/OCPBUGS-48662[*OCPBUGS-48662*])
2809
+
2810
+
[id="ocp-4-15-48-updating_{context}"]
2811
+
==== Updating
2812
+
To update an {product-title} 4.17 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].
2813
+
2782
2814
// 4.15.47
2783
2815
[id="ocp-4-15-47_{context}"]
2784
2816
=== RHSA-2025:2454 - {product-title} 4.15.47 bug fix and security update
0 commit comments