Skip to content

v0.4.1

Choose a tag to compare

@jtlisi jtlisi released this 25 Oct 15:34
· 0 commits to master since this release
v0.4.1
d8a1a5a

v0.4.1 Release

Changes

  • [ENHANCEMENT] Upgrade the Go version used in build images and tests to golang 1.14.9 to match upstream Cortex. #104
  • [FEATURE] Add chunktool chunk validate-index and chunktool chunk clean-index commands to the chunktool. These commands are used to scan Cortex index backends for invalid index entries and to clean the invalid entries up if there are any. #104

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.4.1/cortextool_0.4.1_linux_x86_64"

# 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/cortex-tools/releases/download/v0.4.1/chunktool_0.4.1_linux_x86_64"

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

# have fun :)
$ chunktool --help

Docker images

  • docker pull grafana/cortex-tools:latest
  • docker pull grafana/cortex-tools:v0.4.1