Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v1.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Mar 16, 2022
1 parent 71a7f01 commit 4cf8ad1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v1.4.0
======

Release Summary
---------------

Release v1.4.0 of the ``ansible-mso`` collection on 2022-03-15.
This changelog describes all changes made to the modules and plugins included in this collection since v1.3.0.


Minor Changes
-------------

- Update mso_schema_template_clone to use new method from NDO and unrestrict it to earlier version

Bugfixes
--------

- Fix arp_entry value issue in mso_schema_template_filter_entry
- Fix mso_schema_site_anp idempotency when children exists
- Fix use_ssl documentation to explain usage when used with HTTPAPI connection plugin

v1.3.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,20 @@ releases:
'
release_date: '2021-12-18'
1.4.0:
changes:
bugfixes:
- Fix arp_entry value issue in mso_schema_template_filter_entry
- Fix mso_schema_site_anp idempotency when children exists
- Fix use_ssl documentation to explain usage when used with HTTPAPI connection
plugin
minor_changes:
- Update mso_schema_template_clone to use new method from NDO and unrestrict
it to earlier version
release_summary: 'Release v1.4.0 of the ``ansible-mso`` collection on 2022-03-15.
This changelog describes all changes made to the modules and plugins included
in this collection since v1.3.0.
'
release_date: '2022-03-15'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: mso
# The version of the collection. Must be compatible with semantic versioning
version: 1.3.0
version: 1.4.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down

0 comments on commit 4cf8ad1

Please sign in to comment.