Skip to content

Commit

Permalink
Release notes for v1.6.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox authored Dec 14, 2023
1 parent eca5194 commit 51f6dca
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 28 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>`_

v1.5.0
======
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down Expand Up @@ -180,7 +184,7 @@ Dates TBD
Current release
---------------
1.5.0 on 11 May 2023
1.6.0 on 14 Dec 2023
Versioning
=========
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.5.0
version: 1.6.0
30 changes: 20 additions & 10 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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: 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'
7 changes: 3 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Sailesh Giri ([email protected])
- Vaishnavi TR ([email protected])
- Anagha KH ([email protected])
- Shankar Ganesh ([email protected])
- Hemanth Kumar ([email protected])
- Jeenitkumar Khatri ([email protected])
- Jaykumar Chhatbar ([email protected])

### OPTIONAL but strongly recommended

Expand Down

0 comments on commit 51f6dca

Please sign in to comment.