From 2186f654e3dc3a54290f2254d1222704105ee354 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Thu, 30 Mar 2023 16:55:00 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.3.0) --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ galaxy.yml | 2 +- meta/runtime.yml | 2 ++ 4 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca7f36ed..1d1a9876 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bd58b3ad..7194be3f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index 4a2ea82d..781dabd0 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.2.1 +version: 2.3.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index 09aadd2e..bbc15c50 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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 @@ -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