Skip to content

Commit 0a252f1

Browse files
authored
Prepare release v0.10.7 (#225)
* Prepare release v0.10.7 * Fix examples.
1 parent bcb2d50 commit 0a252f1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`
44

5-
## unreleased
5+
## v0.10.7
66

77
* [ENHANCEMENT] Benchtool: add `-bench.write.proxy-url` argument for configuring the Prometheus remote-write client with a HTTP proxy URL. #223
88
* [ENHANCEMENT] Analyse: support Grafana 'timeseries' panel type for `cortextool analyse grafana` command. #224

changelogs/v0.10.7.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v0.10.7 Release
2+
3+
## Changes
4+
5+
* [ENHANCEMENT] Benchtool: add `-bench.write.proxy-url` argument for configuring the Prometheus remote-write client with a HTTP proxy URL. #223
6+
* [ENHANCEMENT] Analyse: support Grafana 'timeseries' panel type for `cortextool analyse grafana` command. #224
7+
## Installation
8+
9+
## cortextool
10+
11+
```console
12+
# download the binary (adapt os and arch as needed)
13+
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/cortextool_0.10.7_linux_x86_64"
14+
15+
# make it executable
16+
$ chmod a+x "cortextool"
17+
18+
# have fun :)
19+
$ ./cortextool --help
20+
```
21+
22+
## benchtool
23+
24+
```console
25+
# download the binary (adapt os and arch as needed)
26+
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/benchtool_0.10.7_linux_x86_64"
27+
28+
# make it executable
29+
$ chmod a+x "benchtool"
30+
31+
# have fun :)
32+
$ ./benchtool --help
33+
```

0 commit comments

Comments
 (0)