Skip to content

Commit 6c85cdb

Browse files
authored
Merge pull request #2769 from replicatedhq/laverya/sc-114796/actually-release-embedded-cluster-again
1.16 release notes
2 parents 58f01c4 + 3bcc5d3 commit 6c85cdb

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,56 @@ 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+
* Adds support for Kubernetes 1.30.
37+
* Adds a `--data-dir` flag to the `install` and `restore` commands so the data directory can be specified. By default, the data directory is `/var/lib/embedded-cluster`. If the `--data-dir` flag was provided at install time, then the same data directory must be provided when restoring. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install) and [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).
38+
* Adds an `admin-console reset-password` command that allows resetting the password for the Admin Console.
39+
* Adds a `--cidr` flag to the `install` command that replaces the `--pod-cidr` and `--service-cidr` flags. The CIDR range specified with the `--cidr` flag is split and used for both the Pod and Service CIDRs. See [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
40+
:::note
41+
The `--pod-cidr` and `--service-cidr` flags are hidden, but still functional. Replicated recommends that you update any automation that uses the `--pod-cidr` and
42+
`--service-cidr` flags to use the `--cidr` flag instead.
43+
:::
44+
* Adds the following preflight checks:
45+
* Verify that the CIDR range used for the cluster does not overlap with existing routes.
46+
* Verify the CPU supports x86-64-v2.
47+
* Verify the data directory (`/var/lib/embedded-cluster` by default) is not symlinked.
48+
49+
### Improvements {#improvements-1-16-0}
50+
* For new installations, the `k0s` and `openebs-local` directories are now subdirectories of `/var/lib/embedded-cluster`. With this change, Embedded Cluster now only documents and includes preflight checks for `/var/lib/embedded-cluster`.
51+
* Improves the reliability of waiting for the Kubernetes server to start.
52+
* Collects more information about the cluster in support bundles, including the Local Artifact Mirror and Kubernetes API Server logs.
53+
* Requires that the Admin Console password is at least six characters.
54+
55+
### Bug Fixes {#bug-fixes-1-16-0}
56+
* Fixes an issue that could occur when resetting a worker node that used a custom data directory.
57+
* Fixes an issue where k0s images were not updated within the cluster when k0s was upgraded.
58+
* Fixes an issue where upgrading a cluster with a worker node that used a version of Embedded Cluster earlier than 1.15 would fail.
59+
* Fixes an issue where the application could not be upgraded to a version that did not have a configuration file or preflights.
60+
* Fixes an issue where support bundle configurations included remote URIs in air gap environments.
61+
* Fixes an issue that could cause the registry to fail to upgrade in air gap installations.
62+
1363
## 1.15.0 - Removed
1464

1565
:::important

0 commit comments

Comments
 (0)