Skip to content

Releases: infobloxopen/infoblox-ansible

v1.7.0 Collections Release

04 Oct 12:28
d15c4b6
Compare
Choose a tag to compare

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.

v1.6.1 Collections Release

19 Dec 10:58
8bf75a1
Compare
Choose a tag to compare

Release Summary

This release includes the updates of plug-in version 1.6.0 and the following documentation changes:

  • Ansible core version in the dependencies updated to 2.14 or later.

Minor Changes

  • Ansible core version in the dependencies updated to 2.14 or later.

v1.6.0 Collections Release

14 Dec 11:46
51f6dca
Compare
Choose a tag to compare

Release Summary

  • Added new modules with CRUD features to manage NIOS DTC health check monitors: DTC HTTP Monitor, DTC ICMP Monitor, DTC PDP Monitor, DTC SIP Monitor, DTC SNMP Monitor, DTC TCP Monitor.
  • Added a new module with CRUD features to manage topology rulesets in NIOS.
  • Added a new field to define topology ruleset for the DTC Pool and DTC LBDN modules.

Major Changes

  • Upgrade Ansible version support from 2.13 to 2.16.
  • Upgrade Python version support from 3.8 to 3.10.

Bugfixes

  • Fixes typo for environment variable INFOBLOX_WAPI_VERSION
  • Fixes environment variable max_results using INFOBLOX_MAX_RESULTS
  • Fixes index error for transform fields in DTC LBDN (auth_zone and Pool) and DTC POOL (servers and monitors)

v1.5.0 Collections Release

11 May 08:00
b0401ab
Compare
Choose a tag to compare

Release Summary

  • Added new module - NIOS Range with Create, Update and Delete features
  • Added new feature - Member Assignment to Networks with add and remove functionality
  • Fixes Unable to Update/Delete EAs using Ansible plugin
  • Fixes Static Allocation of IPV4 address of A Record
  • Updates default WAPI version to 2.9
  • Added Grid Master Candidate feature

Major Changes

  • Added NIOS Range module with Create, Update and Delete features
  • Added Member Assignment to network and ranges
  • Added Grid Master Candidate feature
  • Fixes issue unable to update/delete EAs using Ansible plugin
  • Fixes static and dynamic allocation of IPV4 address of A Record
  • Fixes to Update host name of NIOS member
  • Updates default WAPI version to 2.9

Bugfixes

  • Fixes Update A Record having multiple records with same name and different IP

v1.4.1 Collections Release

24 Nov 07:02
ec854c9
Compare
Choose a tag to compare

Release Summary

  • Ansible Lookup modules can specify network_view to which a network/ip belongs
  • Fixes camelCase issue while updating 'nios_network_view' with 'new_name'
  • Fixes issue to allocate ip to a_record dynamically
  • Updates 'nios_a_record' name with multiple ips having same name

Minor Changes

  • Fix to specify network_view in lookup modules to return absolute network or ip
  • Fix to camelcase issue for updating 'nios_network_view' name
  • Fix to allocate ip to a_record dynamically
  • Fix to update 'nios_a_record' name with multiple ips having same name
  • Fix to changelog yaml file with linting issues

v1.4.0 Collections Release

12 Oct 09:41
1a64be3
Compare
Choose a tag to compare

Release Summary

  • For ansible module, added certificate authentication feature
  • Few bug fixes in ansible module nios network

Major Changes

  • Feature for extra layer security, with cert and key parameters in playbooks for authenticating using certificate and key .pem file absolute path
  • Fix to remove issue causing due to template attr in deleting network using Ansible module nios network

v1.3.0 Collections Release

01 Jul 08:47
3105399
Compare
Choose a tag to compare

Release Summary

  • Issue fixes to create TXT record with equals sign
  • For nonexistent record, update operation creates the new record
  • For nonexistent IPv4Address, update operation creates a new A record with new_ipv4addr

Major Changes

  • Update operation using old_name and new_name for the object with dummy name in old_name (which does not exist in system) will not create a new object in the system. An error will be thrown stating the object does not exist in the system
  • Update text field of TXT Record

Bugfixes

  • Fix to create TXT record with equals sign

v1.2.2 Collections Release

23 May 11:30
536844c
Compare
Choose a tag to compare

Release Summary

  • Issue fixes to create PTR record in different network views
  • Support extended to determine whether the DTC server is disabled or not

Minor Changes

  • Fix to create PTR record in different network views
  • Remove use_option for DHCP option 60
  • Allow specifying a template when creating a network
  • Fix unit and sanity test issues
  • Expanding for disable value

v1.2.1 Collections Release

21 Dec 08:29
4bd426a
Compare
Choose a tag to compare

Release Summary

Added tags to support release on Ansible Automation Hub

Minor Changes

Added tags 'cloud' and 'networking' in 'galaxy.yaml'

v1.2.0 Collections Release

13 Dec 18:25
c503a5c
Compare
Choose a tag to compare

As a part of this release, the following feature and bug fixes are added:

Release Summary

  • Issue fixes to update A Record using 'next_available_ip' function
  • Added a new feature - Update the canonical name of the CNAME Record
  • Updated the 'required' fields in modules

Bugfixes

  • nios_a_record module - KeyError: 'old_ipv4addr'
  • Ansible playbook fails to update canonical name of CName Record