Skip to content

v0.10.4

Compare
Choose a tag to compare
@simonswine simonswine released this 08 Oct 12:37
· 35 commits to main since this release
7d36b1c

v0.10.4 Release

Changes

  • [CHANGE] Update go image to v1.16.8. #213
  • [CHANGE] Update alpine image to v3.14. #213
  • [ENHANCEMENT] Add benchtool to the release process. #213

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.4/cortextool_0.10.4_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.4/benchtool_0.10.4_linux_x86_64"

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

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

Docker images

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