Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.16.1

Choose a tag to compare

@friedrichg friedrichg released this 13 May 11:08
· 8 commits to main since this release
v0.16.1
1a5b719

v0.16.1 Release

Changes

  • [CHANGE] Upgrade cortex to v1.16.1

Installation

cortextool

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

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

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

Docker images

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