Grafana Labs released Grafana v13.0.0 on 2026-04-14, a major update focusing on user experience, alerting, and developer tooling. This DevOps category release brings significant changes from v12.4.1.

TL;DR

  • New colorblind safe palette for visualizations improves accessibility.
  • Extensive enhancements to alerting management and UI.
  • API clients are now published to NPM, streamlining integrations.

Key Changes

Accessibility & UI: A major highlight is the introduction of a colorblind safe color palette for visualizations, significantly improving data interpretation for a wider audience. The UI also sees aria-pressed states added to buttons for better screen reader compatibility. Ad hoc filters are now simply called “Filters” with a streamlined UI.

Alerting System: Grafana v13.0.0 brings numerous updates to its alerting capabilities. These include new Alert activity navigation tabs, an alerts activity banner, and instance count badges for better visibility. Access control for managed routes has been added, alongside limits validation for templates and silences, enhancing stability and security. New feature toggles indicate ongoing development in areas like alert enrichment and creating alerts from panels.

API & Internal Structure: For developers and integrators, Grafana is preparing @grafana/sql for npm publishing and making legacy APIs internal while publishing new API clients to NPM. This modular approach aims to simplify custom tool development and integration with Grafana. The APIServer now allows users to set a preferred version and surfaces watch errors in the UI.

Access Control: Improvements include invalidating RBAC permission caches on role assignment changes and scope resolver caches on datasource deletion, ensuring more immediate and accurate permission enforcement.

For a complete list of changes, refer to the official What’s New highlights and the download page.

Impact for QA Teams

QA teams should prioritize testing the new colorblind safe palette and aria-pressed states to ensure full accessibility compliance. Thorough validation of the enhanced alerting features, including new navigation, activity views, and access controls, is crucial. Teams integrating with Grafana via APIs should review changes to published API clients. For those using Grafana for monitoring, understanding how these updates affect dashboards and alerts, such as those discussed in our article on Grafana Prometheus monitoring, is key.