Grafana | v13.0.3

Grafana v13.0.3 released on 23-06-2026


Grafana v13.0.3 is out now. It updates Alpine-based Docker images to 3.24.1 and delivers several provisioning and backend fixes that improve folder metadata consistency and prevent datasource migration and API errors.

For full downloads and detailed notes, visit the Grafana download page or the release highlights: https://grafana.com/grafana/download/13.0.3 and https://grafana.com/docs/grafana/latest/whatsnew/

What’s in this release

  • Docker: Alpine-based images bumped to Alpine 3.24.1 (PR #126548)
  • Provisioning: write a _folder.json when dashboards are created in or moved into new folders to keep folder metadata consistent (PRs #126323, #126676)
  • Datasources and migrations: API now returns 400 when payload UID does not match URL UID for PUT /api/datasources/uid/:uid, and a bad MySQL query in the datasource_type migration was fixed (PRs #125771, #126897)

Upgrade notes

  • API behaviour change — PUT /api/datasources/uid/:uid will return 400 if the payload UID and URL UID differ; check automation, provisioning scripts and API clients to ensure the UID in the payload matches the URL.
  • No special rollback instructions are provided in the release notes; if you need to revert, restore your previous Grafana image and configuration or fetch the prior release from the download page.

Share any comments or issues you encounter after upgrading — the Grafana GitHub repository and community channels are the best places to report experience and follow up on the PRs linked in the release notes.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes