v0.5.0
This is release v0.5.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.5.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.5.0
What's Changed
- Fix a panic when
grr serve
is invoked with no arguments – by @K-Phoen in #504 - Add a
grr config check
command to help diagnosing configuration issues – by @K-Phoen in #501 - Ensure
grr config get
takes environment variables into account – by @K-Phoen in #501 - Improve logs management – by @K-Phoen in #506
- Fix dashboards & datasource handling when parsed from jsonnet – by @K-Phoen in #507
- Support
MIMIR_AUTH_TOKEN
for self-hosted Mimir – by @mtweten in #505 - Fix
grr apply
forPrometheusRuleGroup
resource – by @vladshub in #469