File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments