Skip to content

Commit

Permalink
Prepare v0.14.1 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg authored May 9, 2024
1 parent 4182640 commit abba493
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

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

## unreleased/master
* [CHANGE] Upgrade to v1.14.1
* [CHANGE] Remove chunktool and rules-migrator
## v0.14.1
* [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.

## v0.13.2
* [CHANGE] Upgrade to v1.13.2
* [CHANGE] Upgrade cortex to v1.13.2
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
* [FEATURE] Make rulerAPI Path configurable
* [FEATURE] Add tool to deserialize alertmanager state file
Expand Down
2 changes: 1 addition & 1 deletion changelogs/v0.13.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changes

* [CHANGE] Upgrade to v1.13.2
* [CHANGE] Upgrade cortex to v1.13.2
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
* [FEATURE] Make rulerAPI Path configurable
* [FEATURE] Add tool to deserialize alertmanager state file
Expand Down
36 changes: 36 additions & 0 deletions changelogs/v0.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# v0.14.1 Release

## Changes

* [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.


## 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.14.1/cortextool_0.14.1_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.14.1/benchtool_0.14.1_linux_x86_64"

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

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

0 comments on commit abba493

Please sign in to comment.