Skip to content

Commit 3bea652

Browse files
committed
Update CHANGELOG and changelogs
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 2fb4130 commit 3bea652

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.19.0
6+
* [CHANGE] Upgrade cortex to v1.19.1
7+
* [CHANGE] Upgrade Go to 1.23
8+
* [CHANGE] Upgrade golangci-lint to v1.64
9+
510
## v0.18.0
611
* [CHANGE] Upgrade cortex to v1.18.1
712
* [FEATURE] Add kubeconfig-style configuration file support #50

changelogs/v0.19.0.md

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

0 commit comments

Comments
 (0)