File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v0.11.0 Release
2
+
3
+ ## Changes
4
+
5
+ * [ CHANGE] Rename to cortexproject/cortex-tools #2
6
+ * [ CHANGE] Update go image to v1.16.15. #4
7
+ * [ CHANGE] Upgrade cortex to v1.11.1 #5
8
+ * [ CHANGE] Match grafana/dskit with version used by cortex v1.11.1 #5
9
+ * [ CHANGE] Match prometheus/common with version used by cortex v1.11.1 #5
10
+ * [ CHANGE] Match prometheus/prometheus with version used by cortex v1.11.1 #5
11
+ * [ CHANGE] Remove loki support #7
12
+ * [ FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). #215
13
+ * [ FEATURE] Add ` cortextool rules delete-namespace ` command to delete the specified rule namespace. #8
14
+ * [ BUGFIX] Fix ` cortextool rules ` legends displaying wrong symbols for updates and deletions. #226
15
+
16
+ ## Installation
17
+
18
+ ## cortextool
19
+
20
+ ``` console
21
+ # download the binary (adapt os and arch as needed)
22
+ $ curl -fSL -o " cortextool" " https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_0.11.0_linux_x86_64"
23
+
24
+ # make it executable
25
+ $ chmod a+x " cortextool"
26
+
27
+ # have fun :)
28
+ $ ./cortextool --help
29
+ ```
30
+
31
+ ## benchtool
32
+
33
+ ``` console
34
+ # download the binary (adapt os and arch as needed)
35
+ $ curl -fSL -o " benchtool" " https://github.com/grafana/cortex-tools/releases/download/v0.11.0/benchtool_0.11.0_linux_x86_64"
36
+
37
+ # make it executable
38
+ $ chmod a+x " benchtool"
39
+
40
+ # have fun :)
41
+ $ ./benchtool --help
42
+ ```
You can’t perform that action at this time.
0 commit comments