From 8583d2d98f57c66cf2ce720bcdc941f6b03bdf52 Mon Sep 17 00:00:00 2001 From: chencs Date: Thu, 19 Dec 2024 12:21:57 -0800 Subject: [PATCH] Helm: cut changelog for 5.6.0-rc.0 (#10231) --- 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