File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ Cisco ACI Ansible Collection Release Notes
4
4
5
5
.. contents :: Topics
6
6
7
+ v2.13.0
8
+ =======
9
+
10
+ Release Summary
11
+ ---------------
12
+
13
+ Release v2.13.0 of the ``ansible-aci `` collection on 2025-08-02.
14
+ This changelog describes all changes made to the modules and plugins included in this collection since v2.12.0.
15
+
16
+ Minor Changes
17
+ -------------
18
+
19
+ - Added module to manage the Commissioning and Decommissioning of the Fabric Node
20
+
21
+ Bugfixes
22
+ --------
23
+
24
+ - Modified code to get description value without an explicit default in aci_l4l7_service_graph_template
25
+
7
26
v2.12.0
8
27
=======
9
28
Original file line number Diff line number Diff line change @@ -381,6 +381,20 @@ releases:
381
381
name : aci_vrf_fallback_route_group
382
382
namespace : ' '
383
383
release_date : ' 2025-07-17'
384
+ 2.13.0 :
385
+ changes :
386
+ bugfixes :
387
+ - Modified code to get description value without an explicit default in aci_l4l7_service_graph_template
388
+ minor_changes :
389
+ - Added module to manage the Commissioning and Decommissioning of the Fabric
390
+ Node
391
+ release_summary : ' Release v2.13.0 of the ``ansible-aci`` collection on 2025-08-02.
392
+
393
+ This changelog describes all changes made to the modules and plugins included
394
+ in this collection since v2.12.0.
395
+
396
+ '
397
+ release_date : ' 2025-08-02'
384
398
2.2.0 :
385
399
changes :
386
400
bugfixes :
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.12 .0
5
+ version : 2.13 .0
6
6
readme : README.md
7
7
authors :
8
8
- Dag Wieers (@dagwieers) <dag@wieers.com>
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ action_groups:
110
110
- aci_fabric_management_access_https_cipher
111
111
- aci_fabric_node
112
112
- aci_fabric_node_control
113
+ - aci_fabric_node_decommission
113
114
- aci_fabric_pod
114
115
- aci_fabric_pod_connectivity_profile
115
116
- aci_fabric_pod_external_tep
You can’t perform that action at this time.
0 commit comments