What's Changed
- Implemented workaround to restore compatibility with NetBox 4.5.0-4.5.3 by @peteeckel in #792
- Allow changing an existing reverse zone to RFC2317 by @peteeckel in #794
- Clean up CNAMEs after converting a reverse zone to RFC2317 by @peteeckel in #796
- Handle unsaved IPAddress objects with a CIDR string in the address field properly by @peteeckel in #798
- Fixed the name of the test for CIDR in IPAddress objects by @peteeckel in #799
Major Changes
- This release is compatible with older NetBox 4.5 releases again.
- This release fixes an incompatibility that occurs in combination with the Slurp'it plugin. NetBox DNS (incorrectly) assumes that
IPAddressobjects are consistent when it checks for IPAM synchronisation tasks, and the Slurp'it plugin (incorrectly again) creates inconsistentIPAddressobjects with a string in it'saddressfield instead of anetaddr.IPNetworkobject. Normally NetBox fixes that, but there are exotic cases where that doesn't fix it in time for thepre_save/post_savehandlers.
Full Changelog: 1.5.4...1.5.5