Skip to content

Releases: devon-mar/netbox-kea

v2.0.0

04 May 07:13

Choose a tag to compare

Breaking changes:

  • The server_url field was removed and dhcp4_url and dhcp4_url added. The value from server_url will be copied to dhcp4/6_url based on the value of dhcp4 and dhcp6.
  • The dhcp4 and dhcp6 fields were removed.
  • The Kea control-agent is no longer supported. HTTP/HTTPS sockets on the individual services should be used instead.
  • Support for older NetBox versions was dropped. Only NetBox v4.4 and v4.5 are supported.
  • The libdhcp_subnet_cmds.so hook library is required. The subnet list page now uses the commands provided by this hook library instead of config-get.

Other changes:

  • miscellaneous UI fixes

Full Changelog: v1.0.5...v2.0.0

v1.0.5

24 Mar 06:35

Choose a tag to compare

  • update dependencies
  • fix NetBox v4.5.4 and above support
  • hide server password in changelog

Full Changelog: v1.0.4...v1.0.5

v1.0.4

10 Feb 09:12

Choose a tag to compare

What's Changed

  • add NetBox v4.5 support to README (#198)
  • update dependencies
  • improved tests
  • remove the ability to read passwords (#201)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Sep 23:54

Choose a tag to compare

  • NetBox v4.4 support

v1.0.2

03 Jul 05:58

Choose a tag to compare

  • NetBox 4.3 support
  • Fix display of leases with long DUIDs

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Sep 08:22

Choose a tag to compare

  • update dependencies

v1.0.0

23 May 18:47
46714f3

Choose a tag to compare

  • NetBox v4.0 support. Older NetBox versions are no longer supported.
  • Updated Kea to v2.4.1 in tests.
  • Paginator placement now follows the user's preferences.
  • Updated UI to be consistent with NetBox v4.0.
  • Deleting leases now requires the bulk_delete_lease_from permission

v0.2.0

23 Aug 03:09
87d8764

Choose a tag to compare

  • Support subnets in shared networks

v0.1.1

22 Jun 01:30

Choose a tag to compare

  • Fix compatibility with older Python versions (3.8)

v0.1.0

18 May 01:08

Choose a tag to compare

Initial release!