This is release v0.7.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.7.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.7.0
What's Changed
- Support previewing
Datasource
resources ingrr serve
– by @K-Phoen in #525 - Support previewing
AlertRuleGroup
resources ingrr serve
– by @K-Phoen in #526 - Support
AlertNotificationTemplate
resources ingrr serve
– by @K-Phoen in #531 - Fix
diff
-ing folders – by @nresare in #538 - Fix listing of
LibraryElement
resources – by @K-Phoen in #548 - Fix dashboard snapshot creation – by @K-Phoen in #550
- Decrypt secrets in
AlertContactPoint
resources if possible – by @K-Phoen in #553 - Fix
grr serve
to work even if Grafana is accessible on a sub-path – by @K-Phoen in #564 - Add
--continue-on-error
support for the grr export command – by @K-Phoen in #567