Skip to content

Commit 7106863

Browse files
authored
cut 0.3.1 release (#89)
Signed-off-by: Jacob Lisi <[email protected]>
1 parent d5853b3 commit 7106863

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## unreleased / master
44

5+
## v0.3.1
6+
7+
* [FEATURE] Add support for GME remote-write rule groups. #82
58
* [BUGFIX] Fix issue where rule comparisons would be affected by the format of the YAML file. #88
69

710
## v0.3.0

changelogs/v0.3.1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Changes
2+
3+
* [FEATURE] Add support for GME remote-write rule groups. #82
4+
* [BUGFIX] Fix issue where rule comparisons would be affected by the format of the YAML file. #88
5+
6+
# Installation
7+
8+
## cortextool
9+
```
10+
# download the binary (adapt os and arch as needed)
11+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.3.1/cortextool_0.3.1_linux_x86_64"
12+
13+
# make it executable
14+
$ chmod a+x "/usr/local/bin/cortextool"
15+
16+
# have fun :)
17+
$ cortextool --help
18+
```

0 commit comments

Comments
 (0)