Skip to content

Commit 08223b7

Browse files
committed
1.16 release notes
1 parent 58f01c4 commit 08223b7

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,47 @@ 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+
14+
## 1.16.0
15+
16+
Released on October 23, 2024
17+
18+
<table>
19+
<tr>
20+
<th>Version</th>
21+
<td id="center">1.16.0+k8s-1.30</td>
22+
<td id="center">1.16.0+k8s-1.29</td>
23+
</tr>
24+
<tr>
25+
<th>Kubernetes Version</th>
26+
<td id="center">1.30.5</td>
27+
<td id="center">1.29.9</td>
28+
</tr>
29+
<tr>
30+
<th>KOTS Version</th>
31+
<td id="center" colspan="2">1.119.0</td>
32+
</tr>
33+
</table>
34+
35+
### New Features {#new-features-1-16-0}
36+
* _All features of the Embedded Cluster 1.15.0 release are now available in the Embedded Cluster 1.16.0 release._
37+
* Adds support for Kubernetes 1.30.
38+
* Adds a new command to the Embedded Cluster binary, `admin-console reset-password`, which allows resetting the password for the Admin Console.
39+
* Adds a new flag, `--cidr`, that replaces the `--pod-cidr` and `--service-cidr` flags. The specified CIDR range will be split and used for the Pod and Service CIDRs.
40+
* Adds a new preflight check to verify that the CIDR range used for the cluster does not overlap with existing routes.
41+
42+
### Improvements {#improvements-1-16-0}
43+
* Improves the reliability of waiting for the Kubernetes server to start.
44+
* Removes the `--data-dir` flag from the `shell` and `reset` commands.
45+
* Collects more information about the cluster in support bundles, including the Local Artifact Mirror and Kubernetes API Server logs.
46+
47+
### Bug Fixes {#bug-fixes-1-16-0}
48+
* Fixes an issue when resetting a worker node that used a custom data directory.
49+
* Fixes an issue where k0s images were not being updated within the cluster when k0s was upgraded.
50+
* Fixes an issue where upgrading a pre-1.15 cluster with a worker node would fail.
51+
* Fixes an issue where the application could not be upgraded to a version that did not have a configuration file or preflights.
52+
* Fixes an issue where support bundle configurations in included remote URIs in Air Gap environments.
53+
1354
## 1.15.0 - Removed
1455

1556
:::important

0 commit comments

Comments
 (0)