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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.5.3 (December 22, 2020)
2
+
3
+
IMPROVEMENTS:
4
+
- Added New attribute named endpoint_path to fvcep data-source.
5
+
- Added More levels for priorities to the application_profile resource. (Supported in latest version of APIC)
6
+
7
+
BUG FIXES:
8
+
- Renamed `_from` attribute to `from` for aci_ranges resource.
9
+
10
+
BREAKING CHANGES:
11
+
- scope attribute for aci_l3_ext_subnet resource is now list of string rather than a single string. This change will break your infrastructure if you have l3extsubnet created with terraform. Consider removing the l3extsubnet resource from your terraform state file using `terraform state rm` and than run the `terraform apply` to make your configuration inline with the new changes. This will not affect the l3extsubnet which is already there.
0 commit comments