Skip to content

Commit abba493

Browse files
authored
Prepare v0.14.1 (#41)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 4182640 commit abba493

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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
5+
## v0.14.1
6+
* [CHANGE] Upgrade cortex to v1.14.1
7+
* [CHANGE] Remove chunktool and rules-migrator. Dependent on deprecated chunks storage.
8+
* [CHANGE] Remove cortex-overrides. This function mas been merged to cortex binary.
89

910
## v0.13.2
10-
* [CHANGE] Upgrade to v1.13.2
11+
* [CHANGE] Upgrade cortex to v1.13.2
1112
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
1213
* [FEATURE] Make rulerAPI Path configurable
1314
* [FEATURE] Add tool to deserialize alertmanager state file

changelogs/v0.13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Changes
44

5-
* [CHANGE] Upgrade to v1.13.2
5+
* [CHANGE] Upgrade cortex to v1.13.2
66
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
77
* [FEATURE] Make rulerAPI Path configurable
88
* [FEATURE] Add tool to deserialize alertmanager state file

changelogs/v0.14.1.md

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

0 commit comments

Comments
 (0)