Skip to content

Commit 4ecdffb

Browse files
authored
Prepare release v0.18.0 (#52)
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 97d6216 commit 4ecdffb

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-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.18.0
6+
* [CHANGE] Upgrade cortex to v1.18.1
7+
* [FEATURE] Add kubeconfig-style configuration file support #50
8+
59
## v0.17.0
610
* [CHANGE] Upgrade cortex to v1.17.0
711

changelogs/v0.18.0.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# v0.18.0 Release
2+
3+
## Changes
4+
5+
* [CHANGE] Upgrade cortex to v1.18.1
6+
* [FEATURE] Add kubeconfig-style configuration file support #50
7+
8+
## Installation
9+
10+
## cortextool
11+
12+
```console
13+
# download the binary (adapt os and arch as needed)
14+
$ curl -fSL -o "cortextool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.18.0/cortextool_0.18.0_linux_x86_64"
15+
16+
# make it executable
17+
$ chmod a+x "cortextool"
18+
19+
# have fun :)
20+
$ ./cortextool --help
21+
```
22+
23+
## benchtool
24+
25+
```console
26+
# download the binary (adapt os and arch as needed)
27+
$ curl -fSL -o "benchtool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.18.0/benchtool_0.18.0_linux_x86_64"
28+
29+
# make it executable
30+
$ chmod a+x "benchtool"
31+
32+
# have fun :)
33+
$ ./benchtool --help
34+
```

0 commit comments

Comments
 (0)