This is release v0.6.1
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.1/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.1
What's Changed
- Fix
grr get
of an AlertRuleGroup with UID containing dots – by @K-Phoen in #517 - Fix the UID displayed by
grr list
for SyntheticMonitoringCheck resources – by @K-Phoen in #517 - Fix a panic that occurred when running
grr apply
to create SyntheticMonitoringCheck resources – by @K-Phoen in #520 - Fix incorrect filenames being generated for some resources with a slash in their name – by @K-Phoen in #521