Skip to content

Commit 4eca5f3

Browse files
authored
Merge pull request #93976 from dfitzmau/OSDOCS-14792
OSDOCS-14792: Documented the 4.15.52 z-stream release notes
2 parents deb443b + d44662c commit 4eca5f3

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

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

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,13 +2780,43 @@ This section will continue to be updated over time to provide notes on enhanceme
27802780
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.
27812781
====
27822782

2783+
// 4.15.52
2784+
[id="ocp-4-15-52_{context}"]
2785+
=== RHSA-2025:8299 - {product-title} 4.15.52 bug fix and security update
2786+
2787+
Issued: 04 June 2025
2788+
2789+
{product-title} release 4.15.52, 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:8299[RHSA-2025:8299] advisory. The RPM packages that are included in this update are provided by the link:https://access.redhat.com/errata/RHBA-2025:8300[RHBA-2025:8300] advisory.
2790+
2791+
Space precluded documenting all of the container images for this release in the advisory.
2792+
2793+
You can view the container images in this release by running the following command:
2794+
2795+
[source,terminal]
2796+
----
2797+
$ oc adm release info 4.15.52 --pullspecs
2798+
----
2799+
2800+
[id="ocp-4-15-52-bug-fixes_{context}"]
2801+
==== Bug fixes
2802+
2803+
* Previously, a bug fix altered the availability set configuration by changing the fault domain count to use the maximum available value instead of being fixed at `2`. This inadvertently caused scaling issues for `MachineSets` created prior to the bug fix, as the controller attempted to modify immutable availability sets. With this release, availability sets are no longer modified after creation, allowing affected `MachineSets` to scale properly. (link:https://issues.redhat.com/browse/OCPBUGS-56657[OCPBUGS-56657])
2804+
2805+
* Previously, the control plane Operator did not honor the set `*_PROXY` environment variables when it checked the API endpoint availability. With this release, the issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-52590[OCPBUGS-52590])
2806+
2807+
* Previously, the build controller looked for secrets that were linked for general use, not specifically for the image pull. With this release, when searching for default image pull secrets, the builds use `ImagePullSecrets` that are linked to the service account. (link:https://issues.redhat.com/browse/OCPBUGS-54344[OCPBUGS-54344])
2808+
2809+
[id="ocp-4-15-52-updating_{context}"]
2810+
==== Updating
2811+
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].
2812+
27832813
// 4.15.51
27842814
[id="ocp-4-15-51_{context}"]
27852815
=== RHSA-2025:7698 - {product-title} 4.15.51 bug fix and security update
27862816

27872817
Issued: 21 May 2025
27882818

2789-
{product-title} release 4.15.51, 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:7698[RHSA-2025:7698] advisory. The RPM packages that are included in this update are provided by the link:https://access.redhat.com/errata/2025:7700[RHBA-2025:7700] advisory.
2819+
{product-title} release 4.15.51, 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:7698[RHSA-2025:7698] advisory. The RPM packages that are included in this update are provided by the link:https://access.redhat.com/errata/RHSA-2025:7700[RHBA-2025:7700] advisory.
27902820

27912821
Space precluded documenting all of the container images for this release in the advisory.
27922822

@@ -2800,7 +2830,7 @@ $ oc adm release info 4.15.51 --pullspecs
28002830
[id="ocp-4-15-51-known-issues_{context}"]
28012831
==== Known issues
28022832

2803-
* Currently, the grandmaster clock (T-GM) transitions to the `Locked` state before the Digital Phase-Locked Loop (DPLL) transitions to the `Locked-HO-Acquired` state, and after the Global Navigation Satellite Systems (GNSS) time source is restored. There is currently no workaround for this issue. (link:https://issues.redhat.com/browse/OCPBUGS-55466[*OCPBUGS-55466*]).
2833+
* Currently, the grandmaster clock (T-GM) transitions to the `Locked` state before the Digital Phase-Locked Loop (DPLL) transitions to the `Locked-HO-Acquired` state, and after the Global Navigation Satellite Systems (GNSS) time source is restored. There is currently no workaround for this issue. (link:https://issues.redhat.com/browse/OCPBUGS-55466[OCPBUGS-55466]).
28042834

28052835
[id="ocp-4-15-51-bug-fixes_{context}"]
28062836
==== Bug fixes

0 commit comments

Comments
 (0)