Skip to content

Commit c7e7272

Browse files
committed
OSDOCS-13316: Documented the 4.15.45 z-stream notes
1 parent 9a30b16 commit c7e7272

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,6 +2777,36 @@ This section will continue to be updated over time to provide notes on enhanceme
27772777
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.
27782778
====
27792779

2780+
// 4.15.45
2781+
[id="ocp-4-15-45_{context}"]
2782+
=== RHSA-2025:1128 - {product-title} 4.15.45 bug fix and security update
2783+
2784+
Issued: 12 February 2025
2785+
2786+
{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.
2787+
2788+
Space precluded documenting all of the container images for this release in the advisory.
2789+
2790+
You can view the container images in this release by running the following command:
2791+
2792+
[source,terminal]
2793+
----
2794+
$ oc adm release info 4.15.45 --pullspecs
2795+
----
2796+
2797+
[id="ocp-4-15-45-bug-fixes_{context}"]
2798+
==== Bug fixes
2799+
2800+
* 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*])
2801+
2802+
* 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*])
2803+
2804+
* 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*])
2805+
2806+
[id="ocp-4-15-45-updating_{context}"]
2807+
==== Updating
2808+
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].
2809+
27802810
//4.15.44
27812811
[id="ocp-4-15-44_{context}"]
27822812
=== RHSA-2025:0646 - {product-title} 4.15.44 bug fix and security update
@@ -3503,7 +3533,7 @@ The following enhancement is included in this z-stream release:
35033533

35043534
* 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*])
35053535

3506-
* 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*])
3536+
* 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*])
35073537

35083538
* 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*])
35093539

0 commit comments

Comments
 (0)