-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 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,23 @@ | ||
# v0.10.2 Release | ||
|
||
## Changes | ||
|
||
* [FEATURE] Blockgen: adding a new tool to generate blocks of mock data. | ||
* [FEATURE] Support Arm64 on Darwin. | ||
* [ENHANCEMENT] Added the ability to set an explicit user when Cortex is behind basic auth. #187 | ||
* [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188 | ||
|
||
## Installation | ||
|
||
## cortextool | ||
|
||
```console | ||
# download the binary (adapt os and arch as needed) | ||
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.1/cortextool_0.10.1_linux_x86_64" | ||
|
||
# make it executable | ||
$ chmod a+x "/usr/local/bin/cortextool" | ||
|
||
# have fun :) | ||
$ cortextool --help | ||
``` |