From b0401ab535e56f14ec8329a0fdae3c54369245d6 Mon Sep 17 00:00:00 2001 From: Hemanth Kumar <97278032+hemanthKa677@users.noreply.github.com> Date: Thu, 11 May 2023 12:04:19 +0530 Subject: [PATCH] Release notes for v1.5.0 (#188) * Release notes for v1.5.0 * Updated list of bug fixes --- CHANGELOG.rst | 27 +++++++++++++++++++++++++++ README.md | 8 ++++---- changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 19 +++++++++++++++++++ galaxy.yml | 2 +- 5 files changed, 52 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ad355cb..a0094f6e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,33 @@ Infoblox.Nios_Modules Release Notes .. contents:: Topics +v1.5.0 +====== + +Release Summary +--------------- +- Added new module - NIOS Range with Create, Update and Delete features +- Added new feature - Member Assignment to Networks with add and remove functionality +- Fixes Unable to Update/Delete EAs using Ansible plugin +- Fixes Static Allocation of IPV4 address of A Record +- Updates default WAPI version to 2.9 +- Added Grid Master Candidate feature + +Major Changes +------------- +- Added NIOS Range module with Create, Update and Delete features `#152 `_ +- Added Member Assignment to network and ranges `#152 `_ +- Added Grid Master Candidate feature `#152 `_ +- Fixes issue unable to update/delete EAs using Ansible plugin `#180 `_ +- Fixes static and dynamic allocation of IPV4 address of A Record `#182 `_ +- Fixes to Update host name of NIOS member `#176 `_ +- Updates default WAPI version to 2.9 `#176 `_ + +Bugfixes +--------- +- Fixes Update A Record having multiple records with same name and different IP `#182 `_ + + v1.4.1 ====== diff --git a/README.md b/README.md index 305a89bf..a5b72d0b 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,11 @@ Installation Dependencies ------------ -- Python version 2.7 or later +- Python version 3.8 or later -- Ansible version 2.9.0 or later +- Ansible version 2.12 or later -- NIOS 8.2.4 or later +- NIOS 8.5.x or later Prerequisites ------------- @@ -166,7 +166,7 @@ Dates TBD Current release --------------- -1.4.1 on 24 November 2022 +1.5.0 on 11 May 2023 Versioning ========= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 4eba71a2..f7b27505 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -128,4 +128,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.4.1 +version: 1.5.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7c752c2c..ac91562e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -198,3 +198,22 @@ releases: Fixes issue to allocate ip to a_record dynamically, Updates `nios_a_record` name with multiple ips having same name' release_date: '2022-11-24' + 1.5.0: + changes: + major_changes: + - Added NIOS Range module with Create, Update and Delete features `#152 `_ + - Added Member Assignment to network and ranges `#152 `_ + - Added Grid Master Candidate feature `#152 `_ + - Fixes issue unable to update/delete EAs using Ansible plugin `#180 `_ + - Fixes static and dynamic allocation of IPV4 address of A Record `#182 `_ + - Fixes to Update host name of NIOS member `#176 `_ + - Updates default WAPI version to 2.9 `#176 `_ + bugfixes: + - Fixes Update A Record having multiple records with same name and different IP `#182 `_ + release_summary: 'Added new module NIOS Range with Create, Update and Delete features, + Added new feature Member Assignment to Networks with add and remove functionality, + Fixes Unable to Update/Delete EAs using Ansible plugin, + Fixes Static Allocation of IPV4 address of A Record, + Updates default WAPI version to `2.9`, + Added Grid Master Candidate feature' + release_date: '2023-05-11' diff --git a/galaxy.yml b/galaxy.yml index 8b734fba..717fbe6b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: infoblox name: nios_modules # The version of the collection. Must be compatible with semantic versioning -version: 1.4.1 +version: 1.5.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md