Skip to content

Commit d48a222

Browse files
authored
mimir-distributed 5.8 release notes (#12250)
<!-- Thanks for sending a pull request! Before submitting: 1. Read our CONTRIBUTING.md guide 2. Rebase your PR if it gets out of sync with main --> #### What this PR does This PR adds release notes for the Mimir Helm chart version 5.8 release. #### Which issue(s) this PR fixes or relates to Fixes grafana/mimir-squad#3152 #### Checklist - [ ] Tests updated. - [X] Documentation added. - [X] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]`. If changelog entry is not needed, please add the `changelog-not-needed` label to the PR. - [ ] [`about-versioning.md`](https://github.com/grafana/mimir/blob/main/docs/sources/mimir/configure/about-versioning.md) updated with experimental features.
1 parent b6c1e45 commit d48a222

File tree

1 file changed

+32
-0
lines changed
  • docs/sources/helm-charts/mimir-distributed/release-notes

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Grafana Mimir Helm chart version 5.8 release notes"
3+
menuTitle: "V5.8 release notes"
4+
description: "Release notes for Grafana Mimir Helm chart version 5.8"
5+
weight: 300
6+
---
7+
8+
# Grafana Mimir Helm chart version 5.8 release notes
9+
10+
Grafana Labs is excited to announce version 5.8 of the Grafana Mimir Helm chart, which is compatible with Grafana Mimir v2.17 and Grafana Enterprise Metrics (GEM) v2.17. The `mimir-distributed` Helm chart is the best way to install Mimir on Kubernetes.
11+
12+
The highlights that follow include the top features, enhancements, and bug fixes in this release. For a comprehensive list of changes, see the [Helm chart changelog](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/CHANGELOG.md).
13+
14+
## Important changes
15+
16+
KEDA autoscaling has changed `kedaAutoscaling.toPromQLLabelSelector` from an object to a list of strings, adding support for all PromQL operators.
17+
18+
The Memcached timeout for the ruler-storage cache has increased from 200 milliseconds to 500 milliseconds.
19+
20+
Grafana Mimir now exports OTel traces instead of Jaeger traces. As a result, the environment variable `JAEGER_REPORTER_MAX_QUEUE_SIZE` is no longer set by default. Components use OTel's default value of 2048 unless explicitly configured. You can still configure `JAEGER_REPORTER_MAX_QUEUE_SIZE` if you configure tracing using Jaeger environment variables, and you can always set `OTEL_BSP_MAX_QUEUE_SIZE` for OTel configuration. For more information, refer to [Configure Grafana Mimir tracing](https://grafana.com/docs/mimir/<MIMIR_VERSION>/configure/configure-tracing/) in the Mimir documentation.
21+
22+
The rollout-operator has been updated to the latest release, which includes support for OTEL\_ tracing environment variables.
23+
24+
Memberlist configuration for ingesters now enables `memberlist.abort-if-fast-join-fails`.
25+
26+
Memcached now sets resource requests for the Memcached Prometheus exporter by default.
27+
28+
A new `store_gateway.grpcMaxQueryResponseSizeBytes` value has been added to set the maximum store-gateway gRPC query response send size, and corresponding querier receive size, with a default of 200MB.
29+
30+
## Features and enhancements
31+
32+
There are new values for setting annotations and labels for the rollout-operator.

0 commit comments

Comments
 (0)