Skip to content

Commit ca8bcbb

Browse files
authored
Update changelog (#39)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 900acbc commit ca8bcbb

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-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+
## unreleased/master
6+
* [CHANGE] Upgrade to v1.14.1
7+
* [CHANGE] Remove chunktool and rules-migrator
8+
59
## v0.13.2
610
* [CHANGE] Upgrade to v1.13.2
711
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles

changelogs/v0.13.2.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# v0.13.2 Release
2+
3+
## Changes
4+
5+
* [CHANGE] Upgrade to v1.13.2
6+
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
7+
* [FEATURE] Make rulerAPI Path configurable
8+
* [FEATURE] Add tool to deserialize alertmanager state file
9+
* [ENHANCEMENT] Support loading alertmanager templates from different directories
10+
* [BUGFIX] Set tenant id in prom analyse command
11+
12+
## Installation
13+
14+
## cortextool
15+
16+
```console
17+
# download the binary (adapt os and arch as needed)
18+
$ curl -fSL -o "cortextool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.13.2/cortextool_0.13.2_linux_x86_64"
19+
20+
# make it executable
21+
$ chmod a+x "cortextool"
22+
23+
# have fun :)
24+
$ ./cortextool --help
25+
```
26+
27+
## benchtool
28+
29+
```console
30+
# download the binary (adapt os and arch as needed)
31+
$ curl -fSL -o "benchtool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.13.2/benchtool_0.13.2_linux_x86_64"
32+
33+
# make it executable
34+
$ chmod a+x "benchtool"
35+
36+
# have fun :)
37+
$ ./benchtool --help
38+
```

0 commit comments

Comments
 (0)