|
1 | | -## 3.18.0 (Unreleased) |
| 1 | +## 3.18.0 (April 20, 2020) |
2 | 2 |
|
3 | 3 | FEATURES: |
4 | 4 | * **New Data Source:** `google_firebase_web_app_config` ([#1950](https://github.com/terraform-providers/terraform-provider-google-beta/pull/1950)) |
@@ -1148,8 +1148,8 @@ BACKWARDS INCOMPATIBILITIES: |
1148 | 1148 | * accesscontextmanager: `google_access_context_manager_service_perimeter` `unrestricted_services` field was removed based on a removal in the underlying API. ([#576](https://github.com/terraform-providers/terraform-provider-google-beta/issues/576)) |
1149 | 1149 |
|
1150 | 1150 | FEATURES: |
1151 | | -* **New Resource**: `google_compute_backend_bucket_signed_url_key` is now available. [GH-530] |
1152 | | -* **New Resource**: `google_compute_backend_service_signed_url_key` is now available. [GH-577] |
| 1151 | +* **New Resource**: `google_compute_backend_bucket_signed_url_key` is now available. ([#530](https://github.com/terraform-providers/terraform-provider-google-beta/issues/530)) |
| 1152 | +* **New Resource**: `google_compute_backend_service_signed_url_key` is now available. ([#577](https://github.com/terraform-providers/terraform-provider-google-beta/issues/577)) |
1153 | 1153 | * **New Datasource**: `google_service_account_access_token` is now available. ([#575](https://github.com/terraform-providers/terraform-provider-google-beta/issues/575)) |
1154 | 1154 |
|
1155 | 1155 | ENHANCEMENTS: |
@@ -1699,7 +1699,7 @@ FEATURES: |
1699 | 1699 | IMPROVEMENTS: |
1700 | 1700 | * all: Read `GOOGLE_CLOUD_PROJECT` environment variable also ([#1271](https://github.com/terraform-providers/terraform-provider-google/issues/1271)) |
1701 | 1701 | * bigquery: Add time partitioning field to `google_bigquery_table` resource ([#1240](https://github.com/terraform-providers/terraform-provider-google/issues/1240)) |
1702 | | -* config: Add OAuth access token to `google_client_config` data source [[#1277](https://github.com/terraform-providers/terraform-provider-google/issues/1277)] |
| 1702 | +* config: Add OAuth access token to `google_client_config` data source ([#1277](https://github.com/terraform-providers/terraform-provider-google/issues/1277)) |
1703 | 1703 | * compute: Add `wait_for_instances` field to `google_compute_instance_group_manager` and self_link option to the `google_compute_instance_group` data source ([#1222](https://github.com/terraform-providers/terraform-provider-google/issues/1222)) |
1704 | 1704 | * compute: add support for security policies in backend services ([#1243](https://github.com/terraform-providers/terraform-provider-google/issues/1243)) |
1705 | 1705 | * compute: regional instance group managers now support rolling updates ([#1260](https://github.com/terraform-providers/terraform-provider-google/issues/1260)) |
@@ -1904,7 +1904,7 @@ IMPROVEMENTS: |
1904 | 1904 | * compute: Add partial import support for `google_compute_url_map` ([#678](https://github.com/terraform-providers/terraform-provider-google/issues/678)) |
1905 | 1905 | * compute: Add import support for `google_compute_backend_bucket` ([#736](https://github.com/terraform-providers/terraform-provider-google/issues/736)) |
1906 | 1906 | * compute: Add configurable timeouts for disks ([#717](https://github.com/terraform-providers/terraform-provider-google/issues/717)) |
1907 | | -* compute: Use v1 API now that all beta features are in GA for `google_compute_firewall` [[#768](https://github.com/terraform-providers/terraform-provider-google/issues/768)] |
| 1907 | +* compute: Use v1 API now that all beta features are in GA for `google_compute_firewall` ([#768](https://github.com/terraform-providers/terraform-provider-google/issues/768)) |
1908 | 1908 | * compute: Add Alias IP and Guest Accelerator support to Instance Templates ([#639](https://github.com/terraform-providers/terraform-provider-google/issues/639)) |
1909 | 1909 | * container: Relax diff on `daily_maintenance_window.start_time` for `google_container_cluster` ([#726](https://github.com/terraform-providers/terraform-provider-google/issues/726)) |
1910 | 1910 | * container: Allow node pools with size 0 ([#752](https://github.com/terraform-providers/terraform-provider-google/issues/752)) |
@@ -2147,7 +2147,7 @@ BUG FIXES: |
2147 | 2147 | * compute: `compute_firewall` will no longer display a perpetual diff if `source_ranges` isn't set ([#147](https://github.com/terraform-providers/terraform-provider-google/issues/147)) |
2148 | 2148 | * compute: Fix read method + test/document import for `google_compute_health_check` ([#155](https://github.com/terraform-providers/terraform-provider-google/issues/155)) |
2149 | 2149 | * compute: Read named ports changes properly in `google_compute_instance_group` ([#188](https://github.com/terraform-providers/terraform-provider-google/issues/188)) |
2150 | | -* compute: `google_compute_image` `description` property can now be set [[#199](https://github.com/terraform-providers/terraform-provider-google/issues/199)] |
| 2150 | +* compute: `google_compute_image` `description` property can now be set ([#199](https://github.com/terraform-providers/terraform-provider-google/issues/199)) |
2151 | 2151 | * compute: `google_compute_target_https_proxy` will no longer display a diff if ssl certificates are referenced using only the path ([#210](https://github.com/terraform-providers/terraform-provider-google/issues/210)) |
2152 | 2152 |
|
2153 | 2153 | ## 0.1.1 (June 21, 2017) |
|
0 commit comments