Skip to content

v0.10.2

Compare
Choose a tag to compare
@gouthamve gouthamve released this 18 Jun 12:18
· 43 commits to main since this release
v0.10.2
d7410e6

v0.10.2 Release

Changes

  • [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.
  • [FEATURE] Support Arm64 on Darwin.
  • [ENHANCEMENT] Added the ability to set an explicit user when Cortex is behind basic auth. #187
  • [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188

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.10.2/cortextool_0.10.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.10.2