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.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
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments