Skip to content

Commit adcc10a

Browse files
committed
OSDOCS-14694 updated release notes
1 parent 46b6b43 commit adcc10a

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

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

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,41 @@ This section will continue to be updated over time to provide notes on enhanceme
34003400
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.
34013401
====
34023402

3403+
// 4.14.52
3404+
[id="ocp-4-14-52_{context}"]
3405+
=== RHSA-2025:7702 - {product-title} 4.14.52 bug fix and security update
3406+
3407+
Issued: 21 May 2025
3408+
3409+
{product-title} release 4.14.52, 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:7702[RHSA-2025:7702] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:7704[RHBA-2025:7704] 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.52 --pullspecs
3418+
----
3419+
3420+
[id="ocp-4-14-52-bug-fixes_{context}"]
3421+
==== Bug fixes
3422+
3423+
* Previously, an Operator would incorrectly appear twice in the installed Operators list if the current project matched its default namespace and the copied CSVs were disabled in the Operator Lifecycle Manager (OLM). With this release, the Operator displays only once. (link:https://issues.redhat.com/browse/OCPBUGS-55942[OCPBUGS-55942])
3424+
3425+
* Previously, {product-title} release 4.14.52 and later releases remained on the stable-4.14 channel instead of switching to the eus-4.14 channel. This caused 'VersionNotFound' errors when attempting to retrieve update information. Because the version was not found in the stable-4.14 channel, the recommended updates were not available. With this release, the installer directs 4.14.52 and later releases to the Extended Update Support (EUS) channel, ensuring the releases receive the recommended update notices, and the `VersonNotFound` error no longer displays. (link:https://issues.redhat.com/browse/OCPBUGS-55193[OCPBUGS-55193])
3426+
3427+
* Previously, when the `openshift-host-network` namespace was modified by the user or by an upgrade, the network policy did not correctly set the VXLAN virtual network ID parameter, `VNID`, to `0`. With this release, the VNID parameter is correctly set after the namespace is modified. (link:https://issues.redhat.com/browse/OCPBUGS-54868[OCPBUGS-54868])
3428+
3429+
* Previously, cluster nodes repeatedly lost communication due to improper remote port binding by Open Virtual Network (OVN)-Kubernetes. This affected pod communication across nodes. With this release, the remote port binding functionality has been updated to be handled by OVN directly, improving the reliability of cluster node communication. (link:https://issues.redhat.com/browse/OCPBUGS-48522[OCPBUGS-48522])
3430+
3431+
* Previously, when you installed a cluster on {ibm-cloud-name} into an existing Virtual Private Cloud (VPC), the installation program retrieved an unsupported VPC region. If you tried to install into a supported VPC region that followed the unsupported VPC region alphabetically, the installation program crashed. With this release, the installation program ignores any VPC regions that are not fully available during resource lookups. (link:https://issues.redhat.com/browse/OCPBUGS-48196[OCPBUGS-48196])
3432+
3433+
[id="ocp-4-14-52-updating_{context}"]
3434+
==== Updating
3435+
3436+
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].
3437+
34033438
// 4.14.51
34043439
[id="ocp-4-14-51_{context}"]
34053440
=== RHSA-2025:4177 - {product-title} 4.14.51 bug fix and security update
@@ -3437,9 +3472,9 @@ With this release, you can use the installation program to create an external cl
34373472

34383473
* Previously, on a `condition.Status`, the ignition-server controller overloaded the Kubernetes agent server (KAS) by updating that condition with the same message in every reconcile loop. With this release, the controller checks the message and validates whether it is the existing message so that the KAS is not overloaded. (link:https://issues.redhat.com/browse/OCPBUGS-53433[OCPBUGS-53433])
34393474

3440-
* Previously, a custom Security Context Constraint (SCC) impacted pods that the Cluster Version Operator generated from receiving a cluster version upgrade. With this release, {product-title} now sets a default SCC to each pod, so that any custom SCC created does not impact a pod. (link:https://issues.redhat.com/browse/OCPBUGS-50592[OCPBUGS-50592])
3475+
* Previously, a custom Security Context Constraint (SCC) impacted pods that the Cluster Version Operator generated from receiving a cluster version upgrade. With this release, {product-title} now sets a default SCC to each pod, so that any custom SCC created does not impact a pod. (link:https://issues.redhat.com/browse/OCPBUGS-50592[OCPBUGS-50592])
34413476

3442-
* Previously, a User Datagram Protocol (UDP) packet that was larger than the maximum transmission unit (MTU) value set for the cluster, could not be sent to the endpoint of the packet using a service. With this release, the pod IP address is used instead of the service IP address regardless of the packet size so that the UDP packet can be sent to the endpoint. (link:https://issues.redhat.com/browse/OCPBUGS-50584[OCPBUGS-50584])
3477+
* Previously, a User Datagram Protocol (UDP) packet that was larger than the maximum transmission unit (MTU) value set for the cluster, could not be sent to the endpoint of the packet using a service. With this release, the pod IP address is used instead of the service IP address regardless of the packet size so that the UDP packet can be sent to the endpoint. (link:https://issues.redhat.com/browse/OCPBUGS-50584[OCPBUGS-50584])
34433478

34443479
[id="ocp-4-14-51-updating_{context}"]
34453480
==== Updating
@@ -3452,7 +3487,7 @@ To update an existing {product-title} 4.14 cluster to this latest release, see x
34523487

34533488
Issued: 09 April 2025
34543489

3455-
{product-title} release 4.14.50, 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:3569[RHSA-2025:3569] advisory.
3490+
{product-title} release 4.14.50, 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:3569[RHSA-2025:3569] advisory.
34563491

34573492
Space precluded documenting all of the container images for this release in the advisory.
34583493

@@ -3501,7 +3536,7 @@ $ oc adm release info 4.14.49 --pullspecs
35013536

35023537
* Previously, after a compute node was removed from the cluster, provisioning of a `PersistentVolume` (PV) resource failed with a message that stated: `The object <virtual machine ID> has already been deleted or has not been completely created`. With this release, a fix ensures that when a compute node is removed, this removal does not impact provisioning of a PV resource. (link:https://issues.redhat.com/browse/OCPBUGS-51045[OCPBUGS-51045])
35033538

3504-
* Previously, requests to the `deploymentconfig/scale` subresource would fail when there was an admission webhook matching the request. With this release, the issue is resolved and requests to the `deploymentconfig/scale` subresource succeed. (link:https://issues.redhat.com/browse/OCPBUGS-50477[OCPBUGS-50477])
3539+
* Previously, requests to the `deploymentconfig/scale` subresource would fail when there was an admission webhook matching the request. With this release, the issue is resolved and requests to the `deploymentconfig/scale` subresource succeed. (link:https://issues.redhat.com/browse/OCPBUGS-50477[OCPBUGS-50477])
35053540

35063541
* 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-49753[OCPBUGS-49753])
35073542

0 commit comments

Comments
 (0)