Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Jul 2, 2024
1 parent 2845c5e commit f7f9d46
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 10 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand All @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand All @@ -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
-------------

Expand All @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand Down Expand Up @@ -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
-------------

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f7f9d46

Please sign in to comment.