Releases: grafana/grizzly
v0.6.0
This is release v0.6.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.6.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.6.0
What's Changed
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
v0.4.8
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
v0.4.7
This is release v0.4.7
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.7/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.7
v0.4.6
This is release v0.4.6
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.6/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.6
v0.4.5
This is release v0.4.5
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.5/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.5
v0.4.4
This is release v0.4.4
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.4/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.4
v0.4.3
This is release v0.4.3
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.3/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.3
v0.4.2
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
- Store resources in an ordered map by @K-Phoen in #410
- Keep resources in memory in the proxy by @K-Phoen in #411
- Fix folder diffs and UIDs by @malcolmholmes in #413
- Create unset function by @spinillos in #417
- Add insecure-skip-verify for grafana by @malcolmholmes in #363
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #421
- Basic
golangci-lint
workflow by @julienduchesne in #422 - Enable more linters by @julienduchesne in #423
- Add region to SM backend URL by @spinillos in #420
- Create mimir client by @spinillos in #406
- Grizzly serve should not panic if no provider set by @julienduchesne in #429
- Add live reload functionality by @malcolmholmes in #386
- Preserve folders when saving via server by @malcolmholmes in #427
- Fix
grr config
usage text by @julienduchesne in #430 - Validate auth on server start by @malcolmholmes in #435
- Adds Mimir integration tests by @spinillos in #419
- Added mTLS support to MimirClient by @Itaykal in #428
- Print configs in cmd package only by @malcolmholmes in #438
- Register Component into Software Catalog and setup TechDocs publishing by @grafana-backstage-integration in #439
- Fix Backstage docs by @julienduchesne in #440
- fix(mkdocs): structure according best practices by @zzehring in #442
- Allow offline providers by @malcolmholmes in #436
- Lengthen mimir test delay by @malcolmholmes in #443
- Don't create too many providers by @malcolmholmes in #444
- Add server toolbar by @malcolmholmes in #437
- Rename server receiver by @malcolmholmes in #445
- Check for blank UID in server requests by @malcolmholmes in #446
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
This is release v0.4.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.4.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.4.1