Skip to content

Commit 432ad77

Browse files
authored
Prepares CHANGELOG for v0.4.0 release (#97)
Signed-off-by: Christian Simon <[email protected]>
1 parent 5b2f6f5 commit 432ad77

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## unreleased / master
3+
## v0.4.0
44

55
* [ENHANCEMENT] Loadgen: Allow users to selectively disable query or write loadgen by leaving their respective URL configs empty. #95
66
* [FEATURE] Add overrides-exporter to cortextool, which exports Cortex runtime configuration overrides as metrics. #91

changelogs/v0.4.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changes
2+
3+
* [ENHANCEMENT] Loadgen: Allow users to selectively disable query or write loadgen by leaving their respective URL configs empty. #95
4+
* [FEATURE] Add overrides-exporter to cortextool, which exports Cortex runtime configuration overrides as metrics. #91
5+
6+
# Installation
7+
8+
## cortextool
9+
```
10+
# download the binary (adapt os and arch as needed)
11+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.4.0/cortextool_0.4.0_linux_x86_64"
12+
13+
# make it executable
14+
$ chmod a+x "/usr/local/bin/cortextool"
15+
16+
# have fun :)
17+
$ cortextool --help
18+
```

0 commit comments

Comments
 (0)