From e8e7f7d201e41b4a50050868ac28e38ca8ad5ded Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:51:39 -0400 Subject: [PATCH] Add missing notes --- docs/release-notes/rn-embedded-cluster.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index 8037708b9d..4bf9cd655c 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -39,7 +39,9 @@ Released on September 24, 2024 ### Improvements {#improvements-1-14-0} +* When a proxy server is configured, the default network interface's subnet will automatically be added to the no-proxy list if the node's IP address isn't already included. * When joining nodes to an Embedded Cluster, the correct network interface is chosen based on the node IP address in the join command. +* The static IP addresses for replicated.app and proxy.replicated.com are now included in the failure messages for the preflight checks that verify connectivity to those endpoints, making it easier for end users to allowlist those endpoints. * If the Replicated SDK is deployed by KOTS as part of an application, the SDK will automatically be configured with any additional CA certificates provided to `--private-ca` flag for the `install` command.