This commit is contained in:
tf-release-bot 2018-06-07 20:42:35 +00:00 committed by TeamCity
parent 68982b195d
commit e44336ac36
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C

View File

@ -1,34 +1,34 @@
## 1.14.0 (Unreleased)
## 1.14.0 (June 07, 2018)
FEATURES:
* **New Datasource**: `google_service_account` [GH-1535]
* **New Datasource**: `google_service_account_key` [GH-1535]
* **New Datasource**: `google_netblock_ip_ranges` [GH-1580]
* **New Datasource**: `google_compute_regions` [GH-1603]
* **New Datasource**: `google_service_account` ([#1535](https://github.com/terraform-providers/terraform-provider-google/issues/1535))
* **New Datasource**: `google_service_account_key` ([#1535](https://github.com/terraform-providers/terraform-provider-google/issues/1535))
* **New Datasource**: `google_netblock_ip_ranges` ([#1580](https://github.com/terraform-providers/terraform-provider-google/issues/1580))
* **New Datasource**: `google_compute_regions` ([#1603](https://github.com/terraform-providers/terraform-provider-google/issues/1603))
IMPROVEMENTS:
* compute: As part of migrating `google_compute_disk` to be autogenerated, enabled encrypted source snapshot & images. [GH-1521].
* compute: Accept subnetwork name only in `google_forwarding_rule` [GH-1552]
* compute: Add disabled property to `google_compute_firewall` [GH-1536]
* compute: Add support for custom request headers in `google_compute_backend_service` [GH-1537]
* compute: Add support for `ssl_policy` to `google_compute_target_ssl_proxy` [GH-1568]
* compute: Add support for `version`s in instance group manager [GH-1499]
* compute: Add support for `network_tier` to address, instance and instance_template [GH-1530]
* cloudbuild: Use the project defined in `trigger_template` when creating a `google_cloudbuild_trigger` [GH-1556]
* cloudbuild: Support configuration file in repository for `google_cloudbuild_trigger` [GH-1557]
* kms: Add basic update for `google_kms_crypto_key` resource [GH-1511]
* project: Use default provider project for `google_project_services` if project field is empty [GH-1553]
* project: Added support for restoring default organization policies [GH-1477]
* project: Handle spurious Cloud API errors and performance issues for `google_project_service(s)` [GH-1565]
* redis: Add update support for Redis Instances [GH-1590]
* sql: Add labels support in `sql_database_instance` [GH-1567]
* compute: As part of migrating `google_compute_disk` to be autogenerated, enabled encrypted source snapshot & images. [[#1521](https://github.com/terraform-providers/terraform-provider-google/issues/1521)].
* compute: Accept subnetwork name only in `google_forwarding_rule` ([#1552](https://github.com/terraform-providers/terraform-provider-google/issues/1552))
* compute: Add disabled property to `google_compute_firewall` ([#1536](https://github.com/terraform-providers/terraform-provider-google/issues/1536))
* compute: Add support for custom request headers in `google_compute_backend_service` ([#1537](https://github.com/terraform-providers/terraform-provider-google/issues/1537))
* compute: Add support for `ssl_policy` to `google_compute_target_ssl_proxy` ([#1568](https://github.com/terraform-providers/terraform-provider-google/issues/1568))
* compute: Add support for `version`s in instance group manager ([#1499](https://github.com/terraform-providers/terraform-provider-google/issues/1499))
* compute: Add support for `network_tier` to address, instance and instance_template ([#1530](https://github.com/terraform-providers/terraform-provider-google/issues/1530))
* cloudbuild: Use the project defined in `trigger_template` when creating a `google_cloudbuild_trigger` ([#1556](https://github.com/terraform-providers/terraform-provider-google/issues/1556))
* cloudbuild: Support configuration file in repository for `google_cloudbuild_trigger` ([#1557](https://github.com/terraform-providers/terraform-provider-google/issues/1557))
* kms: Add basic update for `google_kms_crypto_key` resource ([#1511](https://github.com/terraform-providers/terraform-provider-google/issues/1511))
* project: Use default provider project for `google_project_services` if project field is empty ([#1553](https://github.com/terraform-providers/terraform-provider-google/issues/1553))
* project: Added support for restoring default organization policies ([#1477](https://github.com/terraform-providers/terraform-provider-google/issues/1477))
* project: Handle spurious Cloud API errors and performance issues for `google_project_service(s)` ([#1565](https://github.com/terraform-providers/terraform-provider-google/issues/1565))
* redis: Add update support for Redis Instances ([#1590](https://github.com/terraform-providers/terraform-provider-google/issues/1590))
* sql: Add labels support in `sql_database_instance` ([#1567](https://github.com/terraform-providers/terraform-provider-google/issues/1567))
BUG FIXES:
* dns: Suppress diff for ipv6 address in `google_dns_record_set` [GH-1551]
* storage: Support removing a label in `google_storage_bucket` [GH-1550]
* compute: Fix perpetual diff caused by the `google_instance_group` self_link in `google_regional_instance_group_manager` [GH-1549]
* project: Retry while listing enabled services [GH-1573]
* redis: Allow self links for redis authorized network [GH-1599]
* dns: Suppress diff for ipv6 address in `google_dns_record_set` ([#1551](https://github.com/terraform-providers/terraform-provider-google/issues/1551))
* storage: Support removing a label in `google_storage_bucket` ([#1550](https://github.com/terraform-providers/terraform-provider-google/issues/1550))
* compute: Fix perpetual diff caused by the `google_instance_group` self_link in `google_regional_instance_group_manager` ([#1549](https://github.com/terraform-providers/terraform-provider-google/issues/1549))
* project: Retry while listing enabled services ([#1573](https://github.com/terraform-providers/terraform-provider-google/issues/1573))
* redis: Allow self links for redis authorized network ([#1599](https://github.com/terraform-providers/terraform-provider-google/issues/1599))
## 1.13.0 (May 24, 2018)