diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 664fd2160..a1f9eab9a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,32 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.11.0 +======= + +Release Summary +--------------- + +Release v2.11.0 of the ``ansible-aci`` collection on 2025-04-18. +This changelog describes all changes made to the modules and plugins included in this collection since v2.10.1. + +Minor Changes +------------- + +- Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint IP and MAC Tags. +- Add aci_ip_sla_monitoring_policy module. +- Add management_epg and management_epg_type attributes in aci_dns_profile module. +- Add stratum attribute to aci_ntp_policy module. +- Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required by Ansible Galaxy. + +Bugfixes +-------- + +- Fix aci_rest module to only add annotation when the value is a dictionary +- Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663) +- Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding (#695) +- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg + v2.10.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a25734374..4458cff2d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -257,6 +257,26 @@ releases: ' release_date: '2024-07-12' + 2.11.0: + changes: + bugfixes: + - Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding (#695) + - Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663) + - Fix aci_rest module to only add annotation when the value is a dictionary + - Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg + minor_changes: + - Add aci_ip_sla_monitoring_policy module. + - Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint IP and MAC Tags. + - Add stratum attribute to aci_ntp_policy module. + - Add management_epg and management_epg_type attributes in aci_dns_profile module. + - Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required by Ansible Galaxy. + release_summary: 'Release v2.11.0 of the ``ansible-aci`` collection on 2025-04-18. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.10.1. + + ' + release_date: '2025-04-18' 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) diff --git a/meta/runtime.yml b/meta/runtime.yml index 8c6aac980..0bdcb52eb 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -84,6 +84,8 @@ action_groups: - aci_domain_to_vlan_pool - aci_encap_pool - aci_encap_pool_range + - aci_endpoint_tag_ip + - aci_endpoint_tag_mac - aci_epg - aci_epg_monitoring_policy - aci_epg_subnet @@ -160,6 +162,7 @@ action_groups: - aci_interface_policy_spine_policy_group - aci_interface_policy_storm_control - aci_interface_selector_to_switch_policy_leaf_profile + - aci_ip_sla_monitoring_policy - aci_key_policy - aci_keychain_policy - aci_l2out