This commit is contained in:
tf-release-bot 2018-01-18 21:48:14 +00:00 committed by TeamCity
parent 3e900a3e6b
commit 621c963388
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C

View File

@ -1,55 +1,55 @@
## 1.5.0 (Unreleased)
## 1.5.0 (January 18, 2018)
FEATURES:
* **New Resource:** `google_cloudfunctions_function` [GH-899]
* **New Resource:** `google_logging_organization_sink` [GH-923]
* **New Resource:** `google_service_account_iam_binding` [GH-840]
* **New Resource:** `google_service_account_iam_member` [GH-840]
* **New Resource:** `google_service_account_iam_policy` [GH-840]
* **New Resource:** `google_pubsub_topic_iam_binding` [GH-875]
* **New Resource:** `google_pubsub_topic_iam_member` [GH-875]
* **New Resource:** `google_pubsub_topic_iam_policy` [GH-875]
* **New Resource:** `google_dataflow_job` [GH-855]
* **New Data Source:** `google_compute_region_instance_group` [GH-851]
* **New Data Source:** `google_container_cluster` [GH-740]
* **New Data Source:** `google_kms_secret` [GH-741]
* **New Data Source:** `google_billing_account`[GH-889]
* **New Data Source:** `google_organization` [GH-887]
* **New Data Source:** `google_container_registry_repository` [GH-954]
* **New Data Source:** `google_container_registry_image` [GH-954]
* **New Resource:** `google_cloudfunctions_function` ([#899](https://github.com/terraform-providers/terraform-provider-google/issues/899))
* **New Resource:** `google_logging_organization_sink` ([#923](https://github.com/terraform-providers/terraform-provider-google/issues/923))
* **New Resource:** `google_service_account_iam_binding` ([#840](https://github.com/terraform-providers/terraform-provider-google/issues/840))
* **New Resource:** `google_service_account_iam_member` ([#840](https://github.com/terraform-providers/terraform-provider-google/issues/840))
* **New Resource:** `google_service_account_iam_policy` ([#840](https://github.com/terraform-providers/terraform-provider-google/issues/840))
* **New Resource:** `google_pubsub_topic_iam_binding` ([#875](https://github.com/terraform-providers/terraform-provider-google/issues/875))
* **New Resource:** `google_pubsub_topic_iam_member` ([#875](https://github.com/terraform-providers/terraform-provider-google/issues/875))
* **New Resource:** `google_pubsub_topic_iam_policy` ([#875](https://github.com/terraform-providers/terraform-provider-google/issues/875))
* **New Resource:** `google_dataflow_job` ([#855](https://github.com/terraform-providers/terraform-provider-google/issues/855))
* **New Data Source:** `google_compute_region_instance_group` ([#851](https://github.com/terraform-providers/terraform-provider-google/issues/851))
* **New Data Source:** `google_container_cluster` ([#740](https://github.com/terraform-providers/terraform-provider-google/issues/740))
* **New Data Source:** `google_kms_secret` ([#741](https://github.com/terraform-providers/terraform-provider-google/issues/741))
* **New Data Source:** `google_billing_account`([#889](https://github.com/terraform-providers/terraform-provider-google/issues/889))
* **New Data Source:** `google_organization` ([#887](https://github.com/terraform-providers/terraform-provider-google/issues/887))
* **New Data Source:** `google_container_registry_repository` ([#954](https://github.com/terraform-providers/terraform-provider-google/issues/954))
* **New Data Source:** `google_container_registry_image` ([#954](https://github.com/terraform-providers/terraform-provider-google/issues/954))
IMPROVEMENTS:
* iam: Add support for import of IAM resources (project, folder, organizations, crypto keys, and key rings). [GH-835]
* compute: Add support for routing mode in compute network. [GH-838]
* compute: Add configurable create/update/delete timeouts to `google_compute_instance` [GH-856]
* compute: Add configurable create/update/delete timeouts to `google_compute_subnetwork` [GH-871]
* compute: Add update support for `routing_mode` in `google_compute_network` [GH-857]
* compute: Add import support for `google_compute_instance` [GH-873]
* compute: More descriptive error message for health check not found in `google_compute_target_pool` [GH-883]
* compute: Add `disable_on_destroy` (default true) for `google_project_service`. [GH-965]
* compute: Add update support for subnetwork IP CIDR range expansion [GH-945]
* compute: Read boot disk initialization params from API in `google_compute_instance` [GH-948]
* container: Ensure operations on a cluster are applied serially [GH-937]
* container: Don't recreate container_cluster when maintenance_window changes [GH-893]
* dataproc: Add "internal IP only" support for Dataproc clusters [GH-837]
* dataproc: Support `self_link` from a different project in dataproc network and subnetwork fields [GH-935]
* sourcerepo: Export new `url` field for `google_sourcerepo_repository` [GH-943]
* folder: Support more format for `folder` field in `google_folder_organization_policy` [GH-963]
* dns: Add import support to `google_dns_record_set` [GH-895]
* all: Make provider-wide region optional [GH-916]
* all: Infers region from zone schema before using the provider-level region [GH-938]
* all: Upgrade terraform core to v0.11.2 [GH-940]
* iam: Add support for import of IAM resources (project, folder, organizations, crypto keys, and key rings). ([#835](https://github.com/terraform-providers/terraform-provider-google/issues/835))
* compute: Add support for routing mode in compute network. ([#838](https://github.com/terraform-providers/terraform-provider-google/issues/838))
* compute: Add configurable create/update/delete timeouts to `google_compute_instance` ([#856](https://github.com/terraform-providers/terraform-provider-google/issues/856))
* compute: Add configurable create/update/delete timeouts to `google_compute_subnetwork` ([#871](https://github.com/terraform-providers/terraform-provider-google/issues/871))
* compute: Add update support for `routing_mode` in `google_compute_network` ([#857](https://github.com/terraform-providers/terraform-provider-google/issues/857))
* compute: Add import support for `google_compute_instance` ([#873](https://github.com/terraform-providers/terraform-provider-google/issues/873))
* compute: More descriptive error message for health check not found in `google_compute_target_pool` ([#883](https://github.com/terraform-providers/terraform-provider-google/issues/883))
* compute: Add `disable_on_destroy` (default true) for `google_project_service`. ([#965](https://github.com/terraform-providers/terraform-provider-google/issues/965))
* compute: Add update support for subnetwork IP CIDR range expansion ([#945](https://github.com/terraform-providers/terraform-provider-google/issues/945))
* compute: Read boot disk initialization params from API in `google_compute_instance` ([#948](https://github.com/terraform-providers/terraform-provider-google/issues/948))
* container: Ensure operations on a cluster are applied serially ([#937](https://github.com/terraform-providers/terraform-provider-google/issues/937))
* container: Don't recreate container_cluster when maintenance_window changes ([#893](https://github.com/terraform-providers/terraform-provider-google/issues/893))
* dataproc: Add "internal IP only" support for Dataproc clusters ([#837](https://github.com/terraform-providers/terraform-provider-google/issues/837))
* dataproc: Support `self_link` from a different project in dataproc network and subnetwork fields ([#935](https://github.com/terraform-providers/terraform-provider-google/issues/935))
* sourcerepo: Export new `url` field for `google_sourcerepo_repository` ([#943](https://github.com/terraform-providers/terraform-provider-google/issues/943))
* folder: Support more format for `folder` field in `google_folder_organization_policy` ([#963](https://github.com/terraform-providers/terraform-provider-google/issues/963))
* dns: Add import support to `google_dns_record_set` ([#895](https://github.com/terraform-providers/terraform-provider-google/issues/895))
* all: Make provider-wide region optional ([#916](https://github.com/terraform-providers/terraform-provider-google/issues/916))
* all: Infers region from zone schema before using the provider-level region ([#938](https://github.com/terraform-providers/terraform-provider-google/issues/938))
* all: Upgrade terraform core to v0.11.2 ([#940](https://github.com/terraform-providers/terraform-provider-google/issues/940))
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]
* compute: Fix bug blocking `google_compute_autoscaler` from containing multiple metrics. [GH-966]
* 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]
* all: Fix bug causing a perpetual diff when using provider-default zone [GH-914]
* compute: Suppress diff for equivalent value in `google_compute_disk` image field ([#884](https://github.com/terraform-providers/terraform-provider-google/issues/884))
* compute: Read IAP settings properly in `google_compute_backend_service` ([#907](https://github.com/terraform-providers/terraform-provider-google/issues/907))
* compute: Fix bug causing a crash when specifying unknown network in `google_compute_network_peering` ([#918](https://github.com/terraform-providers/terraform-provider-google/issues/918))
* compute: Fix failing update when changing `google_compute_health_check` type ([#944](https://github.com/terraform-providers/terraform-provider-google/issues/944))
* compute: Fix bug blocking `google_compute_autoscaler` from containing multiple metrics. ([#966](https://github.com/terraform-providers/terraform-provider-google/issues/966))
* container: Set default scopes when creating GKE clusters/node pools ([#924](https://github.com/terraform-providers/terraform-provider-google/issues/924))
* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated ([#848](https://github.com/terraform-providers/terraform-provider-google/issues/848))
* storage: Fix bug preventing the removal of lifecycle rules for a `google_storage_bucket` ([#850](https://github.com/terraform-providers/terraform-provider-google/issues/850))
* all: Fix bug causing a perpetual diff when using provider-default zone ([#914](https://github.com/terraform-providers/terraform-provider-google/issues/914))
## 1.4.0 (December 11, 2017)