Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Apr 3, 2023
1 parent e3fc080 commit 2be81d0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.4.0
version: 2.5.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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2be81d0

Please sign in to comment.