v0.3.1
Changes
- [FEATURE] Add support for GME remote-write rule groups. #82
- [BUGFIX] Fix issue where rule comparisons would be affected by the format of the YAML file. #88
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.3.1/cortextool_0.3.1_linux_x86_64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help
Docker images
docker pull grafana/cortex-tools:latestdocker pull grafana/cortex-tools:v0.3.1