What grafana/grafana shipped
Generated by FoxPlug from public activity — not affiliated with Grafana.
Week of September 14, 2026
What shipped
- Alerting now supports Amazon Managed Prometheus recording rule writes, fixing failures when the write target is an AMP data source. Pull request #128090
- Alerting widened missing-series resolution counts to BIGINT on MySQL and PostgreSQL to support evaluations above the SMALLINT limit. Pull request #133023
- Dashboards can now render Assistant-proposed dashboard plans as static previews before building them. Pull request #132761
- Notebooks added IRM incident creation and attachment entry points in the overflow menu. Pull request #132280
- Alerting added targetDatasourceUid, persisted dedup hash, and per-organization poll interval for external ruler sync. Pull request #132525
- Storage LIST operations now preserve pagination continuation tokens after authorization filtering. Pull request #133017
- Provisioning fixed the folder picker when moving dashboards or folders managed by folderless Git Sync repositories. Pull request #132453
- Dashboards migrated query editor and runners from deprecated sync DataSource APIs to async replacements. Pull request #131315
- Table panels gained a zebra striping option behind table.refreshNewFeatures using theme tokens. Pull request #132423
- Table panels now fade in a scroll shadow gradient at edges when rows are out of view. Pull request #132579
Why it matters
This week saw improvements across alerting infrastructure with better data source support and larger evaluation counts, storage refinements for authorization and pagination, and dashboard/notebook features for planning and incident management. Query execution migrated to modern async APIs and provisioning workflows improved for Git Sync operations.
Changelog entry
- Alerting: Support Amazon Managed Prometheus recording rule writes Pull request #128090
- Alerting: Support missing-series resolution counts above the SMALLINT limit Pull request #133023
- Dashboards: Static preview for Assistant dashboard plans Pull request #132761
- Notebooks: IRM incident creation and attachment Pull request #132280
- Alerting: Add targetDatasourceUid, persisted dedup hash, and per-org poll interval Pull request #132525
- Storage: Preserve list pagination after authorization filtering Pull request #133017
- Provisioning: Fix folderless Git Sync move picker Pull request #132453
- Dashboards: Migrate query editor and runners to async DataSource APIs Pull request #131315
- Table: Zebra striping option Pull request #132423
- Table: Scroll shadow fade-in at edges with hidden rows Pull request #132579
This week: Alerting now supports Amazon Managed Prometheus, dashboard assistant plans render as previews, notebooks gained IRM incident actions, and storage pagination works better after authorization filtering.
New in Grafana: Amazon Managed Prometheus recording rules now work with Alerting, dashboard assistant plans preview before building, notebooks can create and attach IRM incidents, and storage pagination handles authorization filtering correctly. Query execution migrated to async APIs and Git Sync folder picker improved for folderless repositories.