Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 10:56
· 71 commits to main since this release
578f05c

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

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2