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 --helpDocker container:
https://hub.docker.com/r/grafana/grizzly
$ docker pull grafana/grizzly:0.7.0What's Changed
- Support previewing
Datasourceresources ingrr serve– by @K-Phoen in #525 - Support previewing
AlertRuleGroupresources ingrr serve– by @K-Phoen in #526 - Support
AlertNotificationTemplateresources ingrr serve– by @K-Phoen in #531 - Fix
diff-ing folders – by @nresare in #538 - Fix listing of
LibraryElementresources – by @K-Phoen in #548 - Fix dashboard snapshot creation – by @K-Phoen in #550
- Decrypt secrets in
AlertContactPointresources if possible – by @K-Phoen in #553 - Fix
grr serveto work even if Grafana is accessible on a sub-path – by @K-Phoen in #564 - Add
--continue-on-errorsupport for the grr export command – by @K-Phoen in #567