=================================== Infoblox.Nios_Modules Release Notes =================================== .. contents:: Topics v1.2.1 ====== Release Summary --------------- Added tags to support release on Ansible Automation Hub Minor Changes ------------- Added tags 'cloud' and 'networking' in 'galaxy.yaml' v1.2.0 ====== Release Summary --------------- - Issue fixes to update A Record using 'next_available_ip' function - Added a new feature - Update canonical name of the CNAME Record - Updated the 'required' fields in modules Minor Changes ------------- - Updated 'required' field in modules `#99 `_ - Following options are made required in the modules .. list-table:: :widths: 25 25 :header-rows: 1 * - Record - Option made required * - A - ipv4addr * - AAAA - ipv6addr * - CNAME - canonical * - MX - mail_exchanger, preference * - PTR - ptrdname Bugfixes ------------- - nios_a_record module - KeyError: 'old_ipv4addr' `#79 `_ - Ansible playbook fails to update canonical name of CName Record `#97 `_ v1.1.2 ====== Release Summary --------------- - Issue fixes and standardization of inventory plugin and lookup modules as per Ansible guidelines - Directory restructure and added integration & unit tests Minor Changes ------------- - Changes in inventory and lookup plugins documentation `#85 `_ - Directory restructure and added integration & unit tests `#87 `_ Bugfixes ------------- - Handle NoneType parsing in nios_inventory.py `#81 `_ - Check all dhcp options, not just first one `#83 `_ v1.1.1 ====== Release Summary --------------- - Support for creating IPv6 Fixed Address with DUID - Support added to return the next available IP address for an IPv6 network - Modules made compatible to work with ansible-core 2.11 - Issue fixes and standardization of modules as per Ansible guidelines Minor Changes ------------- - The modules are standardized as per Ansible guidelines Bugfixes ------------- - Implemented the bugfixes provided by Ansible `community.general` - Update the name of existing A and AAAA records `#70 `_ - Update of comment field of SRV, PTR and NAPTR records failing with the following error: ```[Err: fatal: [localhost]: FAILED! => {"changed": false, "code": "Client.Ibap.Proto", "msg": "Field is not allowed for update: view", "operation": "update_object", "type": "AdmConProtoError"}]``` `#70 `_ - PTR Record failed to update and raises KeyError for view field `#70 `_ - Update comment field and delete an existing Fixed Address `#73 `_ - GitHub issue fix - Lookup module for next available IPV6 `#31 `_ - GitHub issue fix - [nios_zone] changing a nios_zone does not work `#60 `_ - GitHub issue fix - Getting an error, running every module `#67 `_ - GitHub issue fix - Error - Dictionary Issues `#68 `_ - GitHub issue fix - Examples for lookups don't work as written `#72 `_ - Sanity fixes as per Ansible guidelines to all modules v1.1.0 ====== Release Summary --------------- This release provides plugins for NIOS DTC New Modules ----------- - infoblox.nios_modules.nios_dtc_lbdn - Configure Infoblox NIOS DTC LBDN - infoblox.nios_modules.nios_dtc_pool - Configure Infoblox NIOS DTC Pool - infoblox.nios_modules.nios_dtc_server - Configure Infoblox NIOS DTC Server - infoblox.nios_modules.nios_restartservices - Restart grid services. v1.0.2 ====== Release Summary --------------- This release provides compatibilty for Ansible v3.0.0 Minor Changes ------------- - Fixed the ignored sanity errors required for Ansible 3.0.0 collection - Made it compatible for Ansible v3.0.0 v1.0.1 ====== Release Summary --------------- This release provides compatibilty for Ansible v3.0.0 Minor Changes ------------- - Made it compatible for Ansible v3.0.0 v1.0.0 ====== Release Summary --------------- First release of the `nios_modules` collection! This release includes multiple plugins:- an `api` plugin, a `network` plugin, a `nios` plugin, a `nios_inventory` plugin, a `lookup plugin`, a `nios_next_ip` plugin, a `nios_next_network` plugin New Plugins ----------- Lookup ~~~~~~ - infoblox.nios_modules.nios - Query Infoblox NIOS objects - infoblox.nios_modules.nios_next_ip - Return the next available IP address for a network - infoblox.nios_modules.nios_next_network - Return the next available network range for a network-container New Modules ----------- - infoblox.nios_modules.nios_a_record - Configure Infoblox NIOS A records - infoblox.nios_modules.nios_aaaa_record - Configure Infoblox NIOS AAAA records - infoblox.nios_modules.nios_cname_record - Configure Infoblox NIOS CNAME records - infoblox.nios_modules.nios_dns_view - Configure Infoblox NIOS DNS views - infoblox.nios_modules.nios_fixed_address - Configure Infoblox NIOS DHCP Fixed Address - infoblox.nios_modules.nios_host_record - Configure Infoblox NIOS host records - infoblox.nios_modules.nios_member - Configure Infoblox NIOS members - infoblox.nios_modules.nios_mx_record - Configure Infoblox NIOS MX records - infoblox.nios_modules.nios_naptr_record - Configure Infoblox NIOS NAPTR records - infoblox.nios_modules.nios_network - Configure Infoblox NIOS network object - infoblox.nios_modules.nios_network_view - Configure Infoblox NIOS network views - infoblox.nios_modules.nios_nsgroup - Configure Infoblox NIOS Nameserver Groups - infoblox.nios_modules.nios_ptr_record - Configure Infoblox NIOS PTR records - infoblox.nios_modules.nios_srv_record - Configure Infoblox NIOS SRV records - infoblox.nios_modules.nios_txt_record - Configure Infoblox NIOS txt records - infoblox.nios_modules.nios_zone - Configure Infoblox NIOS DNS zones