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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Released on October 23, 2024
33
33
</table>
34
34
35
35
### New Features {#new-features-1-16-0}
36
-
* Adds support for Kubernetes 1.30.
36
+
* Adds support for Kubernetes 1.30 and removes support for 1.28.
37
37
* Adds a `--data-dir` flag to the `install` and `restore` commands so the data directory can be specified. By default, the data directory is `/var/lib/embedded-cluster`. If the `--data-dir` flag was provided at install time, then the same data directory must be provided when restoring. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install) and [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).
38
38
* Adds an `admin-console reset-password` command that allows resetting the password for the Admin Console.
39
39
* Adds a `--cidr` flag to the `install` command that replaces the `--pod-cidr` and `--service-cidr` flags. The CIDR range specified with the `--cidr` flag is split and used for both the Pod and Service CIDRs. See [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
@@ -51,14 +51,17 @@ Released on October 23, 2024
51
51
* Improves the reliability of waiting for the Kubernetes server to start.
52
52
* Collects more information about the cluster in support bundles, including the Local Artifact Mirror and Kubernetes API Server logs.
53
53
* Requires that the Admin Console password is at least six characters.
54
+
* Improves the flexibility of configuring the Cluster Resources collector in support bundle specs by limiting KOTS's default collection to its own namespace.
54
55
55
56
### Bug Fixes {#bug-fixes-1-16-0}
56
57
* Fixes an issue that could occur when resetting a worker node that used a custom data directory.
57
58
* Fixes an issue where k0s images were not updated within the cluster when k0s was upgraded.
58
59
* Fixes an issue where upgrading a cluster with a worker node that used a version of Embedded Cluster earlier than 1.15 would fail.
59
-
* Fixes an issue where the application could not be upgraded to a version that did not have a configuration file or preflights.
60
-
* Fixes an issue where support bundle configurations included remote URIs in air gap environments.
60
+
* Fixes an issue that prevented you from upgrading to an application version that didn't have Config and preflights.
61
+
* Fixes an issue where the Admin Console could reach out the internet when generating a support bundle in air gap environments.
61
62
* Fixes an issue that could cause the registry to fail to upgrade in air gap installations.
63
+
* Fixes an issue where the Replicated SDK failed to deploy if a private CA was provided to the installation but the SDK was installed into a different namespace than KOTS.
64
+
* If an application includes the Replicated SDK, the SDK will be deployed with the same ClusterRole as the Admin Console.
0 commit comments