Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Apr 19, 2023
1 parent 6a5b9ce commit d022a67
Show file tree
Hide file tree
Showing 3 changed files with 42 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.

v2.4.0
======

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

Release v2.4.0 of the ``ansible-mso`` collection on 2023-04-19.
This changelog describes all changes made to the modules and plugins included in this collection since v2.3.0.


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

- Add ip_data_plane_learning and preferred_group arguments to mso_schema_template_vrf module (#358)

Bugfixes
--------

- Add attributes to payload for changed schema behaviour of deploymentImmediacy (deployImmediacy) and vmmDomainProperties (properties at domain level in payload) (#362)
- Fix mso_backup for NDO and ND-based MSO v3.2+ (#333)
- Fix validation condition for path in mso_schema_site_anp_epg_bulk_staticport module (#360)

v2.3.0
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,22 @@ releases:
'
release_date: '2023-03-30'
2.4.0:
changes:
bugfixes:
- Add attributes to payload for changed schema behaviour of deploymentImmediacy
(deployImmediacy) and vmmDomainProperties (properties at domain level in payload)
(#362)
- Fix mso_backup for NDO and ND-based MSO v3.2+ (#333)
- Fix validation condition for path in mso_schema_site_anp_epg_bulk_staticport
module (#360)
minor_changes:
- Add ip_data_plane_learning and preferred_group arguments to mso_schema_template_vrf
module (#358)
release_summary: 'Release v2.4.0 of the ``ansible-mso`` collection on 2023-04-19.
This changelog describes all changes made to the modules and plugins included
in this collection since v2.3.0.
'
release_date: '2023-04-19'
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: 2.3.0
version: 2.4.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down

0 comments on commit d022a67

Please sign in to comment.