From a7e611411b32b92c6bd943d143cb01ecc04b524b Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Mon, 21 Oct 2024 14:59:35 -0600 Subject: [PATCH 1/2] Remove 1.15 --- docs/release-notes/rn-embedded-cluster.md | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index 8bc41f15a0..dd9056b817 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -10,6 +10,44 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/ Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster. +## 1.15.0 - Removed + +:::important +Embedded Cluster 1.15.0 has been removed and is not available for use. +::: + +Released on October 10, 2024 + + + + + + + + + + + + + + + + +
Version1.15.0+k8s-1.291.15.0+k8s-1.28
Kubernetes Version1.29.91.28.11
KOTS Version1.117.5
+ +### New Features {#new-features-1-15-0} +* 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`. + +### Improvements {#improvements-1-15-0} +* Adds a preflight check to ensure the CPU supports x86-64-v2. +* Adds a preflight check to ensure the data directory (`/var/lib/embedded-cluster` by default) is not symlinked. +* 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. +* 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. +* The Admin Console password must be at least six characters. + +### Bug Fixes {#bug-fixes-1-15-0} +* Fixes an issue that could cause the registry to fail to upgrade in air gap installations. + ## 1.14.2 Released on September 26, 2024 From 271ec4e3ce1b0dfa8691b5414abba848c16b6756 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 22 Oct 2024 08:59:28 -0600 Subject: [PATCH 2/2] Update docs/release-notes/rn-embedded-cluster.md Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com> --- docs/release-notes/rn-embedded-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index dd9056b817..9b4dde2671 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -13,7 +13,7 @@ Additionally, these release notes list the versions of Kubernetes and Replicated ## 1.15.0 - Removed :::important -Embedded Cluster 1.15.0 has been removed and is not available for use. +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. ::: Released on October 10, 2024