Skip to content

Commit daf9f42

Browse files
dcn-ecosystemlhercot
dcn-ecosystem
authored andcommitted
[ignore] Update Changelog for new release (v2.4.0)
1 parent c757df2 commit daf9f42

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

CHANGELOG.rst

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

77

8+
v2.4.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.4.0 of the ``ansible-aci`` collection on 2023-02-04.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.3.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add Node Profile BGP Peer and Route Control Profile functionalities to aci_l3out_bgp_peer module (#340)
22+
- Add SVI auto state support (auto_state attribute) to aci_l3out_interface (#348)
23+
- Add aci_aaa_domain, aci_aaa_role and aci_custom_privilege modules (#226)
24+
- Add aci_fabric_pod_policy_group module (#230)
25+
- Add aci_interface_policy_leaf_profile_fex_policy_group module and add FEX support to aci_access_port_to_interface_policy_leaf_profile (#233)
26+
- Add aci_tenant_span_src_group_src module (#344)
27+
- Add action_groups for module_defaults (#316)
28+
- Add support for filter direction in aci_contract_subject and aci_contract_subject_to_filter (#306)
29+
- Update modules to assign roles and permissions to a user (#225)
30+
31+
Bugfixes
32+
--------
33+
34+
- Add snapshot job details in result of aci_config_snapshot to support query of snapshot results (#342)
35+
- Fix aci_encap_pool_range by removing range_name from required parameters (#368)
36+
- Fix query of all blacklisted interfaces using aci_interface_blacklist (#367)
37+
838
v2.3.0
939
======
1040

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,30 @@ releases:
299299
300300
'
301301
release_date: '2022-10-14'
302+
2.4.0:
303+
changes:
304+
bugfixes:
305+
- Add snapshot job details in result of aci_config_snapshot to support query
306+
of snapshot results (#342)
307+
- Fix aci_encap_pool_range by removing range_name from required parameters (#368)
308+
- Fix query of all blacklisted interfaces using aci_interface_blacklist (#367)
309+
minor_changes:
310+
- Add Node Profile BGP Peer and Route Control Profile functionalities to aci_l3out_bgp_peer
311+
module (#340)
312+
- Add SVI auto state support (auto_state attribute) to aci_l3out_interface (#348)
313+
- Add aci_aaa_domain, aci_aaa_role and aci_custom_privilege modules (#226)
314+
- Add aci_fabric_pod_policy_group module (#230)
315+
- Add aci_interface_policy_leaf_profile_fex_policy_group module and add FEX
316+
support to aci_access_port_to_interface_policy_leaf_profile (#233)
317+
- Add aci_tenant_span_src_group_src module (#344)
318+
- Add action_groups for module_defaults (#316)
319+
- Add support for filter direction in aci_contract_subject and aci_contract_subject_to_filter
320+
(#306)
321+
- Update modules to assign roles and permissions to a user (#225)
322+
release_summary: 'Release v2.4.0 of the ``ansible-aci`` collection on 2023-02-04.
323+
324+
This changelog describes all changes made to the modules and plugins included
325+
in this collection since v2.3.0.
326+
327+
'
328+
release_date: '2023-02-04'

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.3.0
5+
version: 2.4.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
requires_ansible: '>=2.9.10'
33
action_groups:
4-
aci:
4+
all:
55
- aci_aaa_custom_privilege
66
- aci_aaa_domain
77
- aci_aaa_role

0 commit comments

Comments
 (0)