Skip to content

Commit 813c020

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v2.6.0)
1 parent 5dd20c8 commit 813c020

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ Cisco ACI Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.6.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.6.0 of the ``ansible-aci`` collection on 2023-04-19.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.5.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add aci_access_span_dst_group module for fabric access policies span destination group support (#405)
22+
- Add aci_access_span_filter_group and aci_access_span_filter_group_entry modules for access span filter group support (#407)
23+
- Add aci_config_export_policy module (#380)
24+
- Add aci_igmp_interface_policy module (#381)
25+
826
v2.5.0
927
======
1028

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,19 @@ releases:
343343
344344
'
345345
release_date: '2023-03-31'
346+
2.6.0:
347+
changes:
348+
minor_changes:
349+
- Add aci_access_span_dst_group module for fabric access policies span destination
350+
group support (#405)
351+
- Add aci_access_span_filter_group and aci_access_span_filter_group_entry modules
352+
for access span filter group support (#407)
353+
- Add aci_config_export_policy module (#380)
354+
- Add aci_igmp_interface_policy module (#381)
355+
release_summary: 'Release v2.6.0 of the ``ansible-aci`` collection on 2023-04-19.
356+
357+
This changelog describes all changes made to the modules and plugins included
358+
in this collection since v2.5.0.
359+
360+
'
361+
release_date: '2023-04-19'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: aci
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 2.5.0
5+
version: 2.6.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

meta/runtime.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ action_groups:
1212
- aci_aaa_user_role
1313
- aci_access_port_block_to_access_port
1414
- aci_access_port_to_interface_policy_leaf_profile
15+
- aci_access_span_dst_group
16+
- aci_access_span_filter_group
17+
- aci_access_span_filter_group_entry
1518
- aci_access_sub_port_block_to_access_port
1619
- aci_aep
1720
- aci_aep_to_domain
@@ -38,6 +41,7 @@ action_groups:
3841
- aci_cloud_subnet
3942
- aci_cloud_vpn_gateway
4043
- aci_cloud_zone
44+
- aci_config_export_policy
4145
- aci_config_rollback
4246
- aci_config_snapshot
4347
- aci_contract
@@ -81,6 +85,7 @@ action_groups:
8185
- aci_firmware_group_node
8286
- aci_firmware_policy
8387
- aci_firmware_source
88+
- aci_igmp_interface_policy
8489
- aci_interface_blacklist
8590
- aci_interface_config
8691
- aci_interface_description

0 commit comments

Comments
 (0)