Skip to content

Releases: cortexproject/cortex-tools

v0.11.1

01 Aug 16:09
v0.11.1
9136782

Choose a tag to compare

v0.11.1 Release

Changes

  • [BUGFIX] Fix check for new version
  • [BUGFIX] Fix reference to download the binaries

Installation

cortextool

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

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

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

v0.11.0

31 Jul 17:52
v0.11.0
0c26713

Choose a tag to compare

v0.11.0 Release

Changes

  • [CHANGE] Rename to cortexproject/cortex-tools #2
  • [CHANGE] Update go image to v1.16.15. #4
  • [CHANGE] Upgrade cortex to v1.11.1 #5
  • [CHANGE] Match grafana/dskit with version used by cortex v1.11.1 #5
  • [CHANGE] Match prometheus/common with version used by cortex v1.11.1 #5
  • [CHANGE] Match prometheus/prometheus with version used by cortex v1.11.1 #5
  • [CHANGE] Remove loki support #7
  • [FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). grafana-cold-storage#215
  • [FEATURE] Add cortextool rules delete-namespace command to delete the specified rule namespace. #8
  • [BUGFIX] Fix cortextool rules legends displaying wrong symbols for updates and deletions. grafana-cold-storage#226

Installation

cortextool

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

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

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

Docker images

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