Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 21:36

This is release v0.7.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.7.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.7.1

What's Changed

  • Removed a forgotten debug statement – by @K-Phoen in #570