diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d05b55ac..5136f6a8b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,28 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.5.0 +====== + +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 +------------- + +- Add aci_interface_config module for new interface configuration available in ACI v5.2(5)+ (#383) +- Add aci_interface_policy_spanning_tree module (#387) + +Bugfixes +-------- + +- Fix missing annotation field in aci_ntp_policy and aci_ntp_server (#392) +- Forced unicode encoding for lxml XML fragment validation output to fix issue with Certificate authentication and aci_rest with XML payload (#341) + v2.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0444b7cde..975858fbf 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -326,3 +326,20 @@ releases: ' release_date: '2023-02-04' + 2.5.0: + changes: + bugfixes: + - Fix missing annotation field in aci_ntp_policy and aci_ntp_server (#392) + - Forced unicode encoding for lxml XML fragment validation output to fix issue + with Certificate authentication and aci_rest with XML payload (#341) + minor_changes: + - Add aci_interface_config module for new interface configuration available + in ACI v5.2(5)+ (#383) + - Add aci_interface_policy_spanning_tree module (#387) + 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. + + ' + release_date: '2023-03-31' diff --git a/galaxy.yml b/galaxy.yml index 61e3fa9e5..721d48945 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.4.0 +version: 2.5.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index 0f9af6cbd..2a2671151 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -82,6 +82,7 @@ action_groups: - aci_firmware_policy - aci_firmware_source - aci_interface_blacklist + - aci_interface_config - aci_interface_description - aci_interface_policy_cdp - aci_interface_policy_fc @@ -96,6 +97,7 @@ action_groups: - aci_interface_policy_ospf - aci_interface_policy_port_channel - aci_interface_policy_port_security + - aci_interface_policy_spanning_tree - aci_interface_selector_to_switch_policy_leaf_profile - aci_l2out - aci_l2out_extepg