Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Releases: auroraresearchlab/netbox-dns

0.11.0

09 Jun 12:57
8e2e1b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

08 Apr 15:56
1fc0e13
Compare
Choose a tag to compare

Announcements

This new release is compatible with NetBox 3.2. And this release is also implements new Netbox plugin framework.

Thanks to all contributors for their work on this!

What's Changed

New Contributors

Full Changelog: 0.9.2...0.10.0

0.9.2

04 Apr 21:11
b3822d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

29 Mar 08:29
5fdb94b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

28 Mar 17:55
f9709bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

24 Dec 14:29
Compare
Choose a tag to compare

Announcements

This new release is compatible with NetBox 3.1.2

What's Changed

  • Add default option for SOA MNAME and nameservers when creating new zones by @peteeckel in #110
  • Execute migration 0005 after 0007 by @peteeckel in #111
  • Added create() and update() methods for the Zone serializer by @peteeckel in #121
  • Fixed initial values of "nameservers" and "soa_mname" when editing zones by @peteeckel #119
  • fix NetBox 3.1.2 release breaking changes by @hatsat32 in #113

Full Changelog: 0.7.0...0.8.0

0.7.0

16 Dec 14:53
d1492ce
Compare
Choose a tag to compare

Announcements

This new release is compatible with NetBox 3.1.

Breaking Changes

Api endpoints changed /api/plugins/netbox_dns/ to /api/plugins/netbox-dns/:

Old endpoints:

# GET /api/plugins/netbox_dns/
{
    "nameservers": "http://127.0.0.1:8000/api/plugins/netbox_dns/nameservers/",
    "records": "http://127.0.0.1:8000/api/plugins/netbox_dns/records/",
    "zones": "http://127.0.0.1:8000/api/plugins/netbox_dns/zones/"
}

New endpoints:

# GET /api/plugins/netbox-dns/
{
    "nameservers": "http://127.0.0.1:8000/api/plugins/netbox-dns/nameservers/",
    "records": "http://127.0.0.1:8000/api/plugins/netbox-dns/records/",
    "zones": "http://127.0.0.1:8000/api/plugins/netbox-dns/zones/"
}

What's Changed

  • Run the data migration for A/AAAA PTR records non-atomically by @peteeckel in #69
  • Provide zone field in the record filter set by @peteeckel in #77
  • Do not try to update pointers for non-existing address records by @peteeckel in #71
  • Automatically maintain NS records for zones by @peteeckel in #68
  • Make SOA MNAME bulk-editable by @peteeckel in #79
  • Allow disable_ptr on record CSV import by @peteeckel in #81
  • Display an error message for zones without nameservers by @peteeckel in #82
  • Added a test suite for the Auto SOA record feature by @peteeckel in #84
  • Added unit tests for automatic generation of PTR records by @peteeckel in #86
  • fix workflow until #89 fix. by @hatsat32 in #90
  • Fixed display error in zone record view by @peteeckel in #88
  • Automatic generation of SOA Serial numbers based on the modification dates of zone and records by @peteeckel in #74
  • Fixed validated viewnames in templates by @peteeckel in #94
  • Added BulkEdit functionality for Name Servers by @peteeckel in #96
  • Improved the filter interface by @peteeckel in #98
  • Implemented Netbox 3.1 compatibility fixes by @peteeckel in #99
  • Improved performance of renaming or adding reverse zones by @peteeckel in #101
  • add base_url config to the DNSConfig by @hatsat32 in #91
  • Added missing migration for soa_serial_auto default value by @peteeckel in #103

Full Changelog: 0.6.0...0.7.0

Thanks to all contributors for their work on this! Especially @peteeckel

0.6.0

17 Nov 22:33
439f23b
Compare
Choose a tag to compare

Announcements

Changes

0.5.0

21 Oct 09:04
Compare
Choose a tag to compare

Announcements

Changes

0.4.0

07 Oct 15:42
2406aa5
Compare
Choose a tag to compare

Announcements

Changes