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 17 forks source link

Save operations on records almost always cause zone SOA SERIAL updates, even if no change was applied #475

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 that every time a record is saved the zone SOA serial number increases. This may cause unnecessary zone transfers (empty saves are rare, but they do happen from time to time.

To Reproduce Internal testing