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-14-release-notes.adoc
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3400,6 +3400,39 @@ This section will continue to be updated over time to provide notes on enhanceme
3400
3400
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.
3401
3401
====
3402
3402
3403
+
// 4.14.53
3404
+
[id="ocp-4-14-53_{context}"]
3405
+
=== RHSA-2025:9759 - {product-title} 4.14.53 bug fix and security update
3406
+
3407
+
Issued: 02 July 2025
3408
+
3409
+
{product-title} release 4.14.53, which includes security updates, 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:9759[RHSA-2025:9759] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:9760[RHBA-2025:9760] advisory.
3410
+
3411
+
Space precluded documenting all of the container images for this release in the advisory.
3412
+
3413
+
You can view the container images in this release by running the following command:
3414
+
3415
+
[source,terminal]
3416
+
----
3417
+
$ oc adm release info 4.14.53 --pullspecs
3418
+
----
3419
+
3420
+
[id="ocp-4-14-53-bug-fixes_{context}"]
3421
+
==== Bug fixes
3422
+
3423
+
* Previously, when users added a custom certificate with a Subject Alternative Name (SAN) that conflicted with the Kubernetes API server (KAS) hostname defined in the `hc.spec.services.servicePublishingStrategy` parameter, the KAS certificate was not included in the new payload generation. This caused an issue with certificate validation for new nodes attempting to join the {hcp} cluster. With this release, a new validation is implemented to proactively identify and alert users about conflicts ensuring this bug no longer occurs. (link:https://issues.redhat.com/browse/OCPBUGS-57321[OCPBUGS-57321])
3424
+
3425
+
* Previously, the incorrect handling of proxy environment variables led to errors with external binaries and failed builds due to improperly formatted proxy settings. With this release, the issue is resolved by excluding proxy variables from the build process when they are not configured. This fix ensures that builds do not fail because of these variables. (link:https://issues.redhat.com/browse/OCPBUGS-56951[OCPBUGS-56951])
3426
+
3427
+
* Previously, deploying {product-title} clusters with {hcp-capital} and a `Kyverno` policy engine for validation resulted in the `Konnectivity` service failing to proxy API pod requests to the validating webhook. This prevented the creation of additional groups within the cluster. With this release, the `Konnectivity` service proxy issue is resolved, which enables the successful creation of additional groups by users. (link:https://issues.redhat.com/browse/OCPBUGS-55936[OCPBUGS-55936])
3428
+
3429
+
* Previously, during the Time-Grandmaster (T-GM) holdover, if the global navigation satellite system (GNSS) source was reacquired, the system would incorrectly announce a `T-GM-STATUS` of `S2` before the DPLL (Digital Phase-Locked Loop) had achieved a locked state. This premature announcement compromised T-GM stability and led to inaccurate status reports following GNSS reacquisition. With this release, the DPLL verifies the T-GM status against the GNSS source availability before declaring an `S2` state. This change improves T-GM stability and ensures status announcements are sent after the GNSS reacquisition. (link:https://issues.redhat.com/browse/OCPBUGS-55467[OCPBUGS-55467])
3430
+
3431
+
[id="ocp-4-14-53-updating_{context}"]
3432
+
==== Updating
3433
+
3434
+
To update an existing {product-title} 4.14 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
3435
+
3403
3436
// 4.14.52
3404
3437
[id="ocp-4-14-52_{context}"]
3405
3438
=== RHSA-2025:7702 - {product-title} 4.14.52 bug fix and security update
0 commit comments