Skip to content

Commit cc79b2a

Browse files
authored
prepares changelogs for 0.3.2 release (#93)
Signed-off-by: Owen Diehl <[email protected]>
1 parent 9cb2ff9 commit cc79b2a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

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

33
## unreleased / master
44

5+
## v0.3.2
6+
7+
* [BUGFIX] Supports `rules lint` with LogQL: [#92](https://github.com/grafana/cortex-tools/pull/92).
8+
59
## v0.3.1
610

711
* [FEATURE] Add support for GME remote-write rule groups. #82

changelogs/v0.3.2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Changes
2+
3+
* [BUGFIX] Supports `rules lint` with LogQL: [#92](https://github.com/grafana/cortex-tools/pull/92).
4+
5+
# Installation
6+
7+
## cortextool
8+
```
9+
# download the binary (adapt os and arch as needed)
10+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.3.2/cortextool_0.3.2_linux_x86_64"
11+
12+
# make it executable
13+
$ chmod a+x "/usr/local/bin/cortextool"
14+
15+
# have fun :)
16+
$ cortextool --help
17+
```

0 commit comments

Comments
 (0)