From bd99052ede9cd4bca3ceae33b3d6ba4015bae886 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 8 Apr 2025 17:46:11 -0400 Subject: [PATCH 1/2] Embedded Cluster 2.3.1 release notes --- docs/release-notes/rn-embedded-cluster.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index 2cf8dda9a0..80447d7ee7 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -10,6 +10,33 @@ 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. +## 2.3.1 + +Released on April 8, 2025 + + + + + + + + + + + + + + + + +
Version2.3.1+k8s-1.302.3.1+k8s-1.29
Kubernetes Version1.30.91.29.14
KOTS Version1.124.12
+ +### Improvements {#improvements-2-3-1} +* When enabling High Availability, Embedded Cluster will now wait until rqlite data within kotsadm is fully synced to three nodes. + +### Bug Fixes {#bug-fixes-2-3-1} +* Fixes an issue where installation would fail if a worker profile was not specified within unsupported overrides. + ## 2.3.0 - Removed :::important From 55f0302b86024eb713e06bd18350b247a4808d34 Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:11:04 -0400 Subject: [PATCH 2/2] Update release notes for high availability and bug fixes --- docs/release-notes/rn-embedded-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index 80447d7ee7..0fe18dfdd6 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -32,10 +32,10 @@ Released on April 8, 2025 ### Improvements {#improvements-2-3-1} -* When enabling High Availability, Embedded Cluster will now wait until rqlite data within kotsadm is fully synced to three nodes. +* When enabling high availability, Embedded Cluster will now wait until rqlite data for KOTS is fully synced to three nodes. ### Bug Fixes {#bug-fixes-2-3-1} -* Fixes an issue where installation would fail if a worker profile was not specified within unsupported overrides. +* Fixes an issue where installation would fail if a worker profile was not specified in unsupported overrides. ## 2.3.0 - Removed