From 31ce7aadca8350c4795fd8a78fbd15211ca03e82 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Wed, 31 May 2017 15:20:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2656ede1f..54cbcdf69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES: * provider/aws: Fix panic on nil dead_letter_config [GH-14964] * provider/digitalocean: Refresh DO loadbalancer from state if 404 [GH-14897] * provider/github: Do not set incorrect values in github_team data source [GH-14859] +* provider/google: use a mutex to prevent concurrent sql instance operations [GH-14424] * provider/postgresql: Fix for leaking credentials in the provider [GH-14817] * provider/postgresql: Drop the optional WITH token from CREATE ROLE. [GH-14864]