From 731eb56ab91cf01fd4f324ad303530a8beba84a9 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 10 Nov 2023 16:08:22 -0800 Subject: [PATCH] CHANGELOG entry for network cidr filters --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dde47b..180b245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ octodns.com.octodns.com * Fixed issues with handling of chunking large TXT values for providers that use the in-built `rrs` method +* NetworkValueAllowlistFilter/NetworkValueRejectlistFilter added to + processors.filter to enable filtering A/AAAA records based on value. Can be + useful if you have records with non-routable values in an internal copy of a + zone, but want to exclude them when pushing the same zone publically (split + horizon) * ExcludeRootNsChanges processor that will error (or warn) if plan includes a change to root NS records * Include the octodns special section info in Record __repr__, makes it easier