From 1afa63cdb197e75e1d4726f8393acea54c0b4448 Mon Sep 17 00:00:00 2001 From: Daniel Akulenok Date: Thu, 29 Jan 2026 20:31:05 +0100 Subject: [PATCH] chore: bump version to 1.1.0 and update changelog Version 1.1.0 includes: - New ignore_soa_records and ignore_dnssec_records flags - Record validation with comprehensive error messages - Global dns_server parameter - Verbose output with per-record actions - Full diff mode support --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d58c71..be2732d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,32 @@ Valid.Nsupdate_zone Collection Release Notes .. contents:: Topics +v1.1.0 +====== + +Release Summary +--------------- + +Significant enhancements to DNS zone management with improved usability, validation, and defaults. + +New Features +------------ + +- Add ignore_dnssec_records flag (default: true) to automatically ignore DNSSEC-managed records +- Add ignore_soa_records flag (default: true) to automatically ignore SOA records +- Add validate_records flag (default: true) with comprehensive record value validation +- Record validation supports A/AAAA addresses, CNAME/MX/NS/PTR/SRV FQDNs, and text records +- Add global dns_server parameter allowing all zones to share one server configuration +- Add verbose flag for detailed per-record action output (Added, Removed, Changed, Skipped) +- Full diff mode support for --diff flag +- Improve error messages with clear validation feedback + +Bugfixes +-------- + +- Fix zone parameter to accept optional dns_server (now truly optional with global parameter) +- Improve record normalization handling + v1.0.0 ====== diff --git a/galaxy.yml b/galaxy.yml index 810e50c..c712580 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: "valid" name: "nsupdate_zone" -version: 1.0.0 +version: 1.1.0 readme: README.md authors: - Dan Kercher