Skip to content

Commit d7925ee

Browse files
authored
Add release notes for EC 1.15.0 (#2733)
1 parent 8ac6459 commit d7925ee

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,40 @@ 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+
## 1.15.0
14+
15+
Released on October 10, 2024
16+
17+
<table>
18+
<tr>
19+
<th>Version</th>
20+
<td id="center">1.15.0+k8s-1.29</td>
21+
<td id="center">1.15.0+k8s-1.28</td>
22+
</tr>
23+
<tr>
24+
<th>Kubernetes Version</th>
25+
<td id="center">1.29.9</td>
26+
<td id="center">1.28.11</td>
27+
</tr>
28+
<tr>
29+
<th>KOTS Version</th>
30+
<td id="center" colspan="2">1.117.5</td>
31+
</tr>
32+
</table>
33+
34+
### New Features {#new-features-1-15-0}
35+
* Adds the `--data-dir` flag to the `install` command so the data directory can be specified. By default, the data directory is `/var/lib/embedded-cluster`.
36+
37+
### Improvements {#improvements-1-15-0}
38+
* Adds a preflight check to ensure the CPU supports x86-64-v2.
39+
* Adds a preflight check to ensure the data directory (`/var/lib/embedded-cluster` by default) is not symlinked.
40+
* Adds the `--data-dir` flag to the `restore` command. When restoring a backup that used a non-default data directory (i.e., the `--data-dir` flag was provided at install time), the same data directory must be provided when restoring.
41+
* For new installations, the `k0s` and `openebs-local` directories are now subdirectories of `/var/lib/embedded-cluster`. We will only document and preflight for `/var/lib/embedded-cluster` now.
42+
* The Admin Console password must be at least six characters.
43+
44+
### Bug Fixes {#bug-fixes-1-15-0}
45+
* Fixes an issue that could cause the registry to fail to upgrade in air gap installations.
46+
1347
## 1.14.2
1448

1549
Released on September 26, 2024

0 commit comments

Comments
 (0)