diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5136f6a8b..2c0be271f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.6.0 +====== + +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 +------------- + +- Add aci_access_span_dst_group module for fabric access policies span destination group support (#405) +- Add aci_access_span_filter_group and aci_access_span_filter_group_entry modules for access span filter group support (#407) +- Add aci_config_export_policy module (#380) +- Add aci_igmp_interface_policy module (#381) + v2.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 975858fbf..10e897d03 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -343,3 +343,19 @@ releases: ' release_date: '2023-03-31' + 2.6.0: + changes: + minor_changes: + - Add aci_access_span_dst_group module for fabric access policies span destination + group support (#405) + - Add aci_access_span_filter_group and aci_access_span_filter_group_entry modules + for access span filter group support (#407) + - Add aci_config_export_policy module (#380) + - Add aci_igmp_interface_policy module (#381) + 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. + + ' + release_date: '2023-04-19' diff --git a/galaxy.yml b/galaxy.yml index 721d48945..4ec17c75a 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.5.0 +version: 2.6.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index 2a2671151..e2bed0ea5 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -12,6 +12,9 @@ action_groups: - aci_aaa_user_role - aci_access_port_block_to_access_port - aci_access_port_to_interface_policy_leaf_profile + - aci_access_span_dst_group + - aci_access_span_filter_group + - aci_access_span_filter_group_entry - aci_access_sub_port_block_to_access_port - aci_aep - aci_aep_to_domain @@ -38,6 +41,7 @@ action_groups: - aci_cloud_subnet - aci_cloud_vpn_gateway - aci_cloud_zone + - aci_config_export_policy - aci_config_rollback - aci_config_snapshot - aci_contract @@ -81,6 +85,7 @@ action_groups: - aci_firmware_group_node - aci_firmware_policy - aci_firmware_source + - aci_igmp_interface_policy - aci_interface_blacklist - aci_interface_config - aci_interface_description