Skip to content

Commit 331e8f0

Browse files
committed
Add notes for release v0.11.0
1 parent 0dc6d06 commit 331e8f0

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`
44

55
## unreleased/master
66

7+
## v0.11.0
8+
79
* [FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). #215
810
* [BUGFIX] Fix `cortextool rules` legends displaying wrong symbols for updates and deletions. #226
911
* [CHANGE] Upgrade modules to latest versions

changelogs/v0.11.0.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# v0.11.0 Release
2+
3+
## Changes
4+
5+
* [FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). #215
6+
* [BUGFIX] Fix `cortextool rules` legends displaying wrong symbols for updates and deletions. #226
7+
* [CHANGE] Upgrade modules to latest versions #277
8+
9+
## Removals
10+
11+
This version removes support for chunk-tool following removal of chunk storage support in cortex.
12+
13+
## Installation
14+
15+
## cortextool
16+
17+
```console
18+
# download the binary (adapt os and arch as needed)
19+
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/cortextool_0.10.7_linux_x86_64"
20+
21+
# make it executable
22+
$ chmod a+x "cortextool"
23+
24+
# have fun :)
25+
$ ./cortextool --help
26+
```
27+
28+
## benchtool
29+
30+
```console
31+
# download the binary (adapt os and arch as needed)
32+
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/benchtool_0.10.7_linux_x86_64"
33+
34+
# make it executable
35+
$ chmod a+x "benchtool"
36+
37+
# have fun :)
38+
$ ./benchtool --help
39+
```

0 commit comments

Comments
 (0)