From ff232b267a3e453d70f56196774dcf362445033c Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Fri, 2 Feb 2024 18:37:31 +0100 Subject: [PATCH] add newline Signed-off-by: Andreas Gerstmayr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4274927c9..91431cb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Changes by Version - `operator`: Make Tempo-Query forwarding on gateway optional (#628) - `operator`: Support monolithic deployment mode (#710) + The operator exposes a new CRD `TempoMonolithic`, which manages a Tempo instance in monolithic mode. The monolithic mode supports the following additional storage backends: in-memory and file system (persistent volume).