peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 16 forks source link

Deleting nameservers from a zone does not update zone SOA SERIAL in some cases #476

Closed peteeckel closed 1 week ago

peteeckel commented 1 week ago

Versions NetBox Version: 4.1.6 NetBox DNS Version: 1.1.5 Python Version: 3.11.5

Describe the bug During internal testing I became aware deleting nameservers from a zone does not trigger an SOA serial update. This bug was hidden by #475 during testing (and probably in production as well), but was uncovered by fixing the latter bug.

To Reproduce Internal testing