From 65aee948cc1d3300e35a60a3d3fc7d16ee03ab03 Mon Sep 17 00:00:00 2001 From: Daniel Barra Date: Thu, 13 Mar 2025 14:07:03 -0300 Subject: [PATCH 1/3] STAC-22466: Add release notes 2.3.1 release --- SUMMARY.md | 1 + setup/release-notes/v2.3.1.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 setup/release-notes/v2.3.1.md diff --git a/SUMMARY.md b/SUMMARY.md index 3fc09623a..9815e47e1 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -131,6 +131,7 @@ * [v2.2.0 - 09/Dec/2024](setup/release-notes/v2.2.0.md) * [v2.2.1 - 10/Dec/2024](setup/release-notes/v2.2.1.md) * [v2.3.0 - 30/Jan/2025](setup/release-notes/v2.3.0.md) + * [v2.3.1 - 17/Mar/2025](setup/release-notes/v2.3.1.md) * [Upgrade SUSE Observability](setup/upgrade-stackstate/README.md) * [Migration from StackState](setup/upgrade-stackstate/migrate-from-6.md) * [Steps to upgrade](setup/upgrade-stackstate/steps-to-upgrade.md) diff --git a/setup/release-notes/v2.3.1.md b/setup/release-notes/v2.3.1.md new file mode 100644 index 000000000..b251cb367 --- /dev/null +++ b/setup/release-notes/v2.3.1.md @@ -0,0 +1,26 @@ +--- +description: SUSE Observability Self-hosted +--- + +# v2.3.1 - 17/March/2025 + +## Release Notes SUSE Observability Helm Chart version 2.3.1 + +### New Features & Enhancements + +* **Performance:** Significantly improved health timeline performance for large-scale environments. +* **Webhook Notifications:** Webhook notification channel now accepts any 2xx HTTP status code as a successful response. +* **Timeline Visibility:** Enhanced visibility for subtle changes within the timeline. +* **License Expiration Warnings:** + * A warning will now appear in the UI 7 days prior to license expiration. + * An additional warning will be displayed if the license has been expired for 14 days. +* **Span Event Inline Display:** Events for Spans are now shown inline, enabling easier trace span analysis. +* **ArgoCD Helm Chart Compatibility:** The Helm chart can now be installed using ArgoCD by setting `.Values.deployment.compatibleWithArgoCD` to `true`. + +### Bug Fixes + +* **License Key Secret:** Resolved an issue where the license key secret was not found when `stackstate.authentication.fromExternalSecret` was enabled. +* **API Key Requirement:** Fixed a bug that incorrectly required `stackstate.apiKey` when `stackstate.manageOwnSecrets=true` was set. +* **Trace Latency Selection:** Corrected a bug that affected the selection of trace latency. +* **Header Injector:** Fixed an issue with the header injector when handling long release names. +* **Widget Collapse/Expand Animation:** Corrected the collapse/expand animation for widgets. From 1807456e824862a38702870e29f53d95bc62d7ab Mon Sep 17 00:00:00 2001 From: Daniel Barra Date: Tue, 18 Mar 2025 07:56:15 -0300 Subject: [PATCH 2/3] Update agent bug fixes --- setup/release-notes/v2.3.1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup/release-notes/v2.3.1.md b/setup/release-notes/v2.3.1.md index b251cb367..045779a29 100644 --- a/setup/release-notes/v2.3.1.md +++ b/setup/release-notes/v2.3.1.md @@ -21,6 +21,9 @@ description: SUSE Observability Self-hosted * **License Key Secret:** Resolved an issue where the license key secret was not found when `stackstate.authentication.fromExternalSecret` was enabled. * **API Key Requirement:** Fixed a bug that incorrectly required `stackstate.apiKey` when `stackstate.manageOwnSecrets=true` was set. -* **Trace Latency Selection:** Corrected a bug that affected the selection of trace latency. -* **Header Injector:** Fixed an issue with the header injector when handling long release names. * **Widget Collapse/Expand Animation:** Corrected the collapse/expand animation for widgets. + +## Agent Bug Fixes + +* **Trace Latency Selection:** Corrected a bug that affected the selection of trace latency. +* **Header Injector:** Fixed an issue with the header injector when handling long release names. \ No newline at end of file From 2ce28abee17a133434691d3cc9a0518520089351 Mon Sep 17 00:00:00 2001 From: Daniel Barra Date: Tue, 18 Mar 2025 08:50:14 -0300 Subject: [PATCH 3/3] fix as requested on PR --- setup/release-notes/v2.3.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/release-notes/v2.3.1.md b/setup/release-notes/v2.3.1.md index 045779a29..be5112941 100644 --- a/setup/release-notes/v2.3.1.md +++ b/setup/release-notes/v2.3.1.md @@ -20,10 +20,10 @@ description: SUSE Observability Self-hosted ### Bug Fixes * **License Key Secret:** Resolved an issue where the license key secret was not found when `stackstate.authentication.fromExternalSecret` was enabled. -* **API Key Requirement:** Fixed a bug that incorrectly required `stackstate.apiKey` when `stackstate.manageOwnSecrets=true` was set. * **Widget Collapse/Expand Animation:** Corrected the collapse/expand animation for widgets. +* **Trace Latency Selection:** Corrected a bug that affected the selection of trace latency. ## Agent Bug Fixes -* **Trace Latency Selection:** Corrected a bug that affected the selection of trace latency. +* **API Key Requirement:** Fixed a bug that incorrectly required `stackstate.apiKey` when `stackstate.manageOwnSecrets=true` was set. * **Header Injector:** Fixed an issue with the header injector when handling long release names. \ No newline at end of file