From 59c72724d063eaf942ae2d0b4a51789aa788a377 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Wed, 10 May 2017 20:16:09 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d607ef990..783d5875c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ BUG FIXES: * provider/aws: Allow zero-value ELB and ALB names [GH-14304] * provider/aws: Update the ignoring of AWS specific tags [GH-14321] * provider/aws: Adding IPv6 address to instance causes perpetual diff [GH-14355] +* provider/aws: Fix SG update on instance with multiple network interfaces [GH-14299] * provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879] * provider/fastly: Changes setting conditionals to optional [GH-14103] * provider/google: Ignore certain project services that can't be enabled directly via the api [GH-13730]