Skip to content

Commit 774dd53

Browse files
authored
Merge pull request #2759 from replicatedhq/withdraw-ec-release
Remove 1.15
2 parents 26c0a82 + 271ec4e commit 774dd53

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,44 @@ 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 - Removed
14+
15+
:::important
16+
Embedded Cluster 1.15.0 has been removed and is not available for use because of issues with upgrades. It continues to work for anyone already using it.
17+
:::
18+
19+
Released on October 10, 2024
20+
21+
<table>
22+
<tr>
23+
<th>Version</th>
24+
<td id="center">1.15.0+k8s-1.29</td>
25+
<td id="center">1.15.0+k8s-1.28</td>
26+
</tr>
27+
<tr>
28+
<th>Kubernetes Version</th>
29+
<td id="center">1.29.9</td>
30+
<td id="center">1.28.11</td>
31+
</tr>
32+
<tr>
33+
<th>KOTS Version</th>
34+
<td id="center" colspan="2">1.117.5</td>
35+
</tr>
36+
</table>
37+
38+
### New Features {#new-features-1-15-0}
39+
* 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`.
40+
41+
### Improvements {#improvements-1-15-0}
42+
* Adds a preflight check to ensure the CPU supports x86-64-v2.
43+
* Adds a preflight check to ensure the data directory (`/var/lib/embedded-cluster` by default) is not symlinked.
44+
* 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.
45+
* 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.
46+
* The Admin Console password must be at least six characters.
47+
48+
### Bug Fixes {#bug-fixes-1-15-0}
49+
* Fixes an issue that could cause the registry to fail to upgrade in air gap installations.
50+
1351
## 1.14.2
1452

1553
Released on September 26, 2024

0 commit comments

Comments
 (0)