Skip to content

v0.10.5

Choose a tag to compare

@gotjosh gotjosh released this 29 Oct 12:44
· 41 commits to main since this release
7f63659

v0.10.5 Release

Changes

  • [ENHANCEMENT] Allow usage of HTTP_PROXY and HTTPS_PROXY. #216

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.5/cortextool_0.10.5_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/grafana/cortex-tools/releases/download/v0.10.5/benchtool_0.10.5_linux_x86_64"

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

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

Docker images

  • docker pull grafana/cortex-tools:v0.10.5
  • docker pull grafana/benchtool:v0.10.5