Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion docs/release-notes/rn-embedded-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ 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.

## 1.14.1

Released on September 26, 2024

<table>
<tr>
<th>Version</th>
<td id="center">1.14.1+k8s-1.29</td>
<td id="center">1.14.1+k8s-1.28</td>
</tr>
<tr>
<th>Kubernetes Version</th>
<td id="center">1.29.8</td>
<td id="center">1.28.11</td>
</tr>
<tr>
<th>KOTS Version</th>
<td id="center" colspan="2">1.117.3</td>
</tr>
</table>

### New Features {#new-features-1-14-1}

* Adds host preflight checks to ensure that the required ports are open and available. For more information, see [Port Requirements](/vendor/embedded-overview#port-requirements).

### Improvements {#improvements-1-14-1}

* Adds the `--network-interface` flag for the `join` command so a network interface can optionally be selected when joining nodes. If this flag is not provided, the first valid, non-local network interface is used.
* The `reset` command now automatically reboots the machine, and the optional `--reboot` flag is no longer available. A reboot is required to reset iptables.

### Bug Fixes {#bug-fixes-1-14-1}

* Fixes an issue where nodes could fail to join with the error "unable to get network interface for address."

## 1.14.0

Released on September 24, 2024
Expand All @@ -31,7 +65,7 @@ Released on September 24, 2024
</tr>
</table>

### New Features {#bug-fixes-1-14-0}
### New Features {#new-features-1-14-0}

* Introduces the `--admin-console-port` and `--local-artifact-mirror-port` flags to the `install` command so the ports for the Admin Console (default 30000) and the local artifact mirror (default 50000) can be chosen.
* Introduces the `--local-artifact-mirror-port` flag to the `restore` command so the port used for the local artifact mirror can be selected during the restore. If no port is provided, the port in use when the backup was taken will be used.
Expand Down
Loading