You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/rn-embedded-cluster.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,47 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/
10
10
11
11
Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster.
12
12
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.
0 commit comments