-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/sources/helm-charts/mimir-distributed/release-notes/v5.6.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "Grafana Mimir Helm chart version 5.6 release notes" | ||
menuTitle: "V5.6 release notes" | ||
description: "Release notes for Grafana Mimir Helm chart version 5.6" | ||
weight: 300 | ||
--- | ||
|
||
# Grafana Mimir Helm chart version 5.6 release notes | ||
|
||
Grafana Labs is excited to announce version 5.6 of the Grafana Mimir Helm chart, which is compatible with Grafana Mimir v2.15 or Grafana Enterprise Metrics (GEM) v2.15. The `mimir-distributed` Helm chart is the best way to install Mimir on Kubernetes. | ||
|
||
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). | ||
|
||
## Important changes | ||
|
||
The rollout-operator version has been updated to version 0.20.0. | ||
|
||
The `track_sizes` feature for Memcached pods has been removed. | ||
|
||
## Features and enhancements | ||
|
||
Support has been added for `federation-frontend` in the values file. The federation-frontend allows you to query data from multiple GEM clusters using a single endpoint. For more information about cluster query federation, refer to the [federation-frontend documentation](https://grafana.com/docs/enterprise-metrics/<GEM_VERSION>/operations/cluster-query-federation). | ||
|
||
A service account for the alertmanager with dedicated permissions/authorizations can be created by setting `alertmanager.serviceAcount.create` in the values file. |