Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Jul 2, 2024
1 parent 82a70fc commit 5b17218
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
28 changes: 15 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v2.7.0
======

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

Release v2.7.0 of the ``ansible-mso`` collection on 2024-07-02.
This changelog describes all changes made to the modules and plugins included in this collection since v2.6.0.

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

- Added module ndo_route_map_policy_multicast to support multicast route map policies configuration in tenant templates
- Added module ndo_template to support creation of tenant, l3out, fabric_policy, fabric_resource, monitoring_tenant, monitoring_access and service_device templates

v2.6.0
======

Expand All @@ -15,7 +30,6 @@ Release Summary
Release v2.6.0 of the ``ansible-mso`` collection on 2024-04-06.
This changelog describes all changes made to the modules and plugins included in this collection since v2.5.0.


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

Expand Down Expand Up @@ -46,7 +60,6 @@ Release Summary
Release v2.5.0 of the ``ansible-mso`` collection on 2023-08-04.
This changelog describes all changes made to the modules and plugins included in this collection since v2.4.0.


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

Expand All @@ -67,7 +80,6 @@ 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
-------------

Expand All @@ -89,7 +101,6 @@ 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
-------------

Expand All @@ -110,7 +121,6 @@ Release Summary
Release v2.2.1 of the ``ansible-mso`` collection on 2023-01-31.
This changelog describes all changes made to the modules and plugins included in this collection since v2.2.0.


Bugfixes
--------

Expand All @@ -125,7 +135,6 @@ Release Summary
Release v2.2.0 of the ``ansible-mso`` collection on 2023-01-29.
This changelog describes all changes made to the modules and plugins included in this collection since v2.1.0.


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

Expand Down Expand Up @@ -153,7 +162,6 @@ Release v2.1.0 of the ``ansible-mso`` collection on 2022-10-14.
This changelog describes all changes made to the modules and plugins included in this collection since v1.4.0.
The version was bumped directly to 2.1.0 due to a previous collection upload issue on galaxy.


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

Expand Down Expand Up @@ -183,7 +191,6 @@ 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
-------------

Expand All @@ -205,7 +212,6 @@ Release Summary
Release v1.3.0 of the ``cisco.mso`` collection on 2021-12-18.
This changelog describes all changes made to the modules and plugins included in this collection since v1.2.0.


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

Expand Down Expand Up @@ -242,7 +248,6 @@ Release Summary
Release v1.2.0 of the ``cisco.mso`` collection on 2021-06-02.
This changelog describes all changes made to the modules and plugins included in this collection since v1.1.0.


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

Expand Down Expand Up @@ -285,7 +290,6 @@ Release Summary
Release v1.1.0 of the ``cisco.mso`` collection on 2021-01-20.
This changelog describes all changes made to the modules and plugins included in this collection since v1.0.1.


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

Expand Down Expand Up @@ -360,7 +364,6 @@ Release Summary
Release v1.0.1 of the ``cisco.mso`` collection on 2020-10-30.
This changelog describes all changes made to the modules and plugins included in this collection since v1.0.0.


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

Expand Down Expand Up @@ -391,7 +394,6 @@ Release Summary
This is the first official release of the ``cisco.mso`` collection on 2020-08-18.
This changelog describes all changes made to the modules and plugins included in this collection since Ansible 2.9.0.


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

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,17 @@ releases:
'
release_date: '2024-04-06'
2.7.0:
changes:
minor_changes:
- Added module ndo_route_map_policy_multicast to support multicast route map
policies configuration in tenant templates
- Added module ndo_template to support creation of tenant, l3out, fabric_policy,
fabric_resource, monitoring_tenant, monitoring_access and service_device templates
release_summary: 'Release v2.7.0 of the ``ansible-mso`` collection on 2024-07-02.
This changelog describes all changes made to the modules and plugins included
in this collection since v2.6.0.
'
release_date: '2024-07-02'
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.6.0
version: 2.7.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ action_groups:
- mso_user
- mso_version
ndo:
- ndo_route_map_policy_multicast
- ndo_schema_template_deploy
- ndo_template
all:
- mso_backup
- mso_backup_schedule
Expand Down Expand Up @@ -152,4 +154,6 @@ action_groups:
- mso_tenant_site
- mso_user
- mso_version
- ndo_route_map_policy_multicast
- ndo_schema_template_deploy
- ndo_template

0 comments on commit 5b17218

Please sign in to comment.