From f7f9d468289d3e47923889445098545258c3fab3 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Thu, 13 Jun 2024 15:13:14 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.10.0) --- CHANGELOG.rst | 25 ++++++++++++++++--------- changelogs/changelog.yaml | 17 +++++++++++++++++ galaxy.yml | 2 +- meta/runtime.yml | 2 ++ 4 files changed, 36 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17b77334e..d09635bfb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.10.0 +======= + +Release Summary +--------------- + +Release v2.10.0 of the ``ansible-aci`` collection on 2024-06-13. +This changelog describes all changes made to the modules and plugins included in this collection since v2.9.0. + +Minor Changes +------------- + +- Add aci_esg_to_contract module for esg contract relationship objects fvRsCons (consumer), fvRsConsIf (consumer interface), fvRsProv (provider) and fvRsIntraEpg (intra_esg) +- Add aci_system_connectivity_preference module (#601) +- Added suppress-previous flag option to reduce the number of API calls. (#636) +- Enable relative path and/or filename of private key for the aci httpapi plugin. v2.9.0 ====== @@ -14,7 +30,6 @@ Release Summary Release v2.9.0 of the ``ansible-aci`` collection on 2024-04-06. This changelog describes all changes made to the modules and plugins included in this collection since v2.8.0. - Minor Changes ------------- @@ -92,7 +107,6 @@ Release Summary Release v2.8.0 of the ``ansible-aci`` collection on 2023-11-04. This changelog describes all changes made to the modules and plugins included in this collection since v2.7.0. - Minor Changes ------------- @@ -135,7 +149,6 @@ Release Summary Release v2.7.0 of the ``ansible-aci`` collection on 2023-08-04. This changelog describes all changes made to the modules and plugins included in this collection since v2.6.0. - Minor Changes ------------- @@ -172,7 +185,6 @@ Release Summary Release v2.6.0 of the ``ansible-aci`` collection on 2023-04-19. This changelog describes all changes made to the modules and plugins included in this collection since v2.5.0. - Minor Changes ------------- @@ -190,7 +202,6 @@ Release Summary Release v2.5.0 of the ``ansible-aci`` collection on 2023-03-31. This changelog describes all changes made to the modules and plugins included in this collection since v2.4.0. - Minor Changes ------------- @@ -212,7 +223,6 @@ Release Summary Release v2.4.0 of the ``ansible-aci`` collection on 2023-02-04. This changelog describes all changes made to the modules and plugins included in this collection since v2.3.0. - Minor Changes ------------- @@ -242,7 +252,6 @@ Release Summary Release v2.3.0 of the ``ansible-aci`` collection on 2022-10-14. This changelog describes all changes made to the modules and plugins included in this collection since v2.2.0. - Minor Changes ------------- @@ -274,7 +283,6 @@ Release Summary Release v2.2.0 of the ``ansible-aci`` collection on 2022-03-15. This changelog describes all changes made to the modules and plugins included in this collection since v2.1.0. - Minor Changes ------------- @@ -520,7 +528,6 @@ Release Summary This is the first official release of the ``cisco.aci`` collection on 2020-08-18. This changelog describes all changes made to the modules and plugins included in this collection since Ansible 2.9.0. - Minor Changes ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9070ec916..3a37d2131 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -232,6 +232,23 @@ releases: This changelog describes all changes made to the modules and plugins included in this collection since v2.0.0. " release_date: "2021-10-06" + 2.10.0: + changes: + minor_changes: + - Add aci_esg_to_contract module for esg contract relationship objects fvRsCons + (consumer), fvRsConsIf (consumer interface), fvRsProv (provider) and fvRsIntraEpg + (intra_esg) + - Add aci_system_connectivity_preference module (#601) + - Added suppress-previous flag option to reduce the number of API calls. (#636) + - Enable relative path and/or filename of private key for the aci httpapi plugin. + release_summary: + "Release v2.10.0 of the ``ansible-aci`` collection on 2024-06-13. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.9.0. + + " + release_date: "2024-06-13" 2.2.0: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 27b2f7d85..074651a7d 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.9.0 +version: 2.10.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index 6ef27ef38..9ecf221ac 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -98,6 +98,7 @@ action_groups: - aci_esg_epg_selector - aci_esg_ip_subnet_selector - aci_esg_tag_selector + - aci_esg_to_contract - aci_fabric_external_connection_profile - aci_fabric_external_routing_profile - aci_fabric_interface_policy_group @@ -236,6 +237,7 @@ action_groups: - aci_syslog_source - aci_system - aci_system_banner + - aci_system_connectivity_preference - aci_system_endpoint_controls - aci_system_global_aes_passphrase_encryption - aci_taboo_contract