v2.7.0 - 14/Jan/2026
Release Notes: SUSE® Observability Helm Chart v2.7.0
This release has a BREAKING CHANGE: The backup.enabled Helm value has been replaced by global.backup.enabled. Using the old backup.enabled=true value will now cause the deployment to fail.
|
Dashboards
SUSE® Observability now supports dashboards. A major new feature allowing the visualization of data from business processes, user flows, and data pipelines in a central location. This provides a familiar environment for users migrating from tools like Grafana and Prometheus to recreate visualizations and define custom metrics.
-
Integrated RBAC: Dashboards respect existing platform permissions and can be toggled between private and public visibility.
-
Versatile Widgets: Includes time-series charts, bar charts, gauges, and Markdown fields with support for manual resizing and drag-and-drop layout.
-
Customization: Supports query variables, custom thresholds, and visualization styling. Dashboards can be bundled in StackPacks or created ad-hoc from existing metric widgets.
For more information on dashboards, see dashboard documentation.
New Features & Enhancements
-
Backup restore redesign:
-
Simplified Restore: The
*.backup.restore.enableHelm values are removed in favor of the global setting. -
BREAKING CHANGE: The
backup.enabledHelm value is replaced byglobal.backup.enabled. Using the oldbackup.enabled=truevalue will cause the deployment to fail. -
Global Management: Backups are managed globally via
global.backup.enabledand can no longer be toggled per individual datastore ('Settings' backups always remain enabled). -
New Tool: Introduced
sts-backup, a dedicated CLI tool to manage and restore backups. For more information, see Enabling Backups and Restore Procedures.
-
-
CLI Management: The
stsCLI now supports thedashboardcommand to manage SUSE® Observability Dashboards programmatically. -
Quorum Observation Daemon: Introduced a small logging daemon that monitors the quorum of redundant services within the platform to ensure high availability.
-
Improved Error Handling: Enhanced error messages and handling across all platform perspectives.
-
Storage Metric Visualization: Improved PV and PVC metric charts to simplify data by showing only a single time-series for usage and capacity.
-
Agent: Splunk Integration: Disabled saved searches in Splunk are now automatically ignored by the Splunk check.
Bug Fixes
-
Platform: SLES 16 OOM Fix: Resolved an issue where several pods (HBase, Tephra) would encounter Out-Of-Memory (OOM) errors on SLES 16 due to cgroups v2 resource management.
-
Platform: Kafka Init Container: Fixed a bug where the Kafka init container would occasionally get stuck during a fresh installation.
-
StackGraph: Long-Running Scans: Resolved a StackGraph corruption issue that could occur during long-running data scans.
-
Platform: RBAC Agent Token Refresh: Fixed an issue where the
rbac-agentfailed to refresh its ServiceAccount token, leading to a loss of authentication. -
UI Performance: Resolved an issue where the user interface would occasionally become unresponsive when viewing complex metric charts.
-
OpenShift StackPack Fix: Corrected the StackPack page URL for integration with the OpenShift
ClusterLogForwarder. -
Slack Notification Improvement: Users can now manually enter a Slack Channel ID, resolving issues when workspaces contain a large number of channels.
-
YAML Variable Parsing: Fixed a bug in YAML parsing when a value is a variable reference (for example,
alias: ${cluster-name}). -
Security and Dependencies: Updated base OS packages and runtime dependencies for
jmx-exporter,kafkaup-operator,clickhouse-backup, andkafkaimages.