Skip to content

v0.3.1

Choose a tag to compare

@jtlisi jtlisi released this 17 Sep 22:20
· 3 commits to master since this release
v0.3.1
7106863

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:latest
  • docker pull grafana/cortex-tools:v0.3.1