We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e84532 commit 744b5e7Copy full SHA for 744b5e7
changelogs/v0.11.0.md
@@ -9,6 +9,7 @@
9
## Removals
10
11
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.
13
14
## Installation
15
@@ -23,17 +24,4 @@ $ chmod a+x "cortextool"
23
24
25
# have fun :)
26
$ ./cortextool --help
-```
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
+```
0 commit comments