Skip to content

Commit e776d83

Browse files
dmbarrasuseaacevedoosoriocraffit
authored andcommitted
STAC-22628: Add release notes 2.3.2 release (#1603)
* STAC-22541: Derived state monitors * STAC-22541: Address review comments * STAC-22628: Add release notes 2.3.2 release * Remove unecessary information on release note * STAC-22541: Update binding name and add extra one * STAC-22628: Late addition of release note * STAC-22628: Update release notes 2.3.2 * STAC-22628: Update release notes date of release --------- Co-authored-by: Alejandro Acevedo <aacevedo@stackstate.com> Co-authored-by: Alejandro Acevedo <alejandro.acevedo@suse.com> Co-authored-by: Bram Schuur <bschuur@stackstate.com>
1 parent f5c815c commit e776d83

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
* [v2.2.1 - 10/Dec/2024](setup/release-notes/v2.2.1.md)
141141
* [v2.3.0 - 30/Jan/2025](setup/release-notes/v2.3.0.md)
142142
* [v2.3.1 - 17/Mar/2025](setup/release-notes/v2.3.1.md)
143+
* [v2.3.2 - 22/Apr/2025](setup/release-notes/v2.3.2.md)
143144
* [Upgrade SUSE Observability](setup/upgrade-stackstate/README.md)
144145
* [Migration from StackState](setup/upgrade-stackstate/migrate-from-6.md)
145146
* [Steps to upgrade](setup/upgrade-stackstate/steps-to-upgrade.md)

setup/release-notes/v2.3.2.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
description: SUSE Observability Self-hosted
3+
---
4+
5+
# v2.3.2 - 22/April/2025
6+
7+
## Release Notes: SUSE Observability Helm Chart v2.3.2
8+
9+
### New Features & Enhancements
10+
11+
* **Analytics Deprecation:** The Analytics feature is now deprecated and disabled by default for all users. To re-enable it, grant the `access-analytics` and `execute-scripts` permissions to the relevant users or roles.
12+
* **Log Noise Reduction:** Implemented a fix to suppress `x-forwarded-for` errors in logs when an IP:Port combination is used in the forwarding configuration.
13+
* **Derived State Monitor:** Introduced a new "Derived State Monitor" feature, allowing the derivation of a state based on the status of logical components.
14+
15+
### Bug Fixes
16+
17+
* **Traces in HA Profile:** Resolved an issue where the Traces functionality was partially disabled in the `4000-ha` profile.
18+
* **Broken Link Fixes:** Fixed various broken links identified throughout the product user interface and documentation.
19+
* **STS CLI Error Handling:** The STS CLI command for uploading a new stackpack now provides more informative and actionable error messages.
20+
* **Private Agent Repository in Rancher:** Addressed various issues related to configuring and utilizing a private repository for the agent within the Rancher UI.
21+
* **Logs API Key via Header:** The API key for accessing logs is now securely passed as a header in API requests.
22+
23+
## Agent Bug Fixes
24+
25+
* **Static Pod Log Scraping:** The agent has been enhanced to now scrape logs for static pods. This is achieved by utilizing the `kubernetes.io/config.mirror` annotation for system pods.
26+
* **Secret Environment Variables:** Fixed an issue to ensure proper support for the `global.extraEnv.secret` configuration, allowing the addition of secret environment variables to the agent pods.
27+
* **Process Agent Kernel Compatibility:** Enabled the process-agent to run on a wider range of Linux kernel versions, specifically between 5.0 and 5.11 (inclusive).
28+
* **Private Image Registry** Fixed various issues around providing a private docker repository in the rancher UI.

0 commit comments

Comments
 (0)