Skip to content

v1.7.0 Collections Release

Latest
Compare
Choose a tag to compare
@JkhatriInfobox JkhatriInfobox released this 04 Oct 12:28
d15c4b6

Release Summary

This release brings new modules for managing extensible attribute definition and DNS name server groups. Additionally, it includes various enhancements, new features, and bug fixes aimed at improving the system's overall functionality and performance.

Minor Changes

  • Added support for the use_for_ea_inheritance and use_dns_ea_inheritance parameter in Host Record to inherit extensible attribute from Host address and associated zone.
  • Enabled IPv4 support for PXE server configuration in the Host Record module.
  • Introduced use_logic_filter_rules & logic_filter_rules support for both IPv4 and IPv6 networks and network containers.
  • Added IPv6 network container support for the nios_next_network lookup plugin.
  • Added use_range parameter to the nios_next_ip lookup plug-in to enable it to lookup the next available IP address in a network range.
  • Upgraded the base WAPI version to 2.12.3.
  • Improved handling of DHCP options in DHCP Range, Network, and Network Container modules.

New Modules

  • infoblox.nios_modules.nios_extensible_attribute - Configure Infoblox NIOS extensible attribute definition
  • infoblox.nios_modules.nios_nsgroup_delegation - Configure InfoBlox DNS Delegation Name server Groups
  • infoblox.nios_modules.nios_nsgroup_forwardingmember - Configure InfoBlox DNS Forwarding Member Name server Groups
  • infoblox.nios_modules.nios_nsgroup_forwardstubserver - Configure InfoBlox DNS Forward/Stub Server Name server Groups
  • infoblox.nios_modules.nios_nsgroup_stubmember - Configure InfoBlox DNS Stub Member Name server Groups

Bugfixes

  • Omits DNS view from filter criteria when renaming a host object and bypasses the DNS.
  • nios_host_record - rename logic included DNS view in filter criteria, even when DNS had been bypassed.
  • Fixed the handling of mac parameter in the nios_host_record module.
  • Fixed the update operation in the nios_network module where the network parameter was not handled correctly.
  • Adjusted unit test assertions for Mock.called_once_with.