From 7e3f2847c0b9e1789b30c523def9378cb53868ba Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Fri, 12 Jan 2018 10:06:01 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fd9b5a..54ae18ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ BUG FIXES: * compute: Suppress diff for equivalent value in `google_compute_disk` image field [GH-884] * compute: Read IAP settings properly in `google_compute_backend_service` [GH-907] * compute: Fix bug causing a crash when specifying unknown network in `google_compute_network_peering` [GH-918] +* compute: Fix failing update when changing `google_compute_health_check` type [GH-944] * container: Set default scopes when creating GKE clusters/node pools [GH-924] * storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated [GH-848] * storage: Fix bug preventing the removal of lifecycle rules for a `google_storage_bucket` [GH-850]