Releases: devon-mar/netbox-kea
Releases · devon-mar/netbox-kea
v2.0.0
Breaking changes:
- The
server_urlfield was removed anddhcp4_urlanddhcp4_urladded. The value fromserver_urlwill be copied todhcp4/6_urlbased on the value ofdhcp4anddhcp6. - The
dhcp4anddhcp6fields 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.sohook library is required. The subnet list page now uses the commands provided by this hook library instead ofconfig-get.
Other changes:
- miscellaneous UI fixes
Full Changelog: v1.0.5...v2.0.0
v1.0.5
- 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
v1.0.3
v1.0.2
- NetBox 4.3 support
- Fix display of leases with long DUIDs
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
- 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_frompermission