From 59e344f7c925f59c8a0e621061a55152044b9277 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Wed, 3 May 2017 14:31:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811b94d0c..c545537e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ BUG FIXES: * 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] * provider/google: Ability to add more than 25 project services [GH-13758] +* provider/google: Fix compute instance panic with bad disk config [GH-14169] * providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990] * provider/postgres grant role when creating database [GH-11452] * provisioner/remote-exec: Fix panic from remote_exec provisioner [GH-14134]