From 10082da252bfb14e3c11d1e7d7cbe88af5954a32 Mon Sep 17 00:00:00 2001 From: Casie Chen Date: Thu, 12 Dec 2024 15:06:55 -0800 Subject: [PATCH] Helm: cut changelog for 5.6.0-rc.0 --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index cff08db928c..5b6cccba473 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -29,6 +29,8 @@ Entries should include a reference to the Pull Request that introduced the chang ## main / unreleased +## 5.6.0-rc.0 + * [CHANGE] Update rollout-operator version to 0.20.0. #9995 * [CHANGE] Remove the `track_sizes` feature for Memcached pods since it is unused. #10032 * [FEATURE] Add support for GEM's federation-frontend. See the `federation_frontend` section in the values file. #9673