Skip to content

release_pr #767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ Cisco ACI Ansible Collection Release Notes

.. contents:: Topics

v2.12.0
=======

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

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

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

- Add aci_oob_contract module
- Add missing options to priority and vrf to scope in aci_contract module
- Add missing options to priority and vrf to scope in aci_oob_contract module
- Add module aci_port_channel_member_policy to manage port channel member policies
- Added testing support for Ansible Core 2.19
- Addition of aci_l4l7_policy_based_redirect and related modules
- Addition of module aci_l4l7_concrete_device and its test file
- Addition of module aci_l4l7_device and its test file

Bugfixes
--------

- Fix type of subnet_control in aci_bd_subnet from string to list of strings
- Fixed the aci_access_port_block_to_access_port module to query a specific object with the object name

v2.11.0
=======

Expand Down
38 changes: 33 additions & 5 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,23 +260,51 @@ releases:
2.11.0:
changes:
bugfixes:
- Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding (#695)
- Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663)
- Fix aci_rest module to only add annotation when the value is a dictionary
- Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member
(#663)
- Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding
(#695)
- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg
minor_changes:
- Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint
IP and MAC Tags.
- Add aci_ip_sla_monitoring_policy module.
- Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint IP and MAC Tags.
- Add management_epg and management_epg_type attributes in aci_dns_profile
module.
- Add stratum attribute to aci_ntp_policy module.
- Add management_epg and management_epg_type attributes in aci_dns_profile module.
- Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required by Ansible Galaxy.
- Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required
by Ansible Galaxy.
release_summary: 'Release v2.11.0 of the ``ansible-aci`` collection on 2025-04-18.

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

'
release_date: '2025-04-18'
2.12.0:
changes:
bugfixes:
- Fix type of subnet_control in aci_bd_subnet from string to list of strings
- Fixed the aci_access_port_block_to_access_port module to query a specific
object with the object name
minor_changes:
- Add aci_oob_contract module
- Add missing options to priority and vrf to scope in aci_contract module
- Add missing options to priority and vrf to scope in aci_oob_contract module
- Add module aci_port_channel_member_policy to manage port channel member
policies
- Added testing support for Ansible Core 2.19
- Addition of aci_l4l7_policy_based_redirect and related modules
- Addition of module aci_l4l7_concrete_device and its test file
- Addition of module aci_l4l7_device and its test file
release_summary: 'Release v2.12.0 of the ``ansible-aci`` collection on 2025-05-28.

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

'
release_date: '2025-05-28'
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.11.0
version: 2.12.0
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down
11 changes: 10 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ action_groups:
- aci_interface_policy_ospf
- aci_interface_policy_pim
- aci_interface_policy_port_channel
- aci_interface_policy_port_channel_member
- aci_interface_policy_port_security
- aci_interface_policy_spanning_tree
- aci_interface_policy_spine_policy_group
Expand Down Expand Up @@ -199,6 +200,14 @@ action_groups:
- aci_l3out_static_routes
- aci_l3out_static_routes_nexthop
- aci_l3out_to_sr_mpls_infra_l3out
- aci_l4l7_concrete_device
- aci_l4l7_concrete_interface
- aci_l4l7_concrete_interface_attachment
- aci_l4l7_device
- aci_l4l7_logical_interface
- aci_l4l7_policy_based_redirect
- aci_l4l7_policy_based_redirect_destination
- aci_l4l7_redirect_health_group
- aci_maintenance_group
- aci_maintenance_group_node
- aci_maintenance_policy
Expand All @@ -216,6 +225,7 @@ action_groups:
- aci_node_mgmt_epg
- aci_ntp_policy
- aci_ntp_server
- aci_oob_contract
- aci_pim_route_map_entry
- aci_pim_route_map_policy
- aci_qos_custom_policy
Expand Down Expand Up @@ -263,7 +273,6 @@ action_groups:
- aci_vrf_leak_internal_subnet
- aci_vrf_multicast
- aci_vzany_to_contract

plugin_routing:
modules:
aci_l4l7_concrete_interface_attach:
Expand Down