File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ builds:
78
78
archives :
79
79
- name_template : >-
80
80
{{- .ProjectName }}_
81
+ {{- .Tag }}_
81
82
{{- title .Os }}_
82
83
{{- if eq .Arch "amd64" }}x86_64
83
84
{{- else if eq .Arch "386" }}i386
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This version removes support for chunk-tool following removal of chunk storage s
16
16
17
17
``` console
18
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 "
19
+ $ curl -fSL -o " cortextool" " https://github.com/grafana/cortex-tools/releases/download/v0.11.0 /cortextool_0.11.0_linux_x86_64 "
20
20
21
21
# make it executable
22
22
$ chmod a+x " cortextool"
@@ -29,7 +29,7 @@ $ ./cortextool --help
29
29
30
30
``` console
31
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 "
32
+ $ curl -fSL -o " benchtool" " https://github.com/grafana/cortex-tools/releases/download/v0.11.0 /benchtool_0.11.0_linux_x86_64 "
33
33
34
34
# make it executable
35
35
$ chmod a+x " benchtool"
You can’t perform that action at this time.
0 commit comments