Releases: peteeckel/netbox-plugin-dns
Releases · peteeckel/netbox-plugin-dns
Release 1.4.4
What's Changed
- Fix French translation by @jean1 in #732
- Fixed DNSsync CNAME/filter validation issue by @peteeckel in #689
- Allow TTLs (and SOA MINIMUM) to be 0 by @peteeckel in #733
- Fixed validators for TTL fields by @peteeckel in #734
- Added display_url to API responses by @peteeckel in #736
- Added the "description" field to quick and global search by @peteeckel in #738
Full Changelog: 1.4.3...1.4.4
Release 1.4.3
What's Changed
- add missing object types to the list by @jpmens in #721
- Improved the handling of NSEC3 parameters by @peteeckel in #723
- add example for DNS Name Record Updater by @tvo6 in #726
- Added the "comments" field to the Zone model by @peteeckel in #727
- Improved interoperability between IPAM DNSsync and heuristic record detection by @peteeckel in #728
- Use NetBox column types by @alehaa in #729
- Updated German translations by @peteeckel in #730
New Contributors
Full Changelog: 1.4.2...1.4.3
Feature Release 1.4.2
What's Changed
- Implemented accessibility tests for viewtabs of detail views by @peteeckel in #706
- Modernize the language used in zone stanzas by @jpmens in #709
- Reduced the number of records saved on reverse zone creation/update by @peteeckel in #710
- Clarify nameserver existence for defaults to work by @jpmens in #713
- Moved inline_signing from the Zone model to DNSSECPolicy by @peteeckel in #715
- Performance improvement when creating or updating reverse zones by @peteeckel in #717
Full Changelog: 1.4.1...1.4.2
Bugfix Release 1.4.1
What's Changed
- Fix fr translation by @jean1 in #701
- Fixed placeholder in German translation by @peteeckel in #702
- Removed the legacy "changelog" action from the zone view by @peteeckel in #704
Full Changelog: 1.4.0...1.4.1
Feature Release 1.4.0
What's Changed
- Fixed typo in domain expiration error message by @peteeckel in #693
- Use HTMXSelect to de-clutter the UI for some forms by @peteeckel in #696
- Parental agents in zone templates by @peteeckel in #697
- Updated translations by @peteeckel in #698
Full Changelog: 1.3.6...1.4.0
Bugfix Release 1.3.6
What's Changed
- Fixed verbose messages for orphaned record cleanup (f-string) by @peteeckel in #683
- Modified the CNAME target and CNAME source tables to only display active records by @peteeckel in #684
- Added a data migration to set disable_ptr to False for non-address records by @peteeckel in #685
- Fixed CF based view filters not being observed when an address record needs to be removed by @peteeckel in #687
Full Changelog: 1.3.5...1.3.6
Bugfix Release 1.3.5
What's Changed
- Fixed typo in cleanup_rrset_ttl management command by @olofvndrhr in #671
- Added tests for management commands by @peteeckel in #673
- Fixed IPAM DNSsync server error on change of "DNS Name" by @peteeckel in #675
- Explicitly invoke snapshot() for object changes done in the background by @peteeckel in #678
- Added a custom validator that inhibits changing the record type to the examples collection by @peteeckel in #679
New Contributors
- @olofvndrhr made their first contribution in #671
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- Fixed IPAM DNSsync address deletion by @peteeckel in #669
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Update NetBox_DNS_Exporter.py set autoescape=False by @jhofmueller in #647
- Return to the zone record list after adding a record with the "Add Record" button by @peteeckel in #650
- Clone SOA MName and SOA RName for zone templates by @peteeckel in #659
- Added a warning if there is a zone for SOA MNAME but no address record by @peteeckel in #661
- Reordered navigation menu items so that they make more sense by @peteeckel in #662
- Housekeeping/code cleanup by @peteeckel in #663
- Handle object and multi-object CFs correctly when validating zone form with template by @peteeckel in #665
- Updated DE translation and cleared fuzzy translations for FR by @peteeckel in #656
New Contributors
- @jhofmueller made their first contribution in #647
Full Changelog: 1.3.2...1.3.3
Bugfix Release 1.2.14
What's Changed
- Fixed "remove orphaned ptr records" management command for legacy/1.2 by @peteeckel in #653
Full Changelog: 1.2.13...1.2.14