Skip to content

Commit b6b559d

Browse files
Update CHANGELOG.md
1 parent 5965b96 commit b6b559d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
12+
113
## 0.5.2 (November 20, 2020)
214

315
BUG FIXES:

0 commit comments

Comments
 (0)