Releases: auroraresearchlab/netbox-dns
0.17.0
What's Changed
- Rebuild global search indexes after upgrade by @peteeckel in #277
- Validate Names for NameServer, Zone and Record objects (and support IDNs) by @peteeckel in #269
- Modify NS and SOA records for affected zones when a NameServer object is deleted or renamed by @peteeckel in #280
- Prepare for release 0.17.0 by @hatsat32 in #281
Full Changelog: 0.16.1...0.17.0
0.16.1
What's Changed
- Fixed typo in migration 0018 by @peteeckel in #272
- Fixed minimum NetBox version by @peteeckel in #274
- Prepare for release 0.16.1 by @hatsat32 in #276
Full Changelog: 0.16.0...0.16.1
0.16.0
This release provides support for the NetBox 3.4 release and utilises some of the new features provided by it.
Compatibility
The changes made in this release require NetBox 3.4.
Major Changes
There are a lot of changes in this release. Please see this awesome PR #253
Thanks to @peteeckel for his great effort.
What's Changed
- Support for NetBox 3.4 by @peteeckel in #253
- Prepare for release 0.16.0 by @hatsat32 in #260
Full Changelog: 0.15.1...0.16.0
0.15.1
Announcements
What's Changed
- Form field needs to inherit from django.forms by @peteeckel in #258
- Prepare for release 0.15.1 by @hatsat32 in #259
Full Changelog: 0.15.0...0.15.1
0.15.0
Announcements
What's Changed
- Extend the database model with a CIDR field for .arpa zones by @peteeckel in #240
- Improved the performance of automatic SOA serial generation by @peteeckel in #241
- Set TTL for the zones' NS records to None by @peteeckel in #243
- Fix the ansible example for null TTL values in records by @peteeckel in #245
- Fix FQDN generation for @ records by @peteeckel in #247
- Improved pagination for zone record/managed record tables by @peteeckel in #251
- Prepare for release 0.15.0 by @hatsat32 in #256
Full Changelog: 0.14.0...0.15.0
0.14.0
Thanks all contributors for their effort.
BREAKING CHANGES
API can return null for record TTL
This change will likely make it necessary to update integrations such as the example zone exporter script provided by the NetBox DNS module. If an integration tool relies on the record TTL value to be set to an integer value, getting a None value instead may have undesired results.
Please see: #235
What's Changed
- Added an Example Custom Script for Zone File Exports by @peteeckel in #223
- Expose custom fields via the API by @peteeckel in #225
- Make it possible to filter for the "active" annotation in zones by @peteeckel in #227
- Define permissions required to see navigation menu items by @peteeckel in #229
- Avoid duplicate save() operation for new records by @peteeckel in #233
- Add zones nested serializer to nameservers by @LuPo in #231
- Make record TTL field optional by @peteeckel in #235
- release 0.14.0 by @hatsat32 in #236
- Fix poetry version for release 0.14.0 by @hatsat32 in #237
New Contributors
Full Changelog: 0.13.1...0.14.0
0.13.1
This release restores compatibility with NetBox 3.3.0 thanks to @peteeckel
What's Changed
- Fixed import path for WritableNestedSerializer by @peteeckel in #221
- Prepare for release 0.13.1 by @hatsat32 in #222
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- Set the default type to unset when bulk editing records by @peteeckel in #212
- Added the status field for records by @peteeckel in #215
- Fixed zone CSV import by @peteeckel in #216
- Create and parse SOA records using dnspython by @peteeckel in #218
- Prepare for release 0.13.0 by @hatsat32 in #219
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Added the "description" field to all object types by @peteeckel in #207
- Display custom fields for record, zones and name servers by @peteeckel in #209
- Prepare for release 0.12.0 by @hatsat32 in #211
Full Changelog: 0.11.1...0.12.0
0.11.1
What's Changed
- Detect missing SOA serial number by @peteeckel in #204
- release 0.11.1 by @hatsat32 in #205
Full Changelog: 0.11.0...0.11.1