Skip to content

Commit 34d65b8

Browse files
authored
Prepare release of v0.9.0 (#163)
Signed-off-by: Christian Simon <[email protected]>
1 parent 7408202 commit 34d65b8

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

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

5-
## Unreleased
5+
## v0.9.0
66

77
* [CHANGE] Overrides Exporter: `cortex_overrides_presets` added to expose the preset metrics. #154
88
* `limit_type` label has been renamed to `limit_name`.
99
* `type` label has been removed.
1010
* `cortex_overrides` now only exposes overrides and doesn't expose preset limits.
11+
* [BUGFIX] Escape rule namespaces and groups containing slashes at the beginning and end of the name. #162
1112

12-
## v0.8.0
13+
## v0.8.0
1314

1415
* [CHANGE] Loadgen: Add `loadgen` namespace to loadgen metrics. #152
1516
* `write_request_duration_seconds` --> `loadgen_write_request_duration_seconds`

changelogs/v0.9.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# v0.9.0 Release
2+
3+
4+
## Changes
5+
6+
* [CHANGE] Overrides Exporter: `cortex_overrides_presets` added to expose the preset metrics. #154
7+
* `limit_type` label has been renamed to `limit_name`.
8+
* `type` label has been removed.
9+
* `cortex_overrides` now only exposes overrides and doesn't expose preset limits.
10+
* [BUGFIX] Escape rule namespaces and groups containing slashes at the beginning and end of the name. #162
11+
12+
## Installation
13+
14+
## cortextool
15+
16+
```console
17+
# download the binary (adapt os and arch as needed)
18+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.9.0/cortextool_0.9.0_linux_x86_64"
19+
20+
# make it executable
21+
$ chmod a+x "/usr/local/bin/cortextool"
22+
23+
# have fun :)
24+
$ cortextool --help
25+
```

0 commit comments

Comments
 (0)