Releases: cortexproject/cortex-tools
Releases · cortexproject/cortex-tools
v0.11.1
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 --helpbenchtool
# 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 --helpv0.11.0
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-namespacecommand to delete the specified rule namespace. #8 - [BUGFIX] Fix
cortextool ruleslegends 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 --helpbenchtool
# 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 --helpDocker images
docker pull quay.io/cortexproject/benchtool:v0.11.0docker pull quay.io/cortexproject/cortex-tools:v0.11.0