From 11dd042e42d262c4f157d787a8d77f2588dc98d1 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Fri, 11 Oct 2024 20:40:46 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.11.0) --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 664fd2160..541f12bde 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,27 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.11.0 +======= + +Release Summary +--------------- + +Release v2.11.0 of the ``ansible-aci`` collection on 2024-10-11. +This changelog describes all changes made to the modules and plugins included in this collection since v2.10.1. + +Minor Changes +------------- + +- Add stratum attribute to aci_ntp_policy module + +Bugfixes +-------- + +- Fix wrong payload attribute used to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663) Co-authored-by: akinross +- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg +- Remove duplicate alias name for extepg in aci_l3out_extsubnet + v2.10.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a25734374..55239d907 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -257,6 +257,22 @@ releases: ' release_date: '2024-07-12' + 2.11.0: + changes: + bugfixes: + - 'Fix wrong payload attribute used to define the correct vPC member side in + aci_l3out_logical_interface_vpc_member (#663) Co-authored-by: akinross ' + - Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg + - Remove duplicate alias name for extepg in aci_l3out_extsubnet + minor_changes: + - Add stratum attribute to aci_ntp_policy module + release_summary: 'Release v2.11.0 of the ``ansible-aci`` collection on 2024-10-11. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.10.1. + + ' + release_date: '2024-10-11' 2.2.0: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index e33e42aef..12d0162bb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: cisco name: aci # The version of the collection. Must be compatible with semantic versioning -version: 2.10.1 +version: 2.11.0 readme: README.md authors: - Dag Wieers (@dagwieers)