Skip to content

Commit 3d14279

Browse files
ajp-iopaigecalvert
andauthored
release notes for 2.2.0 (#3133)
* release notes for 2.2.0 * Update rn-embedded-cluster.md --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent ab7970b commit 3d14279

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/release-notes/rn-embedded-cluster.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/
1010

1111
Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster.
1212

13+
## 2.2.0
14+
15+
Released on March 25, 2025
16+
17+
<table>
18+
<tr>
19+
<th>Version</th>
20+
<td id="center">2.2.0+k8s-1.30</td>
21+
<td id="center">2.2.0+k8s-1.29</td>
22+
</tr>
23+
<tr>
24+
<th>Kubernetes Version</th>
25+
<td id="center">1.30.9</td>
26+
<td id="center">1.29.14</td>
27+
</tr>
28+
<tr>
29+
<th>KOTS Version</th>
30+
<td id="center" colspan="2">1.124.9</td>
31+
</tr>
32+
</table>
33+
34+
### New Features {#new-features-2-2-0}
35+
* 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).
36+
* 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.
37+
38+
### Improvements {#improvements-2-2-0}
39+
* Adds a host preflight to check that the data directory is executable.
40+
* 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.
41+
* When joining a controller node, a warning is printed that explains how the user should not join another node until the controller joins successfully.
42+
* The `join` command now waits for worker nodes to be ready before saying the join succeeded. Previously, `join` only waited when joining controllers.
43+
1344
## 2.1.3
1445

1546
Released on February 19, 2025

0 commit comments

Comments
 (0)