Skip to content

v0.21.0

Latest

Choose a tag to compare

@friedrichg friedrichg released this 27 Apr 21:48
v0.21.0
daf157d

v0.21.0 Release

Changes

  • [CHANGE] Upgrade cortex to v1.21.0
  • [CHANGE] Upgrade Go to 1.25
  • [CHANGE] Upgrade golangci-lint to v2
  • [FEATURE] Add --validation-scheme flag to rules commands for UTF-8 metric name support #59

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.21.0/cortextool_0.21.0_linux_x86_64"

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

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

benchtool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "benchtool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.21.0/benchtool_0.21.0_linux_x86_64"

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

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

Docker images

  • docker pull quay.io/cortexproject/cortex-tools:v0.21.0
  • docker pull quay.io/cortexproject/benchtool:v0.21.0