From 8501297efde8a78aec011e3dd15d8ec9c8456547 Mon Sep 17 00:00:00 2001 From: Bram Schuur Date: Mon, 9 Dec 2024 11:25:07 +0100 Subject: [PATCH 1/2] STAC-0: Release note --- setup/release-notes/v2.2.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/release-notes/v2.2.0.md b/setup/release-notes/v2.2.0.md index 14e0e8508..0bafcc827 100644 --- a/setup/release-notes/v2.2.0.md +++ b/setup/release-notes/v2.2.0.md @@ -23,3 +23,6 @@ description: SUSE Observability Self-hosted * Fixed issue where outgoing and incoming layers were reversed in the topology visualizer. * Make sure the 'available service endpoints' fires when there are pods which are not in ready state." * Only load related resources per type to avoid an error condition in the related resources drawer. + +### Breaking changes +* The allowed user names when using [file based authenticated](/setup/security/authentication/file.md) is restricted to alphanumeric characters and `_`. From 30b63fd8cdebff312f02b599034adb4a7ae6de95 Mon Sep 17 00:00:00 2001 From: Bram Schuur Date: Mon, 9 Dec 2024 11:26:10 +0100 Subject: [PATCH 2/2] STAC-0: Fix --- setup/release-notes/v2.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/release-notes/v2.2.0.md b/setup/release-notes/v2.2.0.md index 0bafcc827..99738cfe3 100644 --- a/setup/release-notes/v2.2.0.md +++ b/setup/release-notes/v2.2.0.md @@ -25,4 +25,4 @@ description: SUSE Observability Self-hosted * Only load related resources per type to avoid an error condition in the related resources drawer. ### Breaking changes -* The allowed user names when using [file based authenticated](/setup/security/authentication/file.md) is restricted to alphanumeric characters and `_`. +* The allowed usernames when using [file based authenticated](/setup/security/authentication/file.md) is restricted to alphanumeric characters and `_`.