@@ -114,3 +114,115 @@ releases:
114
114
This changelog describes all changes made to the modules and plugins included
115
115
in this collection since v1.1.1. '
116
116
release_date : ' 2020-12-15'
117
+ 2.1.0 :
118
+ changes :
119
+ bugfixes :
120
+ - Fix blacklist bug
121
+ - Fix cleanup of MGMT EPGs
122
+ - Fix module reference for l3out_node_profile cleanup task
123
+ - Fix required variables for absent and present states for l3out_node_profile
124
+ - Fix sanity & importer check errors
125
+ - Fix test and assertion variables and module references for l3out_node_profile
126
+ tests
127
+ - pylint fix for .format()
128
+ minor_changes :
129
+ - Add APIC 5.x to inventory for Integration tests
130
+ - Add a requirements file
131
+ - Add ability to change custom epg name
132
+ - Add aci_cloud_ap module and test file
133
+ - Add aci_cloud_aws_provider module and its test file (#181)
134
+ - Add aci_cloud_bgp_asn module and test file (#180)
135
+ - Add aci_cloud_epg_selector module and test file (#182)
136
+ - Add aci_fabric_spine_profile, aci_fabric_spine_switch_assoc and aci_fabric_switch_block
137
+ modules and integration tests (#187)
138
+ - Add aci_info
139
+ - Add aci_interface_description module and test file (#167)
140
+ - Add aci_l3out_bgp_peer and aci_l3out_interface modules and test files (#177)
141
+ - Add aci_snmp_client, aci_snmp_client_group, aci_snmp_community_policy, aci_snmp_policy
142
+ and aci_snmp_user modules and test files (#176)
143
+ - Add aci_syslog_group module and test file (#170)
144
+ - Add aci_syslog_source and aci_syslog_remote_dest modules and test files (#174)
145
+ - Add aci_vmm_controller module and test file
146
+ - Add aci_vmm_vswitch module and test file (#142)
147
+ - Add check for enhanced lag policy
148
+ - Add cloud_external_epg and cloud_external_epg_selector modules and test files
149
+ (#185)
150
+ - Add directory and aliases file for l3out node profile tests
151
+ - Add ethertype for IPv6
152
+ - Add ethertype ipv4
153
+ - Add functionality to support cryptography for signing
154
+ - Add galaxy-importer check (#115)
155
+ - Add ipv6_l3_unknown_multicast parameter support for aci_bd
156
+ - Add issue templates
157
+ - Add module aci_cloud_epg & test file (#175)
158
+ - Add module aci_l3out_logical_node_profile to manage l3out node profiles
159
+ - Add module and test for aci_contract_subject_to_service_graph
160
+ - Add new module aci_l2out_extepg_to_contract and test file based on aci_l3out_extepg_to_contract
161
+ - Add new modules for L2out - aci_l2out_logical_*
162
+ - Add primary_encap in module tests
163
+ - Add route_profile, route_profile_l3_out to aci_bd
164
+ - Add support and tests for custom_qos_policy parameter in aci_epg
165
+ - Add support for ANSIBLE_NET_SSH_KEYFILE
166
+ - Add support for vmm domain infra port group and tag collection in aci_domain
167
+ module (#141)
168
+ - Add task to create requirement for enhanced lag policy
169
+ - Add test case for custom epg name
170
+ - Add test file for aci_bd
171
+ - Add tests for ipv6_l3_unknown_multicast parameter support in aci_bd
172
+ - Add tests for l3out node profile module
173
+ - Add tests to create multiple node profiles and query all node profiles in
174
+ an L3out
175
+ - Add variable references and fix naming in l3out_node_profile tests
176
+ - Add version check for changing custom epg name
177
+ - Added Enhanced Lag Policy for VMware VMM Domain Profile in module aci_epg_to_domain
178
+ - Change CI to latest version of ansible and python 3.8
179
+ - Change child_configs & child_classes
180
+ - Change dscp to target_dscp in aci_l3out_logical_node_profile module to avoid
181
+ future var conflicts
182
+ - Change naming of lagpolicy
183
+ - Change primary_encap --> primaryEncap
184
+ - Change test case for enhanced_lag_policy
185
+ - Changes made to execute aci_epg_to_domain and aci_cloud_cidr modules, also
186
+ generalised the cloud variables
187
+ - Check WARNINGs and ERRORs in galaxy-importer check (#118)
188
+ - Correcting sanity in aci_static_binding_to_epg.py module
189
+ - Fix broken test parameters for aci_l3out_logical_interface_profile
190
+ - Fix documentation and add example to query all node profiles for L3out
191
+ - Fix feedback
192
+ - Fix indentation causing linting error
193
+ - Fix lag_plicy tDn
194
+ - Fix missed separators '/' in path attribute of ACIModule class
195
+ - Fix module reference and remove unused aliases in aci_l3out_logical_node_profile
196
+ tests
197
+ - Fixed default values in docs and specs
198
+ - Fixed the behavior when output is specified in aci_rest. (#169)
199
+ - Initial changes to aci_cloud_ctx_profile module to execute only cloud sites
200
+ from inventory
201
+ - Interface types added for Po's and vPC's using fex-ports and test files
202
+ - L3Out Enhancements
203
+ - L3Out Interface Profile (#134)
204
+ - Made changes in collection version segment
205
+ - Made changes in mso.py to generalize construct_url
206
+ - Made changes to support aci non cloud host >=3.2
207
+ - Made changes with respect to galaxy importer similar to MSO
208
+ - Modified 12 files affected from inventory file changes, by differentiating
209
+ tasks into cloud and non-cloud specific hosts
210
+ - Move custom_qos_policy to conditional and remove unnecessary custom_qos_policy
211
+ from monitoring policy in test
212
+ - Move ipv6_l3_unknown_multicast to condition and check version in test
213
+ - Remove uneccessary delegate_to variable for l3out_node_profile cleanup task
214
+ - Separated assert statements for cloud and non-cloud sites and added additional
215
+ condition statement required for execution of version<=4.1
216
+ - Supports primaryEncap value as unknown (#157)
217
+ - Update aci_l3out_extepg_to_contract.py
218
+ - W291 + boolean correction
219
+ - contract_enhancements (#135)
220
+ - doc-required-mismatch fix
221
+ - interface blacklist test fix
222
+ - interface disable/enable fabricRsOosPath
223
+ - interface disable/enable fex support
224
+ release_summary : ' Release v2.1.0 of the ``ansible-aci`` collection on 2021-10-06.
225
+
226
+ This changelog describes all changes made to the modules and plugins included
227
+ in this collection since v2.0.0. '
228
+ release_date : ' 2021-10-06'
0 commit comments