Skip to content

Commit 7e1f11e

Browse files
committed
Update changelog
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent e422590 commit 7e1f11e

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

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.20.0
6+
* [CHANGE] Upgrade cortex to v1.20.1
7+
* [CHANGE] Upgrade Go to 1.24
8+
59
## v0.19.0
610
* [CHANGE] Upgrade cortex to v1.19.1
711
* [CHANGE] Upgrade Go to 1.23

changelogs/v0.20.0.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# v0.20.0 Release
2+
3+
## Changes
4+
5+
* [CHANGE] Upgrade cortex to v1.20.1
6+
* [CHANGE] Upgrade Go to 1.24
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.20.0/cortextool_0.20.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.20.0/benchtool_0.20.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)