Skip to content

Commit 4626313

Browse files
authored
Update CHANGELOG.md on main (#22998)
1 parent 50a2be6 commit 4626313

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
1-
## 6.36.0 (Unreleased)
1+
## 6.37.0 (Unreleased)
2+
3+
## 6.36.1 (May 21, 2025)
4+
5+
BUG FIXES:
6+
* compute: fixed forced instance recreation when adding a `attached_disk` with unset `force_attach` to `google_compute_instance` ([#22954](https://github.com/hashicorp/terraform-provider-google/pull/22954))
7+
8+
## 6.36.0 (May 20, 2025)
9+
10+
DEPRECATIONS:
11+
* beyondcorp: deprecated `google_beyondcorp_application`. ([#22754](https://github.com/hashicorp/terraform-provider-google/pull/22754))
12+
* firestore: deprecated `deletion_policy` field of `google_firestore_database` resource ([#22764](https://github.com/hashicorp/terraform-provider-google/pull/22764))
13+
14+
FEATURES:
15+
* **New Data Source:** `google_beyondcorp_security_gateway` ([#22793](https://github.com/hashicorp/terraform-provider-google/pull/22793))
16+
* **New Data Source:** `google_lustre_instance` ([#22766](https://github.com/hashicorp/terraform-provider-google/pull/22766))
17+
* **New Resource:** `google_bigquery_row_access_policy` ([#22806](https://github.com/hashicorp/terraform-provider-google/pull/22806))
18+
* **New Resource:** `google_dataplex_glossary` ([#22794](https://github.com/hashicorp/terraform-provider-google/pull/22794))
19+
* **New Resource:** `google_firebase_app_hosting_default_domain` ([#22748](https://github.com/hashicorp/terraform-provider-google/pull/22748))
20+
* **New Resource:** `google_firebase_app_hosting_domain` ([#22748](https://github.com/hashicorp/terraform-provider-google/pull/22748))
21+
* **New Resource:** `google_firebase_app_hosting_traffic` ([#22748](https://github.com/hashicorp/terraform-provider-google/pull/22748))
22+
* **New Resource:** `google_network_security_intercept_deployment` ([#22790](https://github.com/hashicorp/terraform-provider-google/pull/22790))
23+
* **New Resource:** `google_network_security_intercept_deployment_group` ([#22790](https://github.com/hashicorp/terraform-provider-google/pull/22790))
24+
* **New Resource:** `google_network_security_intercept_endpoint_group` ([#22790](https://github.com/hashicorp/terraform-provider-google/pull/22790))
25+
* **New Resource:** `google_network_security_intercept_endpoint_group_association` ([#22790](https://github.com/hashicorp/terraform-provider-google/pull/22790))
26+
27+
IMPROVEMENTS:
28+
* beyondcorp: increased default timeouts on `google_beyondcorp_app_gateway ` operations from 20m to 40m ([#22805](https://github.com/hashicorp/terraform-provider-google/pull/22805))
29+
* bigtable: added `deletion_protection` field to `google_bigtable_logical_view` resource ([#22755](https://github.com/hashicorp/terraform-provider-google/pull/22755))
30+
* compute: added 'H2C' as a supported value for `protocol` in `google_compute_backend_service` and `google_compute_region_backend_service` ([#22791](https://github.com/hashicorp/terraform-provider-google/pull/22791))
31+
* compute: added `external_managed_backend_bucket_migration_state` and `external_managed_backend_bucket_migration_testing_percentage` to `google_compute_global_forwarding_rule` resource. ([#22781](https://github.com/hashicorp/terraform-provider-google/pull/22781))
32+
* compute: added `external_managed_migration_state` and `external_managed_migration_testing_percentage` to `google_compute_backend_service` resource. ([#22781](https://github.com/hashicorp/terraform-provider-google/pull/22781))
33+
* compute: added `force_attach` field to `boot_disk` and `attached_disk` of `google_compute_instance` resource ([#22801](https://github.com/hashicorp/terraform-provider-google/pull/22801))
34+
* compute: added `numeric_id` to `google_compute_instance_template` resource ([#22763](https://github.com/hashicorp/terraform-provider-google/pull/22763))
35+
* compute: added the numeric id as `generated_id` attribute to the `google_compute_network_endpoint_group` ([#22780](https://github.com/hashicorp/terraform-provider-google/pull/22780))
36+
* compute: added update support for `load_balancing_scheme` in `google_compute_backend_service` and `google_compute_global_forwarding_rule` resources to allow migrating between classic and global external ALB ([#22781](https://github.com/hashicorp/terraform-provider-google/pull/22781))
37+
* container: added `in_transit_encryption_config` field in `google_container_cluster` resource ([#22758](https://github.com/hashicorp/terraform-provider-google/pull/22758))
38+
* container: allowed in-place update `node_config.windows_node_config` field in `google_container_cluster` and `google_container_node_pool` resource ([#22782](https://github.com/hashicorp/terraform-provider-google/pull/22782))
39+
* container: allowed in-place update for `node_config.storage_pools` field in `google_container_cluster` and `google_container_node_pool` resource ([#22753](https://github.com/hashicorp/terraform-provider-google/pull/22753))
40+
* dialogflowcx: added `event_handlers.trigger_fulfillment.enable_generative_fallback` field to `google_dialogflow_cx_flow` resource ([#22671](https://github.com/hashicorp/terraform-provider-google/pull/22671))
41+
* dialogflowcx: added `gen_app_builder_settings` field to `google_dialogflow_cx_agent` resource ([#22757](https://github.com/hashicorp/terraform-provider-google/pull/22757))
42+
* netapp: added `custom_performance_enabled`, `total_throughput_mibps`, and `total_iops` fields to `google_netapp_storage_pool` resource ([#22778](https://github.com/hashicorp/terraform-provider-google/pull/22778))
43+
* vmwareengine: increased `google_cloud_vmwareengine_private_cloud` timeout to 6 hours. ([#22762](https://github.com/hashicorp/terraform-provider-google/pull/22762))
44+
45+
BUG FIXES:
46+
* compute: added global retry for "resourceNotReady for Networks" 400 errors ([#22756](https://github.com/hashicorp/terraform-provider-google/pull/22756))
47+
* dialogflowcx: fixed an issue where `dialogflow_cx_custom_endpoint` is not correctedly handled ([#22792](https://github.com/hashicorp/terraform-provider-google/pull/22792))
48+
* iamoauthclient: marked `google_iam_oauth_client_credential.client_secret` as sensitive ([#22789](https://github.com/hashicorp/terraform-provider-google/pull/22789))
49+
* resourcemanager: fixed an issue in `google_projects` data source where the provider `universe_domain` did not overwrite the list URL ([#22747](https://github.com/hashicorp/terraform-provider-google/pull/22747))
250

351
## 6.35.0 (May 13, 2025)
452

0 commit comments

Comments
 (0)