Skip to content

Commit 744b5e7

Browse files
committed
Update release notes for v0.11.0
1 parent 0e84532 commit 744b5e7

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

changelogs/v0.11.0.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
## Removals
1010

1111
This version removes support for chunk-tool following removal of chunk storage support in cortex.
12+
Benchtool is also not released as a part of this version.
1213

1314
## Installation
1415

@@ -23,17 +24,4 @@ $ chmod a+x "cortextool"
2324

2425
# have fun :)
2526
$ ./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.11.0/benchtool_0.11.0_linux_x86_64"
33-
34-
# make it executable
35-
$ chmod a+x "benchtool"
36-
37-
# have fun :)
38-
$ ./benchtool --help
39-
```
27+
```

0 commit comments

Comments
 (0)