Skip to content

v0.1.4 / 2020-03-10

Choose a tag to compare

@jtlisi jtlisi released this 10 Mar 21:57
· 55 commits to master since this release
deb558b

Changes

  • [ENHANCEMENT] Add separate chunktool for operating on cortex chunk backends #23 #26
  • [ENHANCEMENT] Add --disable-color flag to rules print, rules diff, and alertmanager get command #25
  • [BUGFIX] alertmanager load command will ensure provided template files are also loaded #25
  • [BUGFIX] Ensure rules commands use escaped URLs when contacting cortex API #24

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortextool/releases/download/v0.1.4/cortextool-linux-amd64"

# make it executable
$ chmod a+x "/usr/local/bin/cortextool"

# have fun :)
$ cortextool --help

chunktool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/chunktool" "https://github.com/grafana/cortextool/releases/download/v0.1.4/chunktool-linux-amd64"

# make it executable
$ chmod a+x "/usr/local/bin/chunktool"

# have fun :)
$ chunktool --help