Skip to content

Commit

Permalink
Merge branch merge-release-2.13-to-main to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Dec 4, 2024
2 parents a15f8d5 + 4af0580 commit d557f41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,14 @@
* [ENHANCEMENT] `mimir-rules-action`: Added new inputs to support ignoring namespaces and ignoring namespaces by regex. #9258 #9324
* [BUGFIX] `copyblocks`, `undelete-blocks`, `copyprefix`: use a multipart upload to server-side copy objects greater than 5GiB in size on S3. #9357

## 2.13.1

### Grafana Mimir

* [BUGFIX] Upgrade Go to 1.22.9 to address [CVE-2024-34156](https://nvd.nist.gov/vuln/detail/CVE-2024-34156). #10097
* [BUGFIX] Update module google.golang.org/grpc to v1.64.1 to address [GHSA-xr7q-jx4m-x55m](https://github.com/advisories/GHSA-xr7q-jx4m-x55m). #8717
* [BUGFIX] Upgrade github.com/rs/cors to v1.11.0 address [GHSA-mh55-gqvf-xfwm](https://github.com/advisories/GHSA-mh55-gqvf-xfwm). #8611

## 2.13.0

### Grafana Mimir
Expand Down
5 changes: 5 additions & 0 deletions docs/sources/mimir/release-notes/v2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ The following configuration options are deprecated and will be removed in a futu

The Grafana Mimir and Grafana Enterprise Metrics Helm charts are released independently.
Refer to the [Grafana Mimir Helm chart documentation](/docs/helm-charts/mimir-distributed/latest/).

### v2.13.1

- [BUGFIX] Upgrade Go to 1.22.9 to address [CVE-2024-34156](https://nvd.nist.gov/vuln/detail/CVE-2024-34156). [PR 10097](https://github.com/grafana/mimir/pull/10097)
- [BUGFIX] Update module google.golang.org/grpc to v1.64.1 to address [GHSA-xr7q-jx4m-x55m](https://github.com/advisories/GHSA-xr7q-jx4m-x55m). [PR 8717](https://github.com/grafana/mimir/pull/8717)

0 comments on commit d557f41

Please sign in to comment.