Skip to content

Commit 6acf363

Browse files
authored
Cut release 0.10.1 (#185)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 869a799 commit 6acf363

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`
44

55
## unreleased/master
66

7+
## v0.10.1
8+
9+
* [ENHANCEMENT] `cortextool analyse prometheus` now records cardinality by metric and job labels. #178
710

811
## v0.10.0
912

changelogs/v0.10.1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v0.10.1 Release
2+
3+
## Changes
4+
5+
* [ENHANCEMENT] `cortextool analyse prometheus` now records cardinality by metric and job labels. #178
6+
7+
## Installation
8+
9+
## cortextool
10+
11+
```console
12+
# download the binary (adapt os and arch as needed)
13+
$ 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"
14+
15+
# make it executable
16+
$ chmod a+x "/usr/local/bin/cortextool"
17+
18+
# have fun :)
19+
$ cortextool --help
20+
```

0 commit comments

Comments
 (0)