Skip to content

v2.3.0 - 2026-08-13

Latest

Choose a tag to compare

@nautobot-bot nautobot-bot released this 13 Aug 13:54
8d7c942

v2.3.0 (2026-08-13)

Added

  • #222 - Added an enabled boolean field to DNSZone (default True) to indicate whether a zone is eligible for publication by external integrations.
  • #256 - Added the enabled boolean field (default True) to every DNS record type by moving it from DNSZone up to the shared DNSModel base class. The zone and record flags are independent: disabling a zone does not disable the records it contains.

Changed

  • #217 - Added more fields to the DNS Zone Bulk Edit form.

Fixed

  • #214 - Fixed DNS integer fields (Zone TTL, SOA refresh/retry/expire/serial/minimum, record TTL) to support the full RFC-compliant unsigned 32-bit range (0–4294967295).
  • #214 - Fixed a bug where a record TTL of 0 was treated as unset and silently replaced by the zone TTL.
  • #224 - Changed DNSZone.soa_rname to accept single-label placeholders and normalize supported DNS-style mailboxes to email form.
  • #243 - Fixed auto-create PTR records field to look the same as the other boolean fields in buld edit form.

Housekeeping

  • #233 -
  • #258 - Cleaned up migrations prior to new release.
  • #261 - Update dependencies and prepare for 2.3.0 release.
  • Rebaked from the cookie nautobot-app-v3.1.4.

Contributors

New Contributors

Full Changelog: v2.1.1...v2.3.0