From ad01a747d241263fa5462f2ef03564f9387b5bd5 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Wed, 12 Dec 2018 17:59:22 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f23db2..7fc92e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ENHANCEMENTS: * cloudbuild: Added Update support for `google_cloudbuild_trigger`. [GH-2121] * cloudfunctions: Add `runtime` support to `google_cloudfunctions_function` [GH-2340] * cloudfunctions: Add new-style Storage and Pub/Sub trigger support as well as Firestore trigger support to `google_cloudfunctions_function` [GH-2412] [GH-2480] +* cloudfunctions: add souce repo support [GH-2650] * compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245] * compute: `google_compute_health_check` supports for content-based load balancing (`response` field) in HTTP(S) checks. [GH-2550] * dataproc: Add `accelerators` support to `google_dataproc_cluster` to allow using GPU accelerators. [GH-2411]