Skip to content

v0.11.0

Compare
Choose a tag to compare
@shantanualsi shantanualsi released this 08 Sep 08:59
· 2 commits to main since this release

v0.11.0 Release

Changes

  • [FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). #215
  • [BUGFIX] Fix cortextool rules legends displaying wrong symbols for updates and deletions. #226
  • [CHANGE] Upgrade modules to latest versions #277

Removals

This version removes support for chunk-tool following removal of chunk storage support in cortex.
Benchtool is also not released as a part of this version.

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_v0.11.0_Linux_x86_64"

# make it executable
$ chmod a+x "cortextool"

# have fun :)
$ ./cortextool --help