Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ Cisco ACI Ansible Collection Release Notes

.. contents:: Topics

v2.13.0
=======

Release Summary
---------------

Release v2.13.0 of the ``ansible-aci`` collection on 2025-09-06.
This changelog describes all changes made to the modules and plugins included in this collection since v2.12.0.

Minor Changes
-------------

- Added module to manage the Commissioning and Decommissioning of the Fabric Node
- Adding guidelines for Ansible ACI module developement
- Change the format from reStructuredText file type to Markdown type.
- Changed the format of the documentation developing_aci_modules_guildelines is the new changed file along with sections segrigated in other files.

Bugfixes
--------

- Extend allowed ranges for card and subPort in interface input of aci_interface_config module
- Modified code to get description value without an explicit default in aci_l4l7_service_graph_template

v2.12.0
=======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,26 @@ releases:
name: aci_vrf_fallback_route_group
namespace: ''
release_date: '2025-07-17'
2.13.0:
changes:
bugfixes:
- Extend allowed ranges for card and subPort in interface input of aci_interface_config
module
- Modified code to get description value without an explicit default in aci_l4l7_service_graph_template
minor_changes:
- Added module to manage the Commissioning and Decommissioning of the Fabric
Node
- Adding guidelines for Ansible ACI module developement
- Change the format from reStructuredText file type to Markdown type.
- Changed the format of the documentation developing_aci_modules_guildelines
is the new changed file along with sections segrigated in other files.
release_summary: 'Release v2.13.0 of the ``ansible-aci`` collection on 2025-09-06.

This changelog describes all changes made to the modules and plugins included
in this collection since v2.12.0.

'
release_date: '2025-09-06'
2.2.0:
changes:
bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: aci
# The version of the collection. Must be compatible with semantic versioning
version: 2.12.0
version: 2.13.0
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ action_groups:
- aci_fabric_management_access_https_cipher
- aci_fabric_node
- aci_fabric_node_control
- aci_fabric_node_decommission
- aci_fabric_pod
- aci_fabric_pod_connectivity_profile
- aci_fabric_pod_external_tep
Expand Down