From d022a67cae7c216246df3fd1ef039212e7c07313 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Wed, 19 Apr 2023 08:29:00 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.4.0) --- CHANGELOG.rst | 22 ++++++++++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d1a9876..b7b32a9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,28 @@ Cisco MSO Ansible Collection Release Notes This changelog describes changes after version 0.0.4. +v2.4.0 +====== + +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 +------------- + +- Add ip_data_plane_learning and preferred_group arguments to mso_schema_template_vrf module (#358) + +Bugfixes +-------- + +- Add attributes to payload for changed schema behaviour of deploymentImmediacy (deployImmediacy) and vmmDomainProperties (properties at domain level in payload) (#362) +- Fix mso_backup for NDO and ND-based MSO v3.2+ (#333) +- Fix validation condition for path in mso_schema_site_anp_epg_bulk_staticport module (#360) + v2.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7194be3f..86e29d81 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -383,3 +383,22 @@ releases: ' release_date: '2023-03-30' + 2.4.0: + changes: + bugfixes: + - Add attributes to payload for changed schema behaviour of deploymentImmediacy + (deployImmediacy) and vmmDomainProperties (properties at domain level in payload) + (#362) + - Fix mso_backup for NDO and ND-based MSO v3.2+ (#333) + - Fix validation condition for path in mso_schema_site_anp_epg_bulk_staticport + module (#360) + 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. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.3.0. + + ' + release_date: '2023-04-19' diff --git a/galaxy.yml b/galaxy.yml index 781dabd0..d16c2ce8 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.3.0 +version: 2.4.0 readme: README.md authors: - Dag Wieers (@dagwieers)