From d6d8d0ffe2102479ae2e90b95cc4618e73cbf062 Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Sat, 18 Oct 2014 18:29:21 +0300 Subject: [PATCH] Updated changelog for [GH-449] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24402be8a..8f2983d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]