|
1 |
| -## 4.84.0 (Unreleased) |
| 1 | +## 4.85.0 (Unreleased) |
| 2 | + |
| 3 | +## 4.84.0 (September 26, 2023) |
| 4 | + |
| 5 | +DEPRECATIONS: |
| 6 | +* alloydb: deprecated `network` field in favor of `network_config` on `google_alloydb_cluster`. ([#15881](https://github.com/hashicorp/terraform-provider-google/pull/15881)) |
| 7 | +* identityplayform: deprecated `google_identity_platform_project_default_config` resource. Use `google_identity_platform_config` resource instead ([#15876](https://github.com/hashicorp/terraform-provider-google/pull/15876)) |
| 8 | + |
| 9 | +FEATURES: |
| 10 | +* **New Data Source:** `google_certificate_manager_certificate_map` ([#15906](https://github.com/hashicorp/terraform-provider-google/pull/15906)) |
| 11 | +* **New Resource:** `google_artifact_registry_vpcsc_config` ([#15840](https://github.com/hashicorp/terraform-provider-google/pull/15840)) |
| 12 | +* **New Resource:** `google_dialogflow_cx_security_settings` ([#15886](https://github.com/hashicorp/terraform-provider-google/pull/15886)) |
| 13 | +* **New Resource:** `google_gke_backup_restore_plan` ([#15858](https://github.com/hashicorp/terraform-provider-google/pull/15858)) |
| 14 | +* **New Resource:** `google_edgenetwork_network` ([#15891](https://github.com/hashicorp/terraform-provider-google/pull/15891)) |
| 15 | +* **New Resource:** `google_edgenetwork_subnet` ([#15891](https://github.com/hashicorp/terraform-provider-google/pull/15891)) |
| 16 | + |
| 17 | +IMPROVEMENTS: |
| 18 | +* alloydb: added `network_config` field to support named IP ranges on `google_alloydb_cluster`. ([#15881](https://github.com/hashicorp/terraform-provider-google/pull/15881)) |
| 19 | +* cloudrunv2: added fields `network_interfaces` to resource `google_cloud_run_v2_job` to support Direct VPC egress. ([#15870](https://github.com/hashicorp/terraform-provider-google/pull/15870)) |
| 20 | +* cloudrunv2: added fields `network_interfaces` to resource `google_cloud_run_v2_service` to support Direct VPC egress. ([#15870](https://github.com/hashicorp/terraform-provider-google/pull/15870)) |
| 21 | +* compute: updated the `autoscaling_policy.mode` to accept `ONLY_SCALE_OUT` on `google_compute_autoscaler` ([#15890](https://github.com/hashicorp/terraform-provider-google/pull/15890)) |
| 22 | +* compute: added `server_tls_policy` argument to `google_compute_target_https_proxy` resource ([#15845](https://github.com/hashicorp/terraform-provider-google/pull/15845)) |
| 23 | +* compute: added `member` attribute to `google_compute_default_service_account` datasource ([#15897](https://github.com/hashicorp/terraform-provider-google/pull/15897)) |
| 24 | +* compute: added output field `internal_ipv6_prefix` to `google_compute_subnetwork` resource ([#15892](https://github.com/hashicorp/terraform-provider-google/pull/15892)) |
| 25 | +* container: added `node_config.fast_socket` field to `google_container_node_pool` ([#15872](https://github.com/hashicorp/terraform-provider-google/pull/15872)) |
| 26 | +* container: promoted `node_pool_auto_config` field in `google_container_cluster` from beta provider to GA provider. ([#15884](https://github.com/hashicorp/terraform-provider-google/pull/15884)) |
| 27 | +* container: promoted field `placement_policy.tpu_topology` in resource `google_container_node_pool` to GA ([#15869](https://github.com/hashicorp/terraform-provider-google/pull/15869)) |
| 28 | +* containeraws: added support for `auto_repair` in `google_container_aws_node_pool` ([#15862](https://github.com/hashicorp/terraform-provider-google/pull/15862)) |
| 29 | +* containerazure: added support for `auto_repair` in `google_container_azure_node_pool` ([#15862](https://github.com/hashicorp/terraform-provider-google/pull/15862)) |
| 30 | +* filestore: added support for the `"ZONAL"` value to `tier` in `google_filestore_instance` ([#15889](https://github.com/hashicorp/terraform-provider-google/pull/15889)) |
| 31 | +* firestore: added `delete_protection_state` field to `google_firestore_database` resource. ([#15878](https://github.com/hashicorp/terraform-provider-google/pull/15878)) |
| 32 | +* identityplatform: added `sign-in` field to `google_identity_platform_config` resource ([#15876](https://github.com/hashicorp/terraform-provider-google/pull/15876)) |
| 33 | +* networkconnectivity: added support for `linked_vpc_network` in `google_network_connectivity_spoke` ([#15862](https://github.com/hashicorp/terraform-provider-google/pull/15862)) |
| 34 | +* networkservices: increased default timeout for `google_network_services_edge_cache_origin` to 120m from 60m ([#15855](https://github.com/hashicorp/terraform-provider-google/pull/15855)) |
| 35 | +* networkservices: increased default timeout for `google_network_services_edge_cache_service` to 60m from 30m ([#15861](https://github.com/hashicorp/terraform-provider-google/pull/15861)) |
| 36 | +* secretmanager: added `is_secret_data_base64` field to `google_secret_manager_secret_version` resource ([#15853](https://github.com/hashicorp/terraform-provider-google/pull/15853)) |
| 37 | + |
| 38 | +BUG FIXES: |
| 39 | +* bigquery: updated documentation for `google_bigquery_table.time_partitioning.expiration_ms` ([#15873](https://github.com/hashicorp/terraform-provider-google/pull/15873)) |
| 40 | +* bigtable: added a read timeout to `google_bigtable_instance` ([#15856](https://github.com/hashicorp/terraform-provider-google/pull/15856)) |
| 41 | +* bigtable: improved regional reliability when instance overlaps a downed region in the resource `google_bigtable_instance` ([#15900](https://github.com/hashicorp/terraform-provider-google/pull/15900)) |
| 42 | +* eventarc: resolved permadiff on `google_eventarc_trigger.event_data_content_type` by defaulting to the value returned by the API if not set in the configuration. ([#15862](https://github.com/hashicorp/terraform-provider-google/pull/15862)) |
| 43 | +* identityplatform: fixed a potential perma-diff for `sign_in` in `google_identity_platform_config` resource ([#15907](https://github.com/hashicorp/terraform-provider-google/pull/15907)) |
| 44 | +* monitoring: fixed scaling issues when deploying terraform changes with many `google_monitoring_monitored_project` ([#15828](https://github.com/hashicorp/terraform-provider-google/pull/15828)) |
| 45 | +* monitoring: fixed validation of `service_id` on `google_monitoring_custom_service` and `slo_id` on `google_monitoring_slo` ([#15841](https://github.com/hashicorp/terraform-provider-google/pull/15841)) |
| 46 | +* osconfig: fixed no more than one setting is allowed under `patch_config.windows_update` on `google_os_config_patch_deployment` ([#15904](https://github.com/hashicorp/terraform-provider-google/pull/15904)) |
| 47 | +* provider: addressed a bug where configuring the provider with unknown values did not behave as expected ([#15898](https://github.com/hashicorp/terraform-provider-google/pull/15898)) |
| 48 | +* provider: fixed the provider so it resumes ignoring empty strings set in the `provider` block ([#15844](https://github.com/hashicorp/terraform-provider-google/pull/15844)) |
| 49 | +* secretmanager: replaced the panic block with an error in import function of `google_secret_manager_secret_version` resource ([#15880](https://github.com/hashicorp/terraform-provider-google/pull/15880)) |
| 50 | +* secretmanager: fixed an issue in `google_secretmanager_secret` where replacing `replication.automatic` with `replication.auto` would destroy and recreate the resource ([#15922](https://github.com/hashicorp/terraform-provider-google/pull/15922)) |
2 | 51 |
|
3 | 52 | ## 4.83.0 (September 18, 2023)
|
4 | 53 |
|
|
0 commit comments