Skip to content

Commit

Permalink
Updated v1.2.0 release notes (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha-infoblox authored Dec 13, 2021
1 parent 1d8f461 commit bea1faa
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@ Infoblox.Nios_Modules Release Notes

.. contents:: Topics

v1.2.0
======
Release Summary
---------------
- Issue fixes to update A Record using 'next_available_ip' function
- Added a new feature - Update canonical name of the CNAME Record
- Updated the 'required' fields in modules

Minor Changes
-------------
- Updated 'required' field in modules `#99 <https://github.com/infobloxopen/infoblox-ansible/pull/99>`_
- Following options are made required in the modules

.. list-table::
:widths: 25 25
:header-rows: 1

* - Record
- Option made required
* - A
- ipv4addr
* - AAAA
- ipv6addr
* - CNAME
- canonical
* - MX
- mail_exchanger, preference
* - PTR
- ptrdname

Bugfixes
-------------
- nios_a_record module - KeyError: 'old_ipv4addr' `#79 <https://github.com/infobloxopen/infoblox-ansible/issues/79>`_
- Ansible playbook fails to update canonical name of CName Record `#97 <https://github.com/infobloxopen/infoblox-ansible/pull/97>`_


v1.1.2
======
Release Summary
Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,23 @@ releases:
- Issue fixes and standardization of inventory plugin and lookup modules as per Ansible guidelines
- Directory restructure and added integration & unit tests
release_date: '2021-10-12'
1.2.0:
changes:
bugfixes:
- nios_a_record module - KeyError 'old_ipv4addr' `#79 <https://github.com/infobloxopen/infoblox-ansible/issues/79>`_
- Ansible playbook fails to update canonical name of CName Record `#97 <https://github.com/infobloxopen/infoblox-ansible/pull/97>`_
minor_changes:
- Updated 'required' field in modules `#99 <https://github.com/infobloxopen/infoblox-ansible/pull/99>`_
- Following options are made required in the modules
| Record | Option made required |
| ------ | -------------------- |
| A | ipv4addr |
| AAAA | ipv6addr |
| CNAME | canonical |
| MX | mail_exchanger, preference |
| PTR | ptrdname |
release_summary:
- Issue fixes to update A Record using 'next_available_ip' function
- Added a new feature - Update canonical name of the CNAME Record
- Updated the 'required' fields in modules
release_date: '2021-12-13'

0 comments on commit bea1faa

Please sign in to comment.