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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,44 @@ 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
+
## 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.
0 commit comments