Skip to content

Commit 048c33e

Browse files
authored
Prepare release v0.10.0 (#176)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 9071844 commit 048c33e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-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+
8+
## v0.10.0
9+
710
* [FEATURE] Add `--label-excluded-rule-groups` support to `cortextool rules prepare` command. #174
811
* [ENHANCEMENT] Upgrade the Go version used in build images and tests to golang 1.16.3 to match upstream Cortex. #165
912

changelogs/v0.10.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v0.10.0 Release
2+
3+
## Changes
4+
5+
* [FEATURE] Add `--label-excluded-rule-groups` support to `cortextool rules prepare` command. #174
6+
* [ENHANCEMENT] Upgrade the Go version used in build images and tests to golang 1.16.3 to match upstream Cortex. #165
7+
8+
## Installation
9+
10+
## cortextool
11+
12+
```console
13+
# download the binary (adapt os and arch as needed)
14+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.0/cortextool_0.10.0_linux_x86_64"
15+
16+
# make it executable
17+
$ chmod a+x "/usr/local/bin/cortextool"
18+
19+
# have fun :)
20+
$ cortextool --help
21+
```

0 commit comments

Comments
 (0)