summaryrefslogtreecommitdiffstats
path: root/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml b/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml
index ac91562ef..ec67aff0d 100644
--- a/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml
+++ b/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml
@@ -217,3 +217,46 @@ releases:
Updates default WAPI version to `2.9`,
Added Grid Master Candidate feature'
release_date: '2023-05-11'
+ 1.6.0:
+ changes:
+ major_changes:
+ - Upgrade Ansible version support from 2.13 to 2.16.
+ - Upgrade Python version support from 3.8 to 3.10.
+ 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.'
+ bugfixes:
+ - Fixes typo for environment variable INFOBLOX_WAPI_VERSION `#209 <https://github.com/infobloxopen/infoblox-ansible/pull/209>`_
+ - Fixes environment variable max_results using INFOBLOX_MAX_RESULTS `#209 <https://github.com/infobloxopen/infoblox-ansible/pull/209>`_
+ - Fixes index error for transform fields in DTC LBDN (auth_zone and Pool) and DTC POOL (servers and monitors) `#209 <https://github.com/infobloxopen/infoblox-ansible/pull/209>`_
+ modules:
+ - description: Configures the Infoblox NIOS DTC HTTP monitor.
+ name: nios_dtc_monitor_http
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC ICMP monitor
+ name: nios_dtc_monitor_icmp
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC PDP monitor
+ name: nios_dtc_monitor_pdp
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC SIP monitor
+ name: nios_dtc_monitor_sip
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC SNMP monitor
+ name: nios_dtc_monitor_snmp
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC TCP monitor
+ name: nios_dtc_monitor_tcp
+ namespace: ''
+ - description: Configures the Infoblox NIOS DTC Topology
+ name: nios_dtc_topology
+ namespace: ''
+ release_date: '2023-12-14'
+ 1.6.1:
+ changes:
+ minor_changes:
+ - Ansible core version in the dependencies updated to 2.14 or later.
+ 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.'
+ release_date: '2023-12-19'