You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## 0.7.1 (June 25, 2021)
2
+
BREAKING CHANGE:
3
+
- Change aci_dhcp_relay_policy relation_dhcp_rs_prov argument from list of string to block definition to accomodate the addr argument.
4
+
5
+
BUG FIXES:
6
+
- Fix a regression introduced in aci_rest creating issues when use in parallel.
7
+
- Make management_profile_dn an optional parameter with "uni/tn-mgmt/mgmtp-default" as default value in aci_node_mgmt_epg.
8
+
- Deprecate use of filter argument in aci_contract and removal from documentation.
9
+
- Fix documentation of region argument in aci_cloud_aws_provider.
10
+
- Fix aci_bgp_peer_connectivity_profile documentation for as_number and local_asn.
11
+
- Fix aci_application_epg examples and documentation to make it clearer.
12
+
- Fix cert_name usage examples in documentation and README.md.
13
+
- Remove application_epg_dn argument from aci_client_end_point documentation as use case is not implemented yet (follow #513 for use case development).
14
+
- Add required_provider and provider definition in all examples to conform to new Terraform provider usage definitions.
15
+
- Fix aci_contract example to showcase how to create contract, subject, filter and filter entries.
16
+
1
17
## 0.7.0 (May 26, 2021)
2
18
BREAKING CHANGE:
3
19
- Fix "ctrl" attribute issues with list of items in OSPF Interface Policy resource/datasource.
0 commit comments