Updated changelog for [GH-449]

This commit is contained in:
Panagiotis Moustafellos 2014-10-18 18:29:21 +03:00
parent c459421892
commit d6d8d0ffe2
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ BUG FIXES:
* 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]
* providers/aws: Retry deleting subnet for some amount of time if there is a
dependency violation since probably asynchronous destroy events take
place still. [GH-449]
* providers/aws: Drain autoscale groups before deleting. [GH-435]
* providers/aws: Fix crash case if launch config is manually deleted. [GH-421]