Skip to content

Commit

Permalink
Prepare v0.15.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg committed May 9, 2024
1 parent fe53fc2 commit eebc135
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## v0.15.3
* [CHANGE] Upgrade cortex to v1.15.3

## v0.14.1
* [CHANGE] Upgrade cortex to v1.14.1
* [CHANGE] Remove chunktool and rules-migrator. Dependent on deprecated chunks storage.
Expand Down
2 changes: 1 addition & 1 deletion changelogs/v0.14.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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


## Installation
Expand Down
33 changes: 33 additions & 0 deletions changelogs/v0.15.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# v0.15.3 Release

## Changes

* [CHANGE] Upgrade cortex to v1.15.3

## Installation

## cortextool

```console
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.15.3/cortextool_0.15.3_linux_x86_64"

# make it executable
$ chmod a+x "cortextool"

# have fun :)
$ ./cortextool --help
```

## benchtool

```console
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "benchtool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.15.3/benchtool_0.15.3_linux_x86_64"

# make it executable
$ chmod a+x "benchtool"

# have fun :)
$ ./benchtool --help
```

0 comments on commit eebc135

Please sign in to comment.