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.
* Fix checking for new release Signed-off-by: Friedrich Gonzalez <[email protected]> * Fix reference to download binary Signed-off-by: Friedrich Gonzalez <[email protected]> * Adjust changelog Signed-off-by: Friedrich Gonzalez <[email protected]> * Create changelog for fix Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
- Loading branch information
1 parent
0c26713
commit 9136782
Showing
4 changed files
with
41 additions
and
3 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
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,34 @@ | ||
# v0.11.0 Release | ||
|
||
## Changes | ||
|
||
* [BUGFIX] Fix check for new version | ||
* [BUGFIX] Fix reference to download the binaries | ||
|
||
## 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.11.1/cortextool_0.11.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.11.1/benchtool_0.11.1_linux_x86_64" | ||
|
||
# make it executable | ||
$ chmod a+x "benchtool" | ||
|
||
# have fun :) | ||
$ ./benchtool --help | ||
``` |
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