Skip to content

Commit 833e0f7

Browse files
authored
Merge pull request #89247 from obrown1205/OSDOCS-13429
OSDOCS-13429: 4.17.18 RN
2 parents 7433fbc + 58342ae commit 833e0f7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,6 +2879,38 @@ This section will continue to be updated over time to provide notes on enhanceme
28792879
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.
28802880
====
28812881

2882+
// 4.17.18
2883+
[id="ocp-4-17-18_{context}"]
2884+
=== RHSA-2025:1703 - {product-title} {product-version}.18 bug fix, and security update advisory
2885+
2886+
Issued: 26 February 2025
2887+
2888+
{product-title} release {product-version}.18 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:1703[RHSA-2025:1703] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:1706[RHBA-2025:1706] advisory.
2889+
2890+
Space precluded documenting all of the container images for this release in the advisory.
2891+
2892+
You can view the container images in this release by running the following command:
2893+
2894+
[source,terminal]
2895+
----
2896+
$ oc adm release info 4.17.18 --pullspecs
2897+
----
2898+
2899+
[id="ocp-4-17-18-bug-fixes_{context}"]
2900+
==== Bug fixes
2901+
2902+
* 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-50596[*OCPBUGS-50596*])
2903+
2904+
* Previously, when installing a cluster on {aws-first} in existing subnets that were located in edge zones, such as a AWS Local Zone or a Wavelength Zone, the `kubernetes.io/cluster/<InfraID>:shared` tag was missing in the subnet resources of the edge zone. With this release, a fix ensures that all subnets that are used in the `install-config.yaml` configuration file have the required tag. (link:https://issues.redhat.com/browse/OCPBUGS-49975[*OCPBUGS-49975*])
2905+
2906+
* Previously, incorrect addresses were being passed to the Kubernetes `EndpointSlice` on a cluster, and this issue prevented the installation of the MetalLB Operator on an Agent-based cluster in an IPv6 disconnected environment. With this release, a fix modifies the address evaluation method. Red{nbsp}Hat Marketplace pods can now successfully connect to the cluster API server, so that the installation of MetalLB Operator and handling of ingress traffic in IPv6 disconnected environments can occur. (link:https://issues.redhat.com/browse/OCPBUGS-46665[*OCPBUGS-46665*])
2907+
2908+
* Previously, the method to validate the container image architecture did not go through the image metadata provider. As a consequence, the image overrides did not take effect. With this release, the methods on the image metadata provider were modified to allow multi-architecture validations, and those methods were propagated through all components for image validation steps. As a result, the issue is resolved. (link:https://issues.redhat.com/browse/OCPBUGS-46664[*OCPBUGS-46664*])
2909+
2910+
[id="ocp-4-17-18-updating_{context}"]
2911+
==== Updating
2912+
To update an {product-title} 4.17 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
2913+
28822914
// 4.17.17
28832915
[id="ocp-4-17-17_{context}"]
28842916
=== RHSA-2025:1403 - {product-title} {product-version}.17 bug fix, and security update advisory

0 commit comments

Comments
 (0)