Skip to content

Commit

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

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.5.0
version: 2.6.0
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 813c020

Please sign in to comment.