Skip to content

Commit 3723273

Browse files
authored
Prepare v0.15.3 release (#43)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent fe53fc2 commit 3723273

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## v0.15.3
6+
* [CHANGE] Upgrade cortex to v1.15.3
7+
58
## v0.14.1
69
* [CHANGE] Upgrade cortex to v1.14.1
710
* [CHANGE] Remove chunktool and rules-migrator. Dependent on deprecated chunks storage.

changelogs/v0.14.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* [CHANGE] Upgrade cortex to v1.14.1
66
* [CHANGE] Remove chunktool and rules-migrator. Dependent on deprecated chunks storage.
7-
* [CHANGE] Remove cortex-overrides. This function mas been merged to cortex binary.
7+
* [CHANGE] Remove overrides exporter. This function mas been merged to cortex binary.
88

99

1010
## Installation

changelogs/v0.15.3.md

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

0 commit comments

Comments
 (0)