Skip to content

Commit 212d724

Browse files
committed
Update CHANGELOG.md 5.35.0 (#7651)
1 parent c97795b commit 212d724

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
## 5.35.0 (Unreleased)
1+
## 5.36.0 (Unreleased)
2+
3+
## 5.35.0 (June 24, 2024)
4+
5+
FEATURES:
6+
* **New Data Source:** `google_artifact_registry_docker_image` ([#7544](https://github.com/hashicorp/terraform-provider-google-beta/pull/7544))
7+
* **New Data Source:** `google_composer_user_workloads_config_map` ([#7519](https://github.com/hashicorp/terraform-provider-google-beta/pull/7519))
8+
* **New Resource:** `google_service_networking_vpc_service_controls` ([#7545](https://github.com/hashicorp/terraform-provider-google-beta/pull/7545))
9+
10+
IMPROVEMENTS:
11+
* bigquery: added `resource_tags` field to `google_bigquery_dataset` resource ([#7549](https://github.com/hashicorp/terraform-provider-google-beta/pull/7549))
12+
* billingbudget: added `enable_project_level_recipients` field to `google_billing_budget` resource ([#7539](https://github.com/hashicorp/terraform-provider-google-beta/pull/7539))
13+
* cloudrunv2: added fields `start_execution_token` and `run_execution_token` to resource `google_cloud_run_v2_job` ([#7525](https://github.com/hashicorp/terraform-provider-google-beta/pull/7525))
14+
* compute: added `action_token_site_keys` and `session_token_site_keys` fields to `google_compute_security_policy` and `google_compute_security_policy_rule` resources ([#7520](https://github.com/hashicorp/terraform-provider-google-beta/pull/7520))
15+
* dataprocmetastore: added `autoscaling_config` field to `google_dataproc_metastore_service` resource ([#7528](https://github.com/hashicorp/terraform-provider-google-beta/pull/7528))
16+
* gkehub2: added `ENTERPRISE` option to `security_posture_config` field on `google_gke_hub_fleet` resource ([#7541](https://github.com/hashicorp/terraform-provider-google-beta/pull/7541))
17+
* pubsub: added `bigquery_config.service_account_email` field to `google_pubsub_subscription` resource ([#7543](https://github.com/hashicorp/terraform-provider-google-beta/pull/7543))
18+
* redis: added `maintenance_version` field to `google_redis_instance` ([#7527](https://github.com/hashicorp/terraform-provider-google-beta/pull/7527))
19+
* storage: changed update behavior in `google_storage_bucket_object` to no longer delete to avoid object deletion on content update ([#7564](https://github.com/hashicorp/terraform-provider-google-beta/pull/7564))
20+
* sql: added support for more MySQL values in `type` field of `google_sql_user` resource ([#7548](https://github.com/hashicorp/terraform-provider-google-beta/pull/7548))
21+
* sql: increased timeouts on `google_sql_database_instance` to 90m to account for longer-running actions such as creation through cloning ([#7553](https://github.com/hashicorp/terraform-provider-google-beta/pull/7553))
22+
* workbench: added update support to `gce_setup.boot_disk` and `gce_setup.data_disks` fields in `google_workbench_instance` resource ([#7566](https://github.com/hashicorp/terraform-provider-google-beta/pull/7566))
23+
24+
BUG FIXES:
25+
* compute: updated `google_compute_instance` to force reboot if `min_node_cpus` is updated ([#7524](https://github.com/hashicorp/terraform-provider-google-beta/pull/7524))
26+
* compute: fixed `description` field in `google_compute_firewall` to support empty/null values on update ([#7563](https://github.com/hashicorp/terraform-provider-google-beta/pull/7563))
27+
* compute: fixed perma-diff on `google_compute_disk` for Ubuntu amd64 canonical LTS images ([#7522](https://github.com/hashicorp/terraform-provider-google-beta/pull/7522))
28+
* storage: fixed lowercased `custom_placement_config` values in `google_storage_bucket` causing perma-destroy ([#7551](https://github.com/hashicorp/terraform-provider-google-beta/pull/7551))
29+
* workbench: fixed issue where instance was not starting after an update in `google_workbench_instance` resource ([#7557](https://github.com/hashicorp/terraform-provider-google-beta/pull/7557))
30+
* workbench: fixed perma-diff caused by empty `accelerator_configs` in `google_workbench_instance` resource ([#7557](https://github.com/hashicorp/terraform-provider-google-beta/pull/7557))
231

332
## 5.34.0 (June 17, 2024)
433

0 commit comments

Comments
 (0)