Grafana | v13.0.1

Grafana v13.0.1 released on 17-04-2026


Grafana v13.0.1 is out now. It preserves the user’s timezone preference when converting legacy V1 dashboards to V2, preventing unintended timezone changes or display drift during migrations.

Provisioning now reports dashboard validation errors in pull request comments and unified storage migration will skip states already migrated. For full details and downloads see the Grafana download page and the official release notes.

What’s in this release

  • Preserve timezone user-preference when converting V1 → V2 (PR #122673, @ivanortegaalba)
  • Provisioning: include dashboard validation errors in pull request comments for immediate CI feedback (PR #122433, @gttrigger)
  • Unified storage: skip migrations if dualwrite state shows dashboards were already migrated (PR #122880, @stephaniehingtgen)

Upgrade notes

  • No breaking changes are listed in the release notes; follow the official download page for upgrade instructions: https://grafana.com/grafana/download/13.0.1
  • If you need to roll back, reinstall the previous release via your package manager or from the Grafana download page.

Share your experience with the upgrade or report issues on the Grafana GitHub repository so others can benefit from your findings.

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