Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 16:04
· 45 commits to main since this release

This is release v0.6.0 of Grizzly (grr).

Install instructions

Binary:

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/grr" "https://github.com/grafana/grizzly/releases/download/v0.6.0/grr-linux-amd64"

# make it executable
$ chmod a+x "/usr/local/bin/grr"

# have fun :)
$ grr --help

Docker container:

https://hub.docker.com/r/grafana/grizzly

$ docker pull grafana/grizzly:0.6.0

What's Changed

  • Report anonymous usage statistics – by @theSuess in #510
  • Preserve resource format when saving a resource via grr serve – by @K-Phoen in #512
  • Fix incorrectly ignored watch events – by @K-Phoen in #513
  • Make livereloading of watched dashboards more reliable – by @K-Phoen in #514