Skip to content

Commit a9b0125

Browse files
dcn-ecosystemlhercot
dcn-ecosystem
authored andcommitted
[ignore] Update Changelog for new release (v2.2.0)
1 parent 98827dd commit a9b0125

File tree

3 files changed

+84
-1
lines changed

3 files changed

+84
-1
lines changed

CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ Cisco ACI Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.2.0 of the ``ansible-aci`` collection on 2022-03-15.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.1.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add access_mode and enable_vm_folder attributes to aci_domain
22+
- Add aci_bgp_rr_asn and aci_bgp_rr_node module and tests
23+
- Add aci_dhcp_relay and aci_dhcp_relay_provider modules and test files (#211)
24+
- Add aci_dns_profile, aci_dns_domain and aci_dns_provider modules and test files (#221)
25+
- Add aci_epg_to_contract_interface module and test file
26+
- Add aci_esg, aci_esg_contract_master, aci_esg_epg_selector, aci_esg_ip_subnet_selector and aci_esg_tag_selector modules (#212)
27+
- Add aci_fabric_leaf_profile and aci_fabric_leaf_switch_assoc modules and test files
28+
- Add aci_fabric_switch_policy_group module and test file
29+
- Add aci_l3out_interface_secondary_ip module and test file
30+
- Add description to aci_fabric_spine_switch_assoc module
31+
- Add destination_epg, source_ip, destination_ip, span_version, flow_id, ttl, mtu, dscp, and version_enforced attributes to aci_tenant_span_dst_group module
32+
- Add mtu and ipv6_dad attributes to aci_l3out_interface
33+
- Add new aci_vmm_uplink and aci_vmm_uplink_container modules and test files (#189)
34+
- Add new priorities in the aci_epg_to_contract priority module attribute
35+
- Add support for contract_label and subject_label into aci_epg_to_contract module
36+
- Add support for tagging with new module aci_tag (#210)
37+
- Add useg attribute to aci_epg module
38+
39+
Bugfixes
40+
--------
41+
42+
- Add pool_allocation_mode to the required parameter list in aci_vlan_pool_encap_block module
43+
- Fix bfd issues in aci_l3out_static_routes module on pre-4.2 APICs
44+
- Fix output_path to support multiple APIC runs in parallel
45+
- Fix small sanity issue in aci_epg_to_contract
46+
- Remove owner_key, owner_tag and annotation from module that do not support them
47+
- Removed block_name from the required parameter list in aci_vlan_pool_encap_block module
48+
849
v2.1.0
950
======
1051

changelogs/changelog.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,45 @@ releases:
226226
This changelog describes all changes made to the modules and plugins included
227227
in this collection since v2.0.0. '
228228
release_date: '2021-10-06'
229+
2.2.0:
230+
changes:
231+
bugfixes:
232+
- Add pool_allocation_mode to the required parameter list in aci_vlan_pool_encap_block
233+
module
234+
- Fix bfd issues in aci_l3out_static_routes module on pre-4.2 APICs
235+
- Fix output_path to support multiple APIC runs in parallel
236+
- Fix small sanity issue in aci_epg_to_contract
237+
- Remove owner_key, owner_tag and annotation from module that do not support
238+
them
239+
- Removed block_name from the required parameter list in aci_vlan_pool_encap_block
240+
module
241+
minor_changes:
242+
- Add access_mode and enable_vm_folder attributes to aci_domain
243+
- Add aci_bgp_rr_asn and aci_bgp_rr_node module and tests
244+
- Add aci_dhcp_relay and aci_dhcp_relay_provider modules and test files (#211)
245+
- Add aci_dns_profile, aci_dns_domain and aci_dns_provider modules and test
246+
files (#221)
247+
- Add aci_epg_to_contract_interface module and test file
248+
- Add aci_esg, aci_esg_contract_master, aci_esg_epg_selector, aci_esg_ip_subnet_selector
249+
and aci_esg_tag_selector modules (#212)
250+
- Add aci_fabric_leaf_profile and aci_fabric_leaf_switch_assoc modules and test
251+
files
252+
- Add aci_fabric_switch_policy_group module and test file
253+
- Add aci_l3out_interface_secondary_ip module and test file
254+
- Add description to aci_fabric_spine_switch_assoc module
255+
- Add destination_epg, source_ip, destination_ip, span_version, flow_id, ttl,
256+
mtu, dscp, and version_enforced attributes to aci_tenant_span_dst_group module
257+
- Add mtu and ipv6_dad attributes to aci_l3out_interface
258+
- Add new aci_vmm_uplink and aci_vmm_uplink_container modules and test files (#189)
259+
- Add new priorities in the aci_epg_to_contract priority module attribute
260+
- Add support for contract_label and subject_label into aci_epg_to_contract
261+
module
262+
- Add support for tagging with new module aci_tag (#210)
263+
- Add useg attribute to aci_epg module
264+
release_summary: 'Release v2.2.0 of the ``ansible-aci`` collection on 2022-03-15.
265+
266+
This changelog describes all changes made to the modules and plugins included
267+
in this collection since v2.1.0.
268+
269+
'
270+
release_date: '2022-03-15'

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.1.0
5+
version: 2.2.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

0 commit comments

Comments
 (0)