File tree 4 files changed +59
-2
lines changed 4 files changed +59
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,36 @@ Cisco ACI Ansible Collection Release Notes
5
5
.. contents :: Topics
6
6
7
7
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
+
8
38
v2.3.0
9
39
======
10
40
Original file line number Diff line number Diff line change @@ -299,3 +299,30 @@ releases:
299
299
300
300
'
301
301
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'
Original file line number Diff line number Diff line change 2
2
namespace : cisco
3
3
name : aci
4
4
# The version of the collection. Must be compatible with semantic versioning
5
- version : 2.3 .0
5
+ version : 2.4 .0
6
6
readme : README.md
7
7
authors :
8
8
-
Dag Wieers (@dagwieers) <[email protected] >
Original file line number Diff line number Diff line change 1
1
---
2
2
requires_ansible : ' >=2.9.10'
3
3
action_groups :
4
- aci :
4
+ all :
5
5
- aci_aaa_custom_privilege
6
6
- aci_aaa_domain
7
7
- aci_aaa_role
You can’t perform that action at this time.
0 commit comments