From 2a0a8a2c6b88509b354a016ea7729c203274f065 Mon Sep 17 00:00:00 2001 From: Wilfried Roset Date: Fri, 13 Sep 2024 16:53:05 +0200 Subject: [PATCH] Clarify in-memory cache depreciation Signed-off-by: Wilfried Roset --- docs/design/1600-prometheus-relabel-external-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/1600-prometheus-relabel-external-cache.md b/docs/design/1600-prometheus-relabel-external-cache.md index 402384b541..f31996c7a0 100644 --- a/docs/design/1600-prometheus-relabel-external-cache.md +++ b/docs/design/1600-prometheus-relabel-external-cache.md @@ -43,7 +43,7 @@ The alternative is to do nothing as we deem this improvement unnecessary. ## Compatibility -This proposal offer to deprecate for a couple of release the old way to configure the in-memory cache, then release+2 drop the old way. Doing so allow to migrate the settings to the correct block. +This proposal offer to deprecate the old way to configure the in-memory cache and drop it in the next major release (e.g: 2.0). Doing so allow to migrate the settings to the correct block. ## Implementation