Skip to content

Commit 4144a28

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v2.11.0)
1 parent 4cfc167 commit 4144a28

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v2.11.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Release v2.11.0 of the ``ansible-aci`` collection on 2025-04-18.
14+
This changelog describes all changes made to the modules and plugins included in this collection since v2.10.1.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint IP and MAC Tags.
20+
- Add aci_ip_sla_monitoring_policy module.
21+
- Add management_epg and management_epg_type attributes in aci_dns_profile module.
22+
- Add stratum attribute to aci_ntp_policy module.
23+
- Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required by Ansible Galaxy.
24+
25+
Bugfixes
26+
--------
27+
28+
- Fix aci_rest module to only add annotation when the value is a dictionary
29+
- Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663)
30+
- Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding (#695)
31+
- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg
32+
733
v2.10.1
834
=======
935

changelogs/changelog.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,26 @@ releases:
257257
258258
'
259259
release_date: '2024-07-12'
260+
2.11.0:
261+
changes:
262+
bugfixes:
263+
- Fix subclass issue in aci_domain_to_vlan_pool to fix deletion of binding (#695)
264+
- Fix payload to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663)
265+
- Fix aci_rest module to only add annotation when the value is a dictionary
266+
- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg
267+
minor_changes:
268+
- Add aci_ip_sla_monitoring_policy module.
269+
- Add aci_endpoint_tag_ip and aci_endpoint_tag_mac modules to manage Endpoint IP and MAC Tags.
270+
- Add stratum attribute to aci_ntp_policy module.
271+
- Add management_epg and management_epg_type attributes in aci_dns_profile module.
272+
- Add support for Ansible 2.18 and dropped support for Ansible 2.15 as required by Ansible Galaxy.
273+
release_summary: 'Release v2.11.0 of the ``ansible-aci`` collection on 2025-04-18.
274+
275+
This changelog describes all changes made to the modules and plugins included
276+
in this collection since v2.10.1.
277+
278+
'
279+
release_date: '2025-04-18'
260280
2.2.0:
261281
changes:
262282
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.10.1
5+
version: 2.11.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

meta/runtime.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ action_groups:
8484
- aci_domain_to_vlan_pool
8585
- aci_encap_pool
8686
- aci_encap_pool_range
87+
- aci_endpoint_tag_ip
88+
- aci_endpoint_tag_mac
8789
- aci_epg
8890
- aci_epg_monitoring_policy
8991
- aci_epg_subnet
@@ -160,6 +162,7 @@ action_groups:
160162
- aci_interface_policy_spine_policy_group
161163
- aci_interface_policy_storm_control
162164
- aci_interface_selector_to_switch_policy_leaf_profile
165+
- aci_ip_sla_monitoring_policy
163166
- aci_key_policy
164167
- aci_keychain_policy
165168
- aci_l2out

0 commit comments

Comments
 (0)