From 844cab71f83a5b3cbf7d4392cff98f369c2944bb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:34:05 +0000 Subject: [PATCH] Acknowledge intentional behavior change from #7697 in changelog Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com> Signed-off-by: Tiger Kaovilai --- changelogs/unreleased/10210-copilot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/10210-copilot b/changelogs/unreleased/10210-copilot index 7fb79bf4d..7b8d388c0 100644 --- a/changelogs/unreleased/10210-copilot +++ b/changelogs/unreleased/10210-copilot @@ -1 +1 @@ -Fix excluded namespaces still being tracked and backed up when their labels match the backup's LabelSelector or OrLabelSelector +Fix excluded namespaces still being tracked and backed up when their labels match the backup's LabelSelector or OrLabelSelector. This intentionally changes the union behavior introduced in #7697: an explicit namespace exclusion now always wins over a LabelSelector/OrLabelSelector match.