Updated changelog for [GH-447]

This commit is contained in:
Panagiotis Moustafellos 2014-10-18 11:52:08 +03:00
parent f240c27e16
commit 3cea56b4a2
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ BUG FIXES:
the correct data and don't incorrectly recreate themselves. [GH-425]
* providers/aws: Fix case where ELB would incorrectly plan to modify
listeners (with the same data) in some cases.
* providers/aws: Retry destroying internet gateway for some amount of time
if there is a dependency violation since it is probably just eventual
consistency (public facing resources being destroyed). [GH-447]
* providers/aws: Retry deleting security groups for some amount of time
if there is a dependency violation since it is probably just eventual
consistency. [GH-436]