From 3f3a021e6efefa1167668e1d4a38e9d03a287504 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Mon, 20 Nov 2023 09:51:47 -0500 Subject: [PATCH] misc: fix changelog entry (#5812) PR #5802 accidentally added the changelog entry to a published release. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7df0ded422d..2194b22ab31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ internal API changes are not present. Main (unreleased) ----------------- -### Features +### Bugfixes - Agent Management: Introduce support for templated configuration. (@jcreixell) @@ -139,8 +139,11 @@ v0.38.0 (2023-11-21) - Allow agent to start with `module.git` config if cached before. (@hainenber) +<<<<<<< HEAD ### Bugfixes +======= +>>>>>>> 853522597 (misc: fix changelog entry (#5812)) - Set exit code 1 on grafana-agentctl non-runnable command. (@fgouteroux) - Fixed an issue where `loki.process` validation for stage `metric.counter` was