Skip to content

Releases: peteeckel/netbox-plugin-dns

Release 1.4.4

22 Nov 13:47
2aa3205

Choose a tag to compare

What's Changed

Full Changelog: 1.4.3...1.4.4

Release 1.4.3

27 Oct 15:23
d7f5848

Choose a tag to compare

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

  • @tvo6 made their first contribution in #726

Full Changelog: 1.4.2...1.4.3

Feature Release 1.4.2

05 Oct 20:55
fefe8fd

Choose a tag to compare

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

05 Sep 16:10
39a531f

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

Feature Release 1.4.0

02 Sep 18:53

Choose a tag to compare

What's Changed

Full Changelog: 1.3.6...1.4.0

Bugfix Release 1.3.6

15 Aug 14:56

Choose a tag to compare

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

27 Jul 14:16

Choose a tag to compare

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

Full Changelog: 1.3.4...1.3.5

1.3.4

01 Jul 10:08
7113ab3

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3

26 Jun 21:20
cd2bbea

Choose a tag to compare

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

Full Changelog: 1.3.2...1.3.3

Bugfix Release 1.2.14

03 Jun 20:32
f46ccdd

Choose a tag to compare

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