Skip to content

Commit 799818c

Browse files
authored
Changelog for release v0.10.6 (#221)
1 parent 4d23f62 commit 799818c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.10.6
6+
7+
* [FEATURE] Rules check for Loki now supports `pattern`.
8+
59
## v0.10.5
610

711
* [ENHANCEMENT] Allow usage of HTTP_PROXY and HTTPS_PROXY. #216

changelogs/v0.10.6.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v0.10.6 Release
2+
3+
## Changes
4+
5+
* [FEATURE] Rules check for Loki now supports `pattern`.
6+
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.6/cortextool_0.10.6_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.6/benchtool_0.10.6_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)