Skip to content

Commit a86a83b

Browse files
author
dcn-ecosystem
committed
[ignore] Update Changelog for new release (v2.13.0)
1 parent 4d7beae commit a86a83b

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Cisco ACI Ansible Collection Release Notes
44

55
.. contents:: Topics
66

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+
726
v2.12.0
827
=======
928

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,20 @@ releases:
381381
name: aci_vrf_fallback_route_group
382382
namespace: ''
383383
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'
384398
2.2.0:
385399
changes:
386400
bugfixes:

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.12.0
5+
version: 2.13.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <dag@wieers.com>

meta/runtime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ action_groups:
110110
- aci_fabric_management_access_https_cipher
111111
- aci_fabric_node
112112
- aci_fabric_node_control
113+
- aci_fabric_node_decommission
113114
- aci_fabric_pod
114115
- aci_fabric_pod_connectivity_profile
115116
- aci_fabric_pod_external_tep

0 commit comments

Comments
 (0)