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

Helm: Draft release notes for 5.6 #10233

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
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.
chencs marked this conversation as resolved.
Show resolved Hide resolved

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.
chencs marked this conversation as resolved.
Show resolved Hide resolved
Loading