File tree Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,32 @@ Cisco ACI Ansible Collection Release Notes
4
4
5
5
.. contents :: Topics
6
6
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
+
7
33
v2.10.1
8
34
=======
9
35
Original file line number Diff line number Diff line change @@ -257,6 +257,26 @@ releases:
257
257
258
258
'
259
259
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'
260
280
2.2.0 :
261
281
changes :
262
282
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.10.1
5
+ version : 2.11.0
6
6
readme : README.md
7
7
authors :
8
8
-
Dag Wieers (@dagwieers) <[email protected] >
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ action_groups:
84
84
- aci_domain_to_vlan_pool
85
85
- aci_encap_pool
86
86
- aci_encap_pool_range
87
+ - aci_endpoint_tag_ip
88
+ - aci_endpoint_tag_mac
87
89
- aci_epg
88
90
- aci_epg_monitoring_policy
89
91
- aci_epg_subnet
@@ -160,6 +162,7 @@ action_groups:
160
162
- aci_interface_policy_spine_policy_group
161
163
- aci_interface_policy_storm_control
162
164
- aci_interface_selector_to_switch_policy_leaf_profile
165
+ - aci_ip_sla_monitoring_policy
163
166
- aci_key_policy
164
167
- aci_keychain_policy
165
168
- aci_l2out
You can’t perform that action at this time.
0 commit comments