Changelog

v0.1.4 - 2026-08-24

  • Limit the comment of an ip reservation to 256 characters

  • Add a find_overlapping_networks plugin helper that reports the Infoblox network objects conflicting with a given IPv4 or IPv6 CIDR: the one holding exactly that CIDR, and the ones overlapping it within a supernet. It returns the reserved extensible attributes too, so callers can tell an Inmanta-managed network from a hand-created one, and takes a handful of WAPI calls whatever the size of the grid

v0.1.3 - 2026-06-18

  • Use infoblox sdk error when ip allocation fails

  • Add name attribute in infoblox ipv4 and ipv6 reservation resources

v0.1.2 - 2026-05-04

  • add extensible attributes across existing entities with streamlined helper functions

  • add ipv6 network/subnet implementation

  • add ipv6 fixed address implementation and allocator

  • fix ipv4 host record fqdn read failing on upper case symbols

  • add ipv6 host record implementation and allocator

  • update dhcp range entity to allow safe resizing from both ends

  • add ipv6 dhcp range implementation

v0.1.1 - 2026-04-17

  • add dhcp range entity

  • refactor common allocator logic

  • add host name record allocator

  • add host name record entity

  • add cname entity

v0.1.0 - 2026-01-23

  • initial module release