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