diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 96cd7ef5..c8f2112c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Infoblox.Nios_Modules Release Notes .. contents:: Topics +v1.4.0 +====== + +Release Summary +--------------- +- For ansible module, added certificate authentication feature +- Few bug fixes in ansible module nios network + +Major Changes +------------- +- Feature for extra layer security, with `cert` and `key` parameters in playbooks for authenticating using certificate and key .pem file absolute path `#154 ` +- Fix to remove issue causing due to template attr in deleting network using Ansible module nios network `#147 `_ + + v1.3.0 ====== diff --git a/README.md b/README.md index b0181393..0ad6dbbf 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Dates TBD Current release --------------- -1.3.0 on 1 July 2022 +1.4.0 on 12 October 2022 Versioning ========= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index a4d10026..fbb4f79e 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -128,4 +128,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.3.0 +version: 1.4.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 01693574..443b22f3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -182,3 +182,12 @@ releases: - For nonexistent record, update operation creates the new record - For nonexistent IPv4Address, update operation creates a new A record with new_ipv4addr release_date: '2022-07-01' + 1.4.0: + changes: + major_changes: + - Feature for extra layer security , with `cert` and `key` parameters in playbooks for authenticating using certificate and key *.pem file absolute path `#154 `_ + - Fix to remove issue causing due to template attr in deleting network using Ansible module nios network `#147 `_ + release_summary: + - For ansible module, added certificate authentication feature + - Few bugs fix in ansible module nios network + release_date: '2022-10-12' \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 1d4d83b2..d748291c 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.3.0 +version: 1.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md