From 060db04dcdeda3bbad9c523dfff4ec950b9d1e2b Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:53:43 -0400 Subject: [PATCH] add rn for hostname improvement --- docs/release-notes/rn-embedded-cluster.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/rn-embedded-cluster.md b/docs/release-notes/rn-embedded-cluster.md index eac7816930..7d831ea7b0 100644 --- a/docs/release-notes/rn-embedded-cluster.md +++ b/docs/release-notes/rn-embedded-cluster.md @@ -295,6 +295,7 @@ Released on April 3, 2025 * Output from the `join` and `reset` commands no longer mentions "controller nodes," which is terminology users wouldn't be familiar with. The controller node role name is used if custom roles are defined in the Embedded Cluster Config. * Adds `-y` as an alias for `--yes` in the `join` and `restore` commands. * Debug logs of the installation will now include the Embedded Cluster and k0s versions. +* Adds support for installing on hosts where the hostname includes uppercase letters. ### Bug Fixes {#bug-fixes-2-3-0} * Fixes an issue where the UI continues to display the old Admin Console after an upgrade, which results in the previous version of the application showing as the currently deployed version.