Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Jul 13, 2024
1 parent 92facb5 commit 3bfe00d
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 47 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v2.8.0
======

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

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

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

- Add module mso_schema_template_vrf_rp to support multicast vrf rp in application templates
- Add module ndo_dhcp_option_policy to support dhcp option policy configuration in tenant templates
- Add module ndo_dhcp_relay_policy to support dhcp relay policy configuration in tenant templates
- Add module ndo_l3_domain and ndo_physical_domain to support domain configuration in fabric policy templates
- Add module ndo_vlan_pool to support vlan pool configuration in fabric policy templates
- Add site_aware_policy_enforcement and bd_enforcement_status arguments to the mso_schema_template_vrf module
- Add support for multicast route map filters in mso_schema_template_bd

Bugfixes
--------

- Fix to avoid making updates to attributes that are not provided which could lead to removal of configuration in mso_schema_template_bd
- Fix to avoid making updates to attributes that are not provided which could lead to removal of configuration in mso_schema_template_vrf

v2.7.0
======

Expand Down
135 changes: 89 additions & 46 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ releases:
0.0.5:
changes:
release_summary: New release v0.0.5
release_date: '2020-04-07'
release_date: "2020-04-07"
0.0.6:
changes:
bugfixes:
Expand Down Expand Up @@ -45,7 +45,7 @@ releases:
- Updated Test File Covering all conditions
- mso_schema_site_anp_epg_staticport - Add VPC support (https://github.com/ansible/ansible/pull/62803)
release_summary: New release v0.0.6
release_date: '2020-06-13'
release_date: "2020-06-13"
0.0.7:
changes:
bugfixes:
Expand Down Expand Up @@ -75,7 +75,7 @@ releases:
(https://github.com/CiscoDevNet/ansible-mso/pull/55)
- Modified External EPG module and addition of new Selector module
release_summary: New release v0.0.7
release_date: '2020-07-08'
release_date: "2020-07-08"
0.0.8:
changes:
bugfixes:
Expand Down Expand Up @@ -107,7 +107,7 @@ releases:
- Update cidr module, udpate attributes in hub network module and its test file
- Use a function to reuuse duplicate part
release_summary: New release v0.0.8
release_date: '2020-07-21'
release_date: "2020-07-21"
1.0.0:
changes:
bugfixes:
Expand All @@ -117,14 +117,15 @@ releases:
- Fix M() and module to use FQCN
- Update Ansible version in CI and add 2.10.0 to sanity in CI.
- Update Readme with supported versions
release_summary: 'This is the first official release of the ``cisco.mso`` collection
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.
'
release_date: '2020-08-18'
"
release_date: "2020-08-18"
1.0.1:
changes:
bugfixes:
Expand All @@ -143,13 +144,14 @@ releases:
- Add test file for site_bd_subnet
- Bump module to v1.0.1
- Extent mso_tenant test case coverage
release_summary: 'Release v1.0.1 of the ``cisco.mso`` collection on 2020-10-30.
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.
'
release_date: '2020-10-30'
"
release_date: "2020-10-30"
1.1.0:
changes:
bugfixes:
Expand Down Expand Up @@ -215,13 +217,14 @@ releases:
- Test DHCP Policy Provider added
- Test file for mso_dhcp_relay_policy added
- Test file for template_bd_subnet and new option foe module
release_summary: 'Release v1.1.0 of the ``cisco.mso`` collection on 2021-01-20.
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.
'
release_date: '2021-01-20'
"
release_date: "2021-01-20"
1.2.0:
changes:
bugfixes:
Expand All @@ -244,18 +247,19 @@ releases:
- Add support cisco.nd.nd connection plugin
- Add support for multiple DCHP policies in a BD and new module mso_schema_template_bd_dhcp_policy
- Upgrade CI to latest Ansible version and Python 3.8
release_summary: 'Release v1.2.0 of the ``cisco.mso`` collection on 2021-06-02.
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.
'
"
plugins:
httpapi:
- description: MSO Ansible HTTPAPI Plugin.
name: mso
namespace: null
release_date: '2021-06-02'
release_date: "2021-06-02"
1.3.0:
changes:
bugfixes:
Expand All @@ -282,13 +286,14 @@ releases:
- Improve scope attribute documentation in mso_schema_template_external_epg_subnet
- Update Ansible version used in automated testing to v2.9.27, v2.10.16 and
addition of v2.11.7 and v2.12.1
release_summary: 'Release v1.3.0 of the ``cisco.mso`` collection on 2021-12-18.
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.
'
release_date: '2021-12-18'
"
release_date: "2021-12-18"
1.4.0:
changes:
bugfixes:
Expand All @@ -299,13 +304,14 @@ releases:
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.
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'
"
release_date: "2022-03-15"
2.1.0:
changes:
bugfixes:
Expand All @@ -321,16 +327,17 @@ releases:
- Add mso_schema_template_service_graph, mso_schema_site_service_graph and mso_service_node_type
modules (#243)
- Add primary attribute to mso_schema_site_bd_subnet (#254)
release_summary: 'Release v2.1.0 of the ``ansible-mso`` collection on 2022-10-14.
release_summary:
"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.
'
release_date: '2022-10-14'
"
release_date: "2022-10-14"
2.2.0:
changes:
bugfixes:
Expand All @@ -351,38 +358,41 @@ releases:
(#304)
- Add support for orchestrator_only attribute for mso_tenant with state absent
(#268)
release_summary: 'Release v2.2.0 of the ``ansible-mso`` collection on 2023-01-29.
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.
'
release_date: '2023-01-29'
"
release_date: "2023-01-29"
2.2.1:
changes:
bugfixes:
- Fix datetime support for python2.7 in mso_backup_schedule (#323)
release_summary: 'Release v2.2.1 of the ``ansible-mso`` collection on 2023-01-31.
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.
'
release_date: '2023-01-31'
"
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.
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'
"
release_date: "2023-03-30"
2.4.0:
changes:
bugfixes:
Expand All @@ -395,13 +405,14 @@ releases:
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.
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'
"
release_date: "2023-04-19"
2.5.0:
changes:
bugfixes:
Expand All @@ -411,13 +422,14 @@ releases:
of connection parameter handling
- Add mso_schema_template_anp_epg_useg_attribute and mso_schema_site_anp_epg_useg_attribute
modules to manage EPG uSeg attributes (#370)
release_summary: 'Release v2.5.0 of the ``ansible-mso`` collection on 2023-08-04.
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.
'
release_date: '2023-08-04'
"
release_date: "2023-08-04"
2.6.0:
changes:
bugfixes:
Expand Down Expand Up @@ -445,24 +457,55 @@ releases:
module
- Add support for required attributes introduced in NDO 4.2 for mso_schema_site_anp_epg_domain
- Support for creation of schemas without templates with the mso_schema module
release_summary: 'Release v2.6.0 of the ``ansible-mso`` collection on 2024-04-06.
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.
'
release_date: '2024-04-06'
"
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.
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'
"
release_date: "2024-07-02"
2.8.0:
changes:
bugfixes:
- Fix to avoid making updates to attributes that are not provided which could
lead to removal of configuration in mso_schema_template_bd
- Fix to avoid making updates to attributes that are not provided which could
lead to removal of configuration in mso_schema_template_vrf
minor_changes:
- Add module mso_schema_template_vrf_rp to support multicast vrf rp in application
templates
- Add module ndo_dhcp_option_policy to support dhcp option policy configuration
in tenant templates
- Add module ndo_dhcp_relay_policy to support dhcp relay policy configuration
in tenant templates
- Add module ndo_l3_domain and ndo_physical_domain to support domain configuration
in fabric policy templates
- Add module ndo_vlan_pool to support vlan pool configuration in fabric policy
templates
- Add site_aware_policy_enforcement and bd_enforcement_status arguments to the
mso_schema_template_vrf module
- Add support for multicast route map filters in mso_schema_template_bd
release_summary:
"Release v2.8.0 of the ``ansible-mso`` collection on 2024-07-12.
This changelog describes all changes made to the modules and plugins included
in this collection since v2.7.0.
"
release_date: "2024-07-12"
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.7.0
version: 2.8.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down
Loading

0 comments on commit 3bfe00d

Please sign in to comment.