Skip to content

v0.3.2

Compare
Choose a tag to compare
@owen-d owen-d released this 24 Sep 14:00
· 109 commits to main since this release
v0.3.2
cc79b2a

Changes

  • [BUGFIX] Supports rules lint with LogQL: #92.

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.2/cortextool_0.3.2_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.2