7 Commits

Author SHA1 Message Date
Daniel Akulenok
212e2c42a8 Update CHANGELOG for v1.3.4 release; add new features and bug fixes
Some checks failed
Test Collection / Sanity Tests (Ansible devel) (push) Failing after 12s
Test Collection / Sanity Tests (Ansible stable-2.15) (push) Failing after 28s
Test Collection / Sanity Tests (Ansible stable-2.16) (push) Failing after 27s
Test Collection / Sanity Tests (Ansible stable-2.17) (push) Failing after 28s
Test Collection / Python Syntax Check (push) Failing after 6s
Test Collection / Build Collection (push) Failing after 10s
Test Collection / YAML and Ansible Lint (push) Successful in 10s
Test Collection / Documentation Check (push) Successful in 7s
Test Collection / Unit Tests (push) Successful in 8s
Add example playbooks for filtering and updating DNS zones
Enhance nsupdate_zone module with default_ttl handling and improved diff output
2026-01-29 22:28:35 +01:00
Daniel Akulenok
9dc42d99c1 Add ignore_ns_records flag and support for extra keys in zones/records parameters
- Add ignore_ns_records flag (default: true) to automatically ignore NS records
- Add options_ignore_list to zones and records to allow extra keys (e.g., comment, type)
- Update documentation to reflect NS records are now ignored by default
- Add changelog entry for v1.3.3 release
2026-01-29 21:40:41 +01:00
Daniel Akulenok
5550a57777 Remove invalid supports_diff parameter (v1.3.2)
- AnsibleModule.__init__() does not accept supports_diff or supports_diff_mode
- Diff mode support is declared via attributes in DOCUMENTATION
- This was the actual root cause of the error
- Bump version to 1.3.2
2026-01-29 21:33:01 +01:00
Daniel Akulenok
5307eef1b7 Fix AnsibleModule supports_diff parameter (v1.3.1)
- Correct supports_diff_mode to supports_diff in nsupdate_zone.py
- This fixes: AnsibleModule.__init__() got an unexpected keyword argument 'supports_diff_mode'
- Bump version to 1.3.1
2026-01-29 21:29:52 +01:00
Daniel Akulenok
e2ed39b902 chore: bump version to 1.2.0
Version 1.2.0 includes:
- Display class integration for Ansible-standard verbosity
- Enhanced --diff flag showing detailed record changes
- Improved logging following Ansible Developer Guide
- Compliance with ansible-creator agents.md specifications
2026-01-29 20:57:27 +01:00
Daniel Akulenok
1afa63cdb1 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
2026-01-29 20:31:05 +01:00
Daniel Akulenok
0142f806c9 First commit 2026-01-29 11:05:17 +01:00