Skip to content

Commit

Permalink
Cut release 0.10.1 (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <[email protected]>
  • Loading branch information
gouthamve authored May 11, 2021
1 parent 869a799 commit 6acf363
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`

## unreleased/master

## v0.10.1

* [ENHANCEMENT] `cortextool analyse prometheus` now records cardinality by metric and job labels. #178

## v0.10.0

Expand Down
20 changes: 20 additions & 0 deletions changelogs/v0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# v0.10.1 Release

## Changes

* [ENHANCEMENT] `cortextool analyse prometheus` now records cardinality by metric and job labels. #178

## 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
```

0 comments on commit 6acf363

Please sign in to comment.