From 735f83e0a53c959eebfc8e15774ef243a9af26ea Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Mon, 20 Nov 2023 20:17:16 +0100 Subject: [PATCH] Update changelog for https://github.com/cortexproject/cortex-jsonnet/commit/524c3b3401fbe6efdb34339772cff63c05eeee03 Signed-off-by: Friedrich Gonzalez --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a2b4b..1123828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * [CHANGE] Add default instance max inflight pushes for distributors * [CHANGE] Remove mem-ballast from distributor and querier. * [CHANGE] Increase cpu requests for querier to 2. -* [CHANGE] Configure default GOMAXPROCS and GOMEMLIMIT for all cortex modules +* [CHANGE] Configure GOMAXPROCS and GOMEMLIMIT for all cortex modules based on requested cpu and memory * [CHANGE] Add default tenant shard sizes * [CHANGE] Use cortex v1.15.3 * [CHANGE] Azure storage endpoint suffix is set to `blob.core.windows.net` for backward compatibility