Skip to content

Commit 653f1ec

Browse files
author
Johannes Tuchscherer
committed
adds Release notes for EC v2.4
1 parent 69781d7 commit 653f1ec

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,24 @@ Released on May 6, 2025
3232
</table>
3333

3434
### New Features {#new-features-2-4-0}
35-
*
35+
* Adds a new command line flag `--print-command` for the `join` command. This prints a convenient command that can be executed on other VMs in order to join the cluster.
36+
* Improves the user experience of the node join operation. Previously, the install binary had to be obtained by the user without any guidance. Now the binary is hosted and served from the first node on which Embedded Cluster was installed.
3637

3738
### Improvements {#improvements-2-4-0}
38-
*
39+
* Deprecates the `--airgap-bundle` flag for the EC join command. All artifacts that are required for the `join` command to work are now copied from the initial node. The airgap bundle doesn't need to be provided anymore for `join` operations in airgapped installs.
40+
* Ensures that the installer version used for a join command is the same version that was used for the installation on the first node.
41+
* Prevents multi-node installations if the software license does not enable mutli-node installations.
42+
* Adds support to configure `http-proxy`, `--https-proxy`, and `--no-proxy` for the `install` command through environment variables. The following environment variables can be used instead of the command line flags:
43+
* `http_proxy` or `HTTP_PROXY`
44+
* `https_proxy` or `HTTPS_PROXY`
45+
* `no_proxy` or `NO_PROXY`
46+
47+
Note: If both, the command line flags and the environment variables are set, the command line flags will take precedent.
3948

4049
### Bug Fixes {#bug-fixes-2-4-0}
41-
*
50+
* Fixes an issue that prevented a successful upgrade when a Helm installation got manually deleted or corrupted before the upgrade was attempted.
51+
* Fixes an issue that prevented a successful upgrade when the upgraded version added [WorkerProfiles](https://docs.replicated.com/reference/embedded-config#configure-the-kubelet) in its `unsupportedOverrides` configuration.
52+
* Fixes an issue with the `reset` command where it was not able to successfully execute when some assets on the node were already manually cleaned up.
4253

4354
## 2.3.1
4455

0 commit comments

Comments
 (0)