Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Apr 4, 2023
1 parent 2c24344 commit 2186f65
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v2.3.0
======

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

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


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

- Add module mso_schema_site_anp_epg_bulk_staticport (#330)
- Add route_reachability attribute to mso_schema_site_external_epg module (#335)

Bugfixes
--------

- Fix idempotency for mso_schema_site_bd_l3out

v2.2.1
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,17 @@ releases:
'
release_date: '2023-01-31'
2.3.0:
changes:
bugfixes:
- Fix idempotency for mso_schema_site_bd_l3out
minor_changes:
- Add module mso_schema_site_anp_epg_bulk_staticport (#330)
- Add route_reachability attribute to mso_schema_site_external_epg module (#335)
release_summary: 'Release v2.3.0 of the ``ansible-mso`` collection on 2023-03-30.
This changelog describes all changes made to the modules and plugins included
in this collection since v2.2.1.
'
release_date: '2023-03-30'
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.2.1
version: 2.3.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ action_groups:
- mso_schema_site
- mso_schema_site_anp
- mso_schema_site_anp_epg
- mso_schema_site_anp_epg_bulk_staticport
- mso_schema_site_anp_epg_domain
- mso_schema_site_anp_epg_selector
- mso_schema_site_anp_epg_staticleaf
Expand Down Expand Up @@ -88,6 +89,7 @@ action_groups:
- mso_schema_site
- mso_schema_site_anp
- mso_schema_site_anp_epg
- mso_schema_site_anp_epg_bulk_staticport
- mso_schema_site_anp_epg_domain
- mso_schema_site_anp_epg_selector
- mso_schema_site_anp_epg_staticleaf
Expand Down

0 comments on commit 2186f65

Please sign in to comment.