Skip to content

Commit

Permalink
Merge pull request #155 from hemanthKa677/ansible_release
Browse files Browse the repository at this point in the history
Release notes for v1.4.0
  • Loading branch information
hemanthKa677 authored Oct 12, 2022
2 parents c25e94f + a7de1d2 commit 1a64be3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/infobloxopen/infoblox-ansible/pull/154>`
- Fix to remove issue causing due to template attr in deleting network using Ansible module nios network `#147 <https://github.com/infobloxopen/infoblox-ansible/pull/147>`_


v1.3.0
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Dates TBD
Current release
---------------

1.3.0 on 1 July 2022
1.4.0 on 12 October 2022

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 @@ -128,4 +128,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.3.0
version: 1.4.0
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/infobloxopen/infoblox-ansible/pull/154>`_
- Fix to remove issue causing due to template attr in deleting network using Ansible module nios network `#147 <https://github.com/infobloxopen/infoblox-ansible/pull/147>`_
release_summary:
- For ansible module, added certificate authentication feature
- Few bugs fix in ansible module nios network
release_date: '2022-10-12'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a64be3

Please sign in to comment.