From bb44d79fa410449e468bad317dfb1e0b6064f568 Mon Sep 17 00:00:00 2001 From: Dakota Paasman <122491662+dpaasman00@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:18:33 -0500 Subject: [PATCH] update changelog --- .chloggen/fix_supervisor-reports-error-nop-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/fix_supervisor-reports-error-nop-config.yaml b/.chloggen/fix_supervisor-reports-error-nop-config.yaml index c4c94b2bf25c..0c3891fbf273 100644 --- a/.chloggen/fix_supervisor-reports-error-nop-config.yaml +++ b/.chloggen/fix_supervisor-reports-error-nop-config.yaml @@ -7,7 +7,7 @@ change_type: bug_fix component: opampsupervisor # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Supervisor clears config timeout and reports 'Applied' remote config status when a nop config is received. +note: Report an 'Applied' remote config status when an empty config is received. # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. issues: [36682]