From 272ce6d7d9f7baff5020b54a51e2c44a04680ded Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Tue, 6 Aug 2024 06:59:04 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.9.0) --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ galaxy.yml | 2 +- meta/runtime.yml | 2 ++ 4 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4de69aa1..3e4bc232 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b2b97ff6..381ca02b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index e7538985..55c7aad3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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) diff --git a/meta/runtime.yml b/meta/runtime.yml index baf9badf..ecd402a9 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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 @@ -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