Skip to content

Commit

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

This changelog describes changes after version 0.0.4.

v2.9.0
======

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

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

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

- Add new module ndo_schema_template_bd_dhcp_policy to support BD DHCP Policy configuration in NDO version 4.1 and later
- Add support to use an APIC DN as VRF reference in mso_schema_site_bd_l3out

Bugfixes
--------

- Fix to be able to reference APIC only L3Out in mso_schema_site_external_epg

v2.8.0
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,18 @@ releases:
'
release_date: '2024-07-12'
2.9.0:
changes:
bugfixes:
- Fix to be able to reference APIC only L3Out in mso_schema_site_external_epg
minor_changes:
- Add new module ndo_schema_template_bd_dhcp_policy to support BD DHCP Policy
configuration in NDO version 4.1 and later
- Add support to use an APIC DN as VRF reference in mso_schema_site_bd_l3out
release_summary: 'Release v2.9.0 of the ``ansible-mso`` collection on 2024-08-06.
This changelog describes all changes made to the modules and plugins included
in this collection since v2.8.0.
'
release_date: '2024-08-06'
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.8.0
version: 2.9.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 @@ -87,6 +87,7 @@ action_groups:
- ndo_l3_domain
- ndo_physical_domain
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_template
- ndo_vlan_pool
Expand Down Expand Up @@ -166,6 +167,7 @@ action_groups:
- ndo_l3_domain
- ndo_physical_domain
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_template
- ndo_vlan_pool

0 comments on commit 272ce6d

Please sign in to comment.