3.87.0 (October 04, 2021)
DEPRECATIONS:
- dataproc: deprecated the
google_dataproc_workflow_template.version
field, as it wasn't actually useful. The field is used during updates, but updates aren't currently possible with the resource. (#10183)
FEATURES:
- New Resource:
google_org_policy_policy
(#10111)
IMPROVEMENTS:
- cloudbuild: added field
service_account
togoogle_cloudbuild_trigger
(#10159) - composer: added field
scheduler_count
togoogle_composer_environment
(#10158) - compute: Disabled recreation of GCE instances when updating
resource_policies
property (#10173) - container: added support for
logging_config
andmonitoring_config
togoogle_container_cluster
(#10125) - kms: added support for
import_only
togoogle_kms_crypto_key
(#10157) - networkservices: boosted the default timeout for
google_network_services_edge_cache_origin
from 30m to 60m (#10182)
BUG FIXES:
- container: fixed an issue where a node pool created with error (eg. GKE_STOCKOUT) would not be captured in state (#10137)
- filestore: Allowed updating
reserved_ip_range
ongoogle_filestore_instance
via recreation of the instance (#10146) - serviceusage: enabled the service api to retry on failed operation calls in anticipation of transient errors that occur when first enabling the service. (#10171)