From ac31aaa51e5170821d20c09986a1b83c679bb737 Mon Sep 17 00:00:00 2001
From: Alex Parker <7272359+ajp-io@users.noreply.github.com>
Date: Tue, 25 Mar 2025 20:59:24 -0400
Subject: [PATCH 1/2] release notes for 2.2.0
---
docs/release-notes/rn-embedded-cluster.md | 31 +++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md
index a74ab83651..111090c50d 100644
--- a/docs/release-notes/rn-embedded-cluster.md
+++ b/docs/release-notes/rn-embedded-cluster.md
@@ -10,6 +10,37 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/
Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster.
+## 2.2.0
+
+Released on March 25, 2025
+
+
+
+ | Version |
+ 2.2.0+k8s-1.30 |
+ 2.2.0+k8s-1.29 |
+
+
+ | Kubernetes Version |
+ 1.30.9 |
+ 1.29.14 |
+
+
+ | KOTS Version |
+ 1.124.9 |
+
+
+
+### New Features {#new-features-2-2-0}
+* Embedded Cluster fully supports custom domains. After configuring custom domains in the Vendor Portal, set `domains.proxyRegistryDomain` and `domains.replicatedAppDomain` in the Embedded Cluster Config in order for a release to use the desired custom domains. For more information, see [Configure Embedded Cluster to Use Custom Domains](/vendor/custom-domains-using#ec).
+* Embedded Cluster only makes requests to two endpoints: replicated.app and proxy.replicated.com (or the configured custom domains for these endpoints). All calls to other endpoints have been removed. This simplifies the process for enterprises to deploy Embedded Cluster by minimizing the number of endpoints to whitelist.
+
+### Improvements {#improvements-2-2-0}
+* Adds a host preflight to check that the data directory is executable.
+* The common cloud metadata service IP address `169.254.169.254` is now added to the no_proxy list by default. This facilitates the detection of a machine's public IP address during installation so the Admin Console URL can be displayed.
+* When joining a controller node, a warning is printed to say that the user shouldn't join another node until the controller joins successfully.
+* The `join` command now waits for worker nodes to be ready before saying the join succeeded. Previously, `join` only waited when joining controllers.
+
## 2.1.3
Released on February 19, 2025
From acfddc77df0791e986004dc4d481cc131f1924c4 Mon Sep 17 00:00:00 2001
From: Paige Calvert
Date: Wed, 26 Mar 2025 09:00:11 -0600
Subject: [PATCH 2/2] Update rn-embedded-cluster.md
---
docs/release-notes/rn-embedded-cluster.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md
index 111090c50d..0051611543 100644
--- a/docs/release-notes/rn-embedded-cluster.md
+++ b/docs/release-notes/rn-embedded-cluster.md
@@ -32,13 +32,13 @@ Released on March 25, 2025
### New Features {#new-features-2-2-0}
-* Embedded Cluster fully supports custom domains. After configuring custom domains in the Vendor Portal, set `domains.proxyRegistryDomain` and `domains.replicatedAppDomain` in the Embedded Cluster Config in order for a release to use the desired custom domains. For more information, see [Configure Embedded Cluster to Use Custom Domains](/vendor/custom-domains-using#ec).
-* Embedded Cluster only makes requests to two endpoints: replicated.app and proxy.replicated.com (or the configured custom domains for these endpoints). All calls to other endpoints have been removed. This simplifies the process for enterprises to deploy Embedded Cluster by minimizing the number of endpoints to whitelist.
+* Adds support for using custom domains to alias the replicated.app and proxy.replicated.com endpoints in Embedded Cluster installations. To use custom domains, first add your custom domains in the Vendor Portal, then set `domains.proxyRegistryDomain` and `domains.replicatedAppDomain` in the Embedded Cluster Config. For more information, see [Configure Embedded Cluster to Use Custom Domains](/vendor/custom-domains-using#ec).
+* Removes all calls to endpoints other than replicated.app and proxy.replicated.com (or the configured custom domains for these endpoints). This simplifies the process for enterprises to deploy Embedded Cluster by minimizing the number of endpoints to whitelist.
### Improvements {#improvements-2-2-0}
* Adds a host preflight to check that the data directory is executable.
-* The common cloud metadata service IP address `169.254.169.254` is now added to the no_proxy list by default. This facilitates the detection of a machine's public IP address during installation so the Admin Console URL can be displayed.
-* When joining a controller node, a warning is printed to say that the user shouldn't join another node until the controller joins successfully.
+* Adds the common cloud metadata service IP address (`169.254.169.254`) to the no_proxy list by default. This facilitates the detection of a machine's public IP address during installation so the Admin Console URL can be displayed.
+* When joining a controller node, a warning is printed that explains how the user should not join another node until the controller joins successfully.
* The `join` command now waits for worker nodes to be ready before saying the join succeeded. Previously, `join` only waited when joining controllers.
## 2.1.3