Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@friedrichg friedrichg released this 14 May 08:09
v0.17.0
aeb499d

v0.17.0 Release

Changes

  • [CHANGE] Upgrade cortex to v1.17.0

Installation

cortextool

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

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

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

Docker images

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