From c03c03c28cdb4dbb79fab9d6dfdf33d2af4f39f9 Mon Sep 17 00:00:00 2001 From: Edwin Tye Date: Fri, 20 Dec 2024 09:45:17 +0000 Subject: [PATCH] chore(helm): update changelog entry to remove GOMEMLIMIT multiplier --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index ef9b119f562..3a30b713f73 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -41,7 +41,7 @@ Entries should include a reference to the Pull Request that introduced the chang * [BUGFIX] Fix how `fullnameOverride` is reflected in generated manifests. #9564 * [BUGFIX] Fix `extraObjects` linting with helm lint by padding with an extra new line. #9863 * [BUGFIX] Alertmanager: Set -server.http-idle-timeout to avoid EOF errors in ruler, also for zone aware Alertmanager #9851 -* [BUGFIX] Fix calculation of `mimir.siToBytes` and use floating point arithmetics, also multiply the memory request by 0.9 for store-gateway `GOMEMLIMIT` #10044 +* [BUGFIX] Fix calculation of `mimir.siToBytes` and use floating point arithmetics. #10044 ## 5.5.1 * [BUGFIX] Fix incorrect use of topology spread constraints in `GrafanaAgent` CRD of metamonitoring. #9669