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. (#3675)
FEATURES:
- New Resource:
google_monitoring_monitored_project
(#3658) - New Resource:
google_org_policy_policy
(#3637)
IMPROVEMENTS:
- cloudbuild: added field
service_account
togoogle_cloudbuild_trigger
(#3661) - composer: added field
scheduler_count
togoogle_composer_environment
(#3660) - compute: Disabled recreation of GCE instances when updating
resource_policies
property (#3668) - container: added support for
logging_config
andmonitoring_config
togoogle_container_cluster
(#3641) - kms: added support for
import_only
togoogle_kms_crypto_key
(#3659) - networkservices: boosted the default timeout for
google_network_services_edge_cache_origin
from 30m to 60m (#3674)
BUG FIXES:
- container: fixed an issue where a node pool created with error (eg. GKE_STOCKOUT) would not be captured in state (#3646)
- filestore: Allowed updating
reserved_ip_range
ongoogle_filestore_instance
via recreation of the instance (#3651) - serviceusage: Made the service api retry failed operation calls in anticipation of transient errors that occur when first enabling the service. (#3666)