Netbox-plugin-dns

Latest version: v1.2.6

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 15

1.1.6

What's Changed
* Added GraphQL fields for reverse relations internal to NetBox DNS by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/471
* Fixed change detection for custom fields by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/473
* Convert ip_address to a netaddr.IPAddress object before checking for changes by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/477
* Run delete() for nameserver objects, not a queryset on removal by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/478
* Fixed logic for updating zone SOA SERIAL on record save() by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/479
* Provided slightly more detailed debugging for rebuild_dnssync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/481
* Fixed the documentation regarding status names in `settings.py` by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/482


**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.5...1.1.6

1.1.5

What's Changed
* Added a warning when a CNAME value should be in NetBox DNS but is not by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/438
* Changed default menu name from "NetBox DNS" to "DNS" by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/440
* Only check for active zones for a CNAME value warning by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/442
* Clarify docs for migration of IPEM Coupling to DNSsync by Stathogon in https://github.com/peteeckel/netbox-plugin-dns/pull/443
* Added a warning when a record in a zone may be masked from view by a child zone by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/446
* Clarify record import by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/454
* Added a column for DNS address records to the IP address table by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/458
* Fixed translations for "Views" by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/461
* Added delegation record tables for zones by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/462
* Detect misconfigured plugin config lists at start time by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/464


**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.4...1.1.5

1.1.4

What's Changed
* Fix "Tenant Group" label for zone bulk import by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/419
* Added documentation for Zone/Record status customisation by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/421
* Added validation for TXT and SRV record values, and help with adding them to a zone by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/424
* Updated translations for PR 424 by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/425
* Added filter for Zone and Record "active" status by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/427
* ENG-3602 - Workflow trigger when netbox-plugin.yaml is modified by natm in https://github.com/peteeckel/netbox-plugin-dns/pull/422
* Made tests more compatible with NetBox 4.0 by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/428
* Added filtering by View to RecordFilterForm by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/431
* Housekeeping/code cleanup by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/432
* Fix typo "Plesase" instead of "Please" by mathieumd in https://github.com/peteeckel/netbox-plugin-dns/pull/433
* Re-enabled running lint and test on pull requests by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/434
* Removed the NetBox branching version from the incompatibility warning by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/435

New Contributors
* natm made their first contribution in https://github.com/peteeckel/netbox-plugin-dns/pull/422
* mathieumd made their first contribution in https://github.com/peteeckel/netbox-plugin-dns/pull/433

**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.3...1.1.4

1.1.3

New Feature
This release adds `gettext` support to NetBox DNS, making it possible to translate the plugin to other languages. Initially, English and German are supported, but contributions of translation files are very welcome.

What's Changed
* Add an option to turn off optimisation for rebuild_dnssync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/411
* Add `gettext` support to NetBox DNS by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/413
* Housekeeping: UI Cleanup by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/415


**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.2...1.1.3

1.1.2

This release adds the feature of filtering IP addresses for a given view. This makes it possible to determine different sets of IP addresses to be considered for address record creation by view, so for example one can select only specific IP addresses to be resolvable in the external view. Thanks alehaa for the suggestion!

What's Changed
* Added TLSA to the list of record types for which leading underscores are allowed by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/403
* Added test for correct functionality of the "Disable DNSsync" CF by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/404
* Reduce DB queries by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/405
* Remove unnecessary imports in the GraphQL schema definitions by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/406
* Added functionality to add IP address filters to DNS views for IPAM DNSsync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/407
* Refer to ModelState to find whether an object is being changed by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/408


**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.1...1.1.2

1.1.1

What's Changed
* Allow empty host label for DNSsync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/384
* Clean up orphaned object changes for the renamed Contact model by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/386
* Documentation: Added warning for NetBox Branching by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/390
* Documentation: Added instructions for migrating from Coupling to DNSsync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/391
* Show only managed DNS records in ManagedRecordListView by freym in https://github.com/peteeckel/netbox-plugin-dns/pull/395

New Contributors
* freym made their first contribution in https://github.com/peteeckel/netbox-plugin-dns/pull/395

**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.0...1.1.1

Page 3 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.