diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 67f8e10e..3586730c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,20 +9,31 @@ v1.6.0 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. -This release provides plugins for NIOS DTC monitoring and topology +Major Changes +------------- +- Upgrade Ansible version support from 2.13 to 2.16. +- Upgrade Python version support from 3.8 to 3.10. New Modules ----------- +- infoblox.nios_modules.nios_dtc_monitor_http - Configures the Infoblox NIOS DTC HTTP monitor +- infoblox.nios_modules.nios_dtc_monitor_icmp - Configures the Infoblox NIOS DTC ICMP monitor +- infoblox.nios_modules.nios_dtc_monitor_pdp - Configures the Infoblox NIOS DTC PDP monitor +- infoblox.nios_modules.nios_dtc_monitor_sip - Configures the Infoblox NIOS DTC SIP monitor +- infoblox.nios_modules.nios_dtc_monitor_snmp - Configures the Infoblox NIOS DTC SNMP monitor +- infoblox.nios_modules.nios_dtc_monitor_tcp - Configures the Infoblox NIOS DTC TCP monitor +- infoblox.nios_modules.nios_dtc_topology - Configures the Infoblox NIOS DTC Topology -- infoblox.nios_modules.nios_dtc_monitor_http - Configure Infoblox NIOS DTC HTTP monitor -- infoblox.nios_modules.nios_dtc_monitor_icmp - Configure Infoblox NIOS DTC ICMP monitor -- infoblox.nios_modules.nios_dtc_monitor_pdp - Configure Infoblox NIOS DTC PDP monitor -- infoblox.nios_modules.nios_dtc_monitor_sip - Configure Infoblox NIOS DTC SIP monitor -- infoblox.nios_modules.nios_dtc_monitor_snmp - Configure Infoblox NIOS DTC SNMP monitor -- infoblox.nios_modules.nios_dtc_monitor_tcp - Configure Infoblox NIOS DTC TCP monitor -- infoblox.nios_modules.nios_dtc_topology - Configure Infoblox NIOS DTC Topology - +Bugfixes +--------- +- Fixes typo for environment variable INFOBLOX_WAPI_VERSION `#209 `_ +- Fixes environment variable max_results using INFOBLOX_MAX_RESULTS `#209 `_ +- Fixes index error for transform fields in DTC LBDN (auth_zone and Pool) and DTC POOL (servers and monitors) `#209 `_ v1.5.0 ====== diff --git a/README.md b/README.md index bc00c1d6..f6071d47 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,15 @@ Installation Dependencies ------------ -- Python version 3.8 or later +- Python version 3.10 or later -- Ansible version 2.12 or later +- Ansible version 2.16 or later -- NIOS 8.5.x or later +- NIOS 8.6.x and 9.0.x + +- Infoblox WAPI version 2.9 or later + +Note: For modules of DTC objects to function properly, Infoblox recommends WAPI version 2.12 or later. Prerequisites ------------- @@ -180,7 +184,7 @@ Dates TBD Current release --------------- -1.5.0 on 11 May 2023 +1.6.0 on 14 Dec 2023 Versioning ========= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index f36ee335..68f4bff5 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -163,4 +163,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.5.0 +version: 1.6.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3e822d3b..4aac3e0b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -219,27 +219,37 @@ releases: release_date: '2023-05-11' 1.6.0: changes: - release_summary: This release provides plugins for NIOS DTC monitoring + 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 `_ + - Fixes environment variable max_results using INFOBLOX_MAX_RESULTS `#209 `_ + - Fixes index error for transform fields in DTC LBDN (auth_zone and Pool) and DTC POOL (servers and monitors) `#209 `_ modules: - - description: Configure Infoblox NIOS DTC HTTP monitor + - description: Configures the Infoblox NIOS DTC HTTP monitor. name: nios_dtc_monitor_http namespace: '' - - description: Configure Infoblox NIOS DTC ICMP monitor + - description: Configures the Infoblox NIOS DTC ICMP monitor name: nios_dtc_monitor_icmp namespace: '' - - description: Configure Infoblox NIOS DTC PDP monitor + - description: Configures the Infoblox NIOS DTC PDP monitor name: nios_dtc_monitor_pdp namespace: '' - - description: Configure Infoblox NIOS DTC SIP monitor + - description: Configures the Infoblox NIOS DTC SIP monitor name: nios_dtc_monitor_sip namespace: '' - - description: Configure Infoblox NIOS DTC SNMP monitor - name: nios_dtc_monitor_snpp + - description: Configures the Infoblox NIOS DTC SNMP monitor + name: nios_dtc_monitor_snmp namespace: '' - - description: Configure Infoblox NIOS DTC TCP monitor + - description: Configures the Infoblox NIOS DTC TCP monitor name: nios_dtc_monitor_tcp namespace: '' - - description: Configure Infoblox NIOS DTC Topology + - description: Configures the Infoblox NIOS DTC Topology name: nios_dtc_topology namespace: '' - release_date: 'tbd' + release_date: '2023-12-14' diff --git a/galaxy.yml b/galaxy.yml index 043d7d86..f6ae74fc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -17,10 +17,9 @@ readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url) # @nicks:irc/im.site#channel' authors: -- Sailesh Giri (sgiri@infoblox.com) -- Vaishnavi TR (vtr@infoblox.com) -- Anagha KH (akh@infoblox.com) -- Shankar Ganesh (sganesh@infoblox.com) +- Hemanth Kumar (hkumar3@infoblox.com) +- Jeenitkumar Khatri (jkhatri@infoblox.com) +- Jaykumar Chhatbar (jchhatbar@infoblox.com) ### OPTIONAL but strongly recommended