Preliminary version. The functionality may change, but the basic features will be preserved. Compatibility with future versions is ensured, but may require additional migration actions.
v0.7.0
New Features
Alerts, Alerting and Recording Rules: Cluster-Level and Namespace-Level
The system now includes new types of monitoring objects — both for the entire cluster and for individual namespaces.
- ClusterObservabilityMetricRules — cluster-wide rules that include both alerting rules and recording rules.
- ClusterObservabilityAlerts — system alerts that automatically indicate infrastructure issues in system namespaces.
- ObservabilityMetricRules — namespace-specific rules that also include alerting rules and recording rules, but apply only to data within their own namespace.
- ObservabilityAlerts — alerts generated based on ObservabilityMetricRules configured for individual namespaces; they allow each team to see only incidents related to their own services, without unnecessary noise from other teams.
Alerting and Recording Rules Management
The interface for managing alerting rules and recording rules has been completely redesigned. Configuring alert conditions and creating custom recording rules is now easier and faster. All actions are available from a single window, reducing setup time and lowering the entry barrier for working with monitoring rules.
Alert Viewing
The alert viewing interface has been reworked: alerts are grouped by severity, and when opened, a metric graph that triggered the alert is immediately displayed.
Notification Configuration
Notification settings can now be managed directly in the interface, without manually editing YAML files.
- Notification Channel — where the notification will be sent (Email, Webhook, Slack, Telegram).
- Notification Policy — which alerts and under which conditions are sent to the selected channel.
You can precisely define who receives notifications, under what conditions, and where they are delivered. As a result, each person gets only relevant alerts for their area of responsibility — unnecessary noise is eliminated. All parameters are configured through the graphical interface, and changes are stored in Custom Resources, which can later be committed to git.
Silencing Notifications: Control Over Message Flow
At any moment, you can temporarily disable notifications for a specific alert — for example, if the team is already working on the issue. Repeat notifications for the same event won’t interrupt work, while all relevant information remains available in the system.
Improvements
Dashboard Viewing Redesign
- Expanded layout: dashboards now use the full screen width, with the sidebar hidden by default — more data is visible, making work more convenient.
- Improved dashboard navigation: a quick search with keyboard shortcuts and full keyboard navigation has been implemented.
v0.6.0
Features
- Added dark theme support for the dashboard visualization components. While the main UI has previously supported dark mode, this update extends theme awareness to full support in dashboards and graphs.
- Introduced a new kiosk mode for dashboards. When enabled, all navigation elements and menus are hidden, allowing dashboards to be displayed in full-screen mode — ideal for use on wall-mounted displays or TV screens.
Security
- Fixed vulnerabilities related to CVEs (CVE-2025-30153, CVE-2025-47912, CVE-2025-58183, CVE-2025-58185, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725)
v0.5.6
Changes
- Changed module statuses from experimental to preview.
Bug Fixes
- Fixed an issue related to authorization token caching that caused incorrect triggering of the built-in alert: D8KubernetesStaleTokensDetected.
v0.5.5
Security
- Fixed vulnerabilities related to CVEs
v0.5.4
Changes
- Prepared for container v2 — added mount points to images as part of the transition groundwork, no impact on current usage.
v0.5.3
Bug Fixes
- Fixed incorrect link mutations in dashboards — previously, some dashboard links could be displayed incorrectly due to a mutation issue.
v0.5.2
Bug Fixes
- Fixed an issue related to authorization token caching that caused incorrect triggering of the built-in alert: D8KubernetesStaleTokensDetected.
v0.5.1
Bug Fixes
- Fixed an issue preventing correct exit from dashboard edit mode.
Features
- Added ability to remote write metrics to cluster Prometheus.