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
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2779,6 +2779,36 @@ 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.45
2783
+
[id="ocp-4-15-45_{context}"]
2784
+
=== RHSA-2025:1128 - {product-title} 4.15.45 bug fix and security update
2785
+
2786
+
Issued: 12 February 2025
2787
+
2788
+
{product-title} release 4.15.45, 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:1128[RHSA-2025:1128] advisory. The RPM packages that are included in this update are provided by the link:https://access.redhat.com/errata/RHSA-2025:1130[RHSA-2025:1130] 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.45 --pullspecs
2797
+
----
2798
+
2799
+
[id="ocp-4-15-45-bug-fixes_{context}"]
2800
+
==== Bug fixes
2801
+
2802
+
* Previously, crun failed to stop a container if you opened a terminal session and then disconnected from it. With this release, the issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-48751[*OCPBUGS-48751*])
2803
+
2804
+
* Previously, every time a subcription was reconciled, the OLM catalog Operator requested a full view of the catalog metadata from the catalog source pod of the subscription. These requests caused performance issues for the catalog pods. With this release, the OLM catalog Operator now uses a local cache that is refreshed periodically and reused by all subscription reconciliations, so that the performance issue for the catalog pods no longer persists. (link:https://issues.redhat.com/browse/OCPBUGS-48697[*OCPBUGS-48697*])
2805
+
2806
+
* Previously, when you used the *Form View* to edit `Deployment` or `DeploymentConfig` API objects on the {product-title} web console, duplicate `ImagePullSecrets` parameters existed in the YAML configuration for either object. With this release, a fix ensures that duplicate `ImagePullSecrets` parameters do not get automatically added for either object. (link:https://issues.redhat.com/browse/OCPBUGS-48592[*OCPBUGS-48592*])
2807
+
2808
+
[id="ocp-4-15-45-updating_{context}"]
2809
+
==== Updating
2810
+
To update an {product-title} 4.15 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].
2811
+
2782
2812
//4.15.44
2783
2813
[id="ocp-4-15-44_{context}"]
2784
2814
=== RHSA-2025:0646 - {product-title} 4.15.44 bug fix and security update
@@ -3505,7 +3535,7 @@ The following enhancement is included in this z-stream release:
3505
3535
3506
3536
* Previously, the Ingress Operator could not successfully update the canary route because the Operator did not have permission to update `spec.host` or `spec.subdomain` on an existing route. With this release, the required permission is added to the cluster role for the Operator's `ServiceAccount` and the Ingress Operator can update the canary route. (link:https://issues.redhat.com/browse/OCPBUGS-36466[*OCPBUGS-36466*])
3507
3537
3508
-
* Previously, installing an Operator could sometimes fail if the same Operator had been previously installed and uninstalled. This was due to a caching issue. This bug fix updates {olm} to correctly install the Operator in this scenario, and as a result this issue no longer occurs. (link:https://issues.redhat.com/browse/OCPBUGS-36451[*OCPBUGS-36451*])
3538
+
* Previously, installing an Operator could sometimes fail if the same Operator had been previously installed and uninstalled. This was due to a caching issue. This bug fix updates Operator Lifecycle Manager (OLM) to correctly install the Operator in this scenario, and as a result this issue no longer occurs. (link:https://issues.redhat.com/browse/OCPBUGS-36451[*OCPBUGS-36451*])
3509
3539
3510
3540
* Previously, after installing the Pipelines Operator, Pipeline templates took some time to become available in the cluster, but users were still able to create the Deployment. With this update, the *Create* button on the *Import from Git* page is disabled if there is no pipeline template present for the resource selected. (link:https://issues.redhat.com/browse/OCPBUGS-34477[*OCPBUGS-34477*])
0 commit comments