Grafana

Developer Tools

Query, visualize and alert on your metrics and logs.

Latest v13.1.2 · by Grafana LabsWebsitegrafana/grafana

Release activity

Release activity — 10 releases across 4 days since Jun 23, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 23, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026
Tuesday1 release on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 20264 releases on Jul 21, 2026No releases on Jul 28, 20264 releases on Aug 4, 2026
WednesdayNo releases on Jun 24, 20261 release on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 23, 2026, busiest day 4

Changelog

v12.4.7

12.4.7

Changed 1
  • Improve get annotations and dashboard endpoint performance
Fixed 1
  • Fix Mixed panels with a time override stuck in permanent loading

Download page What's new highlights

Features and enhancements
Bug fixes
  • DashboardDS: Fix Mixed panels with a time override stuck in permanent loading #129289, @oscarkilhed
View originalPermalink
How v12.4.7 went
v12.4.6

12.4.6

Added 1
  • Add protected fields authorization check to provisioning API for alerting
Changed 2
  • Return 403 instead of 500 on contact point provenance mismatch in alerting
  • Update Go version to 1.26.5
Fixed 2
  • Handle gzip, deflate, and brotli compressed API responses in Jaeger
  • Fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL

Download page What's new highlights

Features and enhancements
Bug fixes
  • Jaeger: Handle gzip, deflate, and brotli compressed API responses #128062, @zoltanbedi
  • alerting: fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL #128753, @dhananjay6561
View originalPermalink
How v12.4.6 went
v12.3.9

12.3.9

Changed 1
  • Return 403 instead of 500 on contact point provenance mismatch in alerting
Fixed 1
  • Fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL

Download page What's new highlights

Features and enhancements
  • Alerting: Return 403 instead of 500 on contact point provenance mismatch #127813, @rwwiv
  • Go: Update version to 1.26.5 #128018, @macabu
Bug fixes
  • alerting: fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL #128754, @dhananjay6561
View originalPermalink
How v12.3.9 went
v13.0.4

13.0.4

Changed 2
  • Return 403 instead of 500 on contact point provenance mismatch in Alerting
  • Improve form errors for GitHub connections in Provisioning
Fixed 3
  • Fix issue with interval variable with Auto value in Dashboard
  • Make GitHub webhook creation idempotent to fix repos stuck unhealthy with HTTP 422 in Provisioning
  • Fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL in Alerting

Download page What's new highlights

Features and enhancements
Bug fixes
  • Dashboard: Fixes issue with interval variable with Auto value #127053, @grafana-writer[bot]
  • Provisioning: make GitHub webhook creation idempotent (fix repos stuck unhealthy with HTTP 422) #128196, @floriecai
  • alerting: fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL #128751, @dhananjay6561
View originalPermalink
How v13.0.4 went
v13.1.1

13.1.1

Changed 4
  • Update Go version to 1.26.5
  • Improve form errors for github connections in provisioning
  • Make sync per-resource write timeout configurable in provisioning
  • Set aria-current on active page in pagination
Fixed 3
  • Ensure InlineToast contents are announced by screenreaders
  • Fix chained dashboard datasource panels showing stale data
  • Make GitHub webhook creation idempotent to prevent repos stuck unhealthy with HTTP 422

Download page What's new highlights

Features and enhancements
Bug fixes
Plugin development fixes & changes
View originalPermalink
How v13.1.1 went
v13.1.0

13.1.0

Added 14
  • Add `aria-pressed` state to `FilterPill`
  • Add Mimir Alertmanager auto-sync configuration to settings page
  • Add alerting.rulesAPIV2 feature flag
  • Add common section to filter dropdown in Alerts Activity
  • Add feature flag for notifications api migration
  • Add label section to enrichment view/edit drawers
Changed 6
  • Remove interactivity from UserIcon if onClick is not provided
  • Colorblind-safe line style fill patterns
  • Alert activity UI improvements part 3
  • Move filters to sidebar alerts activity
  • Propagate plugin rule origin as X-Rule-Origin header
  • Use Rules API v2 in panel alert rule drawer
Fixed 1
  • Alert activity groupBy not filtering by environment

Download page What's new highlights

Features and enhancements
Bug fixes
Breaking changes
Plugin development fixes & changes
View originalPermalink
How v13.1.0 went
v13.0.3

13.0.3

Added 2
  • Write _folder.json when creating dashboards in new folders
  • Write _folder.json when moving dashboards into new folders
Changed 1
  • Bump Alpine-based Docker images to 3.24.1
Fixed 5
  • Return 400 when payload UID does not match URL UID in PUT /api/datasources/uid/:uid
  • Fix PR comments on multi-org Grafana instances
  • Fix PR links when folder is renamed via UI
  • Ignore terminating repositories when validating connection delete
  • Fix bad MySQL query in datasource_type column migration

Download page What's new highlights

Features and enhancements
  • Docker: Bump Alpine-based images to 3.24.1 #126548, @macabu
  • Provisioning: Write _folder.json when creating dashboards in new folders #126323, @ferruvich
  • Provisioning: Write _folder.json when moving dashboards into new folders #126676, @ferruvich
Bug fixes
View originalPermalink
How v13.0.3 went
View all

Discussion