Skip to content

v0.3.0

Compare
Choose a tag to compare
@gotjosh gotjosh released this 15 Sep 15:07
· 115 commits to main since this release
v0.3.0
f21cce0

Changes

  • [FEATURE] Added loki backend support for the rules commands, configurable with --backend=loki (defaults to cortex).
  • [FEATURE] Introduces a new version command. The command will also let you know if there's a new version available.

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.0/cortextool_0.3.0_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.0