From cd17867b8c704d093e3fa64e8fa952c6e916d378 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Tue, 22 Oct 2024 18:24:09 -0400 Subject: [PATCH] Add a releasenote about the bug fix --- .../fix-config-autodiscovery-49d61b77e8f76f58.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/fix-config-autodiscovery-49d61b77e8f76f58.yaml diff --git a/releasenotes/notes/fix-config-autodiscovery-49d61b77e8f76f58.yaml b/releasenotes/notes/fix-config-autodiscovery-49d61b77e8f76f58.yaml new file mode 100644 index 0000000000000..245f2938b6efa --- /dev/null +++ b/releasenotes/notes/fix-config-autodiscovery-49d61b77e8f76f58.yaml @@ -0,0 +1,11 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +fixes: + - | + Fix a bug in the config parser that broke ignored_ip_addresses from working in NDM Autodiscovery.