forked from grafana/cortex-tools
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
- Loading branch information
1 parent
5e28e46
commit 665aba3
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# v0.16.1 Release | ||
|
||
## Changes | ||
|
||
* [CHANGE] Upgrade cortex to v1.16.1 | ||
|
||
## Installation | ||
|
||
## cortextool | ||
|
||
```console | ||
# 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 | ||
|
||
```console | ||
# 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 | ||
``` |