Skip to content

Commit 3c0ac40

Browse files
hao-nan-lishuyama1
andauthored
Release-7.4.0 Changelog (#10748)
* Release-7.4.0 Changelog * Apply suggestions from code review --------- Co-authored-by: Shuya Ma <[email protected]>
1 parent e5d0893 commit 3c0ac40

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
## 7.3.0 (September 19, 2025)
1+
## 7.4.0 (Unreleased)
2+
3+
DEPRECATIONS:
4+
* compute: deprecated the option to deploy a container during VM creation using the container startup agent in `google_compute_instance`. Use alternative services to run containers on your VMs. Learn more at https://cloud.google.com/compute/docs/containers/migrate-containers. ([#10725](https://github.com/hashicorp/terraform-provider-google-beta/pull/10725))
5+
6+
FEATURES:
7+
* **New Data Source:** `google_artifact_registry_maven_artifact` ([#10718](https://github.com/hashicorp/terraform-provider-google-beta/pull/10718))
8+
* **New Data Source:** `google_compute_interconnect_location` ([#10727](https://github.com/hashicorp/terraform-provider-google-beta/pull/10727))
9+
* **New Resource:** `google_network_services_wasm_plugin` ([#10742](https://github.com/hashicorp/terraform-provider-google-beta/pull/10742))
10+
11+
IMPROVEMENTS:
12+
* compute: added `scheduling.0.skip_guest_os_shutdown` field to `google_compute_instance_template` resource ([#10729](https://github.com/hashicorp/terraform-provider-google-beta/pull/10729))
13+
* compute: added `scheduling.0.skip_guest_os_shutdown` field to `google_compute_instance` resource ([#10729](https://github.com/hashicorp/terraform-provider-google-beta/pull/10729))
14+
* compute: added `scheduling.0.skip_guest_os_shutdown` field to `google_compute_region_instance_template` resource ([#10729](https://github.com/hashicorp/terraform-provider-google-beta/pull/10729))
15+
* compute: added `tunneling_config` field to `google_compute_service_attachment` resource ([#10730](https://github.com/hashicorp/terraform-provider-google-beta/pull/10730))
16+
* container: added `auto_ipam_config` to `google_container_cluster` resource. ([#10737](https://github.com/hashicorp/terraform-provider-google-beta/pull/10737))
17+
* privilegedaccessmanager: added `privileged_access.gcp_iam_access.role_bindings.id` field to `google_privileged_access_manager_entitlement` resource ([#10743](https://github.com/hashicorp/terraform-provider-google-beta/pull/10743))
18+
* storage: added support for `timeouts` to `google_storage_bucket_iam_binding`, `google_storage_bucket_iam_member`, `google_storage_bucket_iam_policy` resources ([#10726](https://github.com/hashicorp/terraform-provider-google-beta/pull/10726))
19+
20+
BUG FIXES:
21+
* bigtable: fixed `node_scaling_factor` forcing new instance on `google_bigtable_instance` when adding new cluster ([#10744](https://github.com/hashicorp/terraform-provider-google-beta/pull/10744))
22+
* cloudscheduler: fixed a type assertion panic in `google_cloud_scheduler_job` when processing HTTP headers with nil or unexpected data types ([#10720](https://github.com/hashicorp/terraform-provider-google-beta/pull/10720))
23+
* compute: fixed the `Network field cannot be modified` issue in `google_compute_region_backend_service`. Now updating the `network` field will force the resource to be recreated ([#10738](https://github.com/hashicorp/terraform-provider-google-beta/pull/10738))
24+
* netapp: fixed incorrect default value handling in `google_netapp_volume` for `export_policy.rules` attributes `has_root_access` and `squash_mode`. When not specified, these fields will now take on the API default value with no diff. ([#10736](https://github.com/hashicorp/terraform-provider-google-beta/pull/10736))
25+
* netapp: updated `google_netapp_storage_pool` to source the default value for the `qos_type` field from the API. If not specified in the configuration, `qos_type` will now default to the value provided by the NetApp Volumes API. ([#10735](https://github.com/hashicorp/terraform-provider-google-beta/pull/10735))
26+
* sql: fixed the permadiffs on `disk_size ` when `disk_autoresize` is enabled in `google_sql_database_instance` ([#10739](https://github.com/hashicorp/terraform-provider-google-beta/pull/10739))
27+
* workbench: added retry for `unable to queue the operation` 409 errors in `google_workbench_instance` resource. ([#10733](https://github.com/hashicorp/terraform-provider-google-beta/pull/10733))
28+
29+
## 6.50.0 (September 19, 2025)
30+
31+
NOTES:
32+
* bigtable: It is recommended for `google_bigtable_table_iam_*` resources to upgrade to v6.50.0 and switch from `instance` to `instance_name` in your configuration before upgrading to v7.X ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
33+
34+
DEPRECATIONS:
35+
* bigtable: deprecated `instance` in favor of `instance_name` in `google_bigtable_table_iam_*` resources ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
36+
37+
IMPROVEMENTS:
38+
* bigtable: added `instance_name` field to `google_bigtable_table_iam_*` resources ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
39+
40+
## 7.3.0 (September 16, 2025)
241

342
FEATURES:
443
* **New Data Source:** `google_backup_dr_data_source_reference` ([#10707](https://github.com/hashicorp/terraform-provider-google-beta/pull/10707))

0 commit comments

Comments
 (0)