Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #39

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## unreleased/master
* [CHANGE] Upgrade to v1.14.1
* [CHANGE] Remove chunktool and rules-migrator

## v0.13.2
* [CHANGE] Upgrade to v1.13.2
* [CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
Expand Down
38 changes: 38 additions & 0 deletions changelogs/v0.13.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# v0.13.2 Release

## Changes

* [CHANGE] Upgrade 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
* [ENHANCEMENT] Support loading alertmanager templates from different directories
* [BUGFIX] Set tenant id in prom analyse command

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

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

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