From fb6dba4fc87d20a3dc5688fb3fe42cda3d2f195c Mon Sep 17 00:00:00 2001 From: Dakota Paasman <122491662+dpaasman00@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:51:42 -0500 Subject: [PATCH] update changelog --- .chloggen/fix_supervisor-reports-error-nop-config.yaml | 2 +- cmd/opampsupervisor/e2e_test.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.chloggen/fix_supervisor-reports-error-nop-config.yaml b/.chloggen/fix_supervisor-reports-error-nop-config.yaml index 94c967552e9e..c4c94b2bf25c 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: Check for a nop config before reporting a failed remote config apply status. +note: Supervisor clears config timeout and reports 'Applied' remote config status when a nop 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] diff --git a/cmd/opampsupervisor/e2e_test.go b/cmd/opampsupervisor/e2e_test.go index a01e7f6371cf..96935b4bd0d0 100644 --- a/cmd/opampsupervisor/e2e_test.go +++ b/cmd/opampsupervisor/e2e_test.go @@ -1,6 +1,8 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 +//go:build e2e + package main import (