summaryrefslogtreecommitdiffstats
path: root/ansible_collections/infoblox/nios_modules/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/infoblox/nios_modules/changelogs')
-rw-r--r--ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml37
-rw-r--r--ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml43
2 files changed, 79 insertions, 1 deletions
diff --git a/ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml b/ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml
index f7b275058..3ed1f4b5b 100644
--- a/ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml
+++ b/ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml
@@ -59,6 +59,41 @@ plugins:
name: nios_dtc_server
namespace: ''
version_added: 1.1.0
+ nios_dtc_monitor_http:
+ description: Configure Infoblox NIOS DTC HTTP monitor
+ name: nios_dtc_monitor_http
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_monitor_tcp:
+ description: Configure Infoblox NIOS DTC TCP monitor
+ name: nios_dtc_monitor_tcp
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_monitor_icmp:
+ description: Configure Infoblox NIOS DTC ICMP monitor
+ name: nios_dtc_monitor_icmp
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_monitor_pdp:
+ description: Configure Infoblox NIOS DTC PDP monitor
+ name: nios_dtc_monitor_pdp
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_monitor_sip:
+ description: Configure Infoblox NIOS DTC SIP monitor
+ name: nios_dtc_monitor_sip
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_monitor_snmp:
+ description: Configure Infoblox NIOS DTC SNMP monitor
+ name: nios_dtc_monitor_snmp
+ namespace: ''
+ version_added: 1.6.0
+ nios_dtc_topology:
+ description: Configure Infoblox NIOS DTC Topology
+ name: nios_dtc_topology
+ namespace: ''
+ version_added: 1.6.0
nios_fixed_address:
description: Configure Infoblox NIOS DHCP Fixed Address
name: nios_fixed_address
@@ -128,4 +163,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
-version: 1.5.0
+version: 1.6.1
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'