github grafana/grizzly v0.4.8

7 hours ago

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

What's Changed

  • Library elements can be displayed in grr serve by @K-Phoen in #494
  • Fix a panic when diffing on LibraryElement resources by @K-Phoen in #498
  • Ignore secureJsonData field in Datasources when diff-ing @K-Phoen in #491

Don't miss a new grizzly release

NewReleases is sending notifications on new releases.