Skip to content

Commit cc97af1

Browse files
authored
Update 4.60.0 changelog (#5402)
1 parent cac5fc8 commit cc97af1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
## 4.60.0 (Unreleased)
2+
3+
FEATURES:
4+
* **New Data Source:** `google_compute_region_instance_template` ([#5388](https://github.com/hashicorp/terraform-provider-google-beta/pull/5388))
5+
* **New Resource:** `google_apigee_keystores_aliases_key_cert_file` ([#5386](https://github.com/hashicorp/terraform-provider-google-beta/pull/5386))
6+
* **New Resource:** `google_compute_region_instance_template` ([#5370](https://github.com/hashicorp/terraform-provider-google-beta/pull/5370))
7+
8+
IMPROVEMENTS:
9+
* compute: added `address_type`, `network`, `network_tier`, `prefix_length`, `purpose`, `subnetwork` and `users` field for `google_compute_address` and `google_compute_global_address` datasource ([#5363](https://github.com/hashicorp/terraform-provider-google-beta/pull/5363))
10+
* compute: added `network_firewall_policy_enforcement_order` field to `google_compute_network` resource ([#5375](https://github.com/hashicorp/terraform-provider-google-beta/pull/5375))
11+
* compute: added output-only attribute `self_link_unique` for `google_compute_instance_template` to point to the unique id of the resource instead of its name ([#5384](https://github.com/hashicorp/terraform-provider-google-beta/pull/5384))
12+
* compute: added support for region instance template in`source_instance_template` field of `google_compute_instance_from_template` resource ([#5370](https://github.com/hashicorp/terraform-provider-google-beta/pull/5370))
13+
* container: added `stack_type` field to `google_container_cluster` resource ([#5364](https://github.com/hashicorp/terraform-provider-google-beta/pull/5364))
14+
* container: added `advanced_machine_features` field to `google_container_cluster` resource ([#5371](https://github.com/hashicorp/terraform-provider-google-beta/pull/5371))
15+
* networkservice: updated the max number of `host_rule` on `google_network_services_edge_cache_service` ([#5376](https://github.com/hashicorp/terraform-provider-google-beta/pull/5376))
16+
* sql: added support of single-database-recovery for SQL Server PITR with `database_names` attribute to `google_sql_instance` ([#5366](https://github.com/hashicorp/terraform-provider-google-beta/pull/5366))
17+
18+
BUG FIXES:
19+
* cloudrun: fixed race condition when polling for status during an update of a `google_cloud_run_service` ([#5365](https://github.com/hashicorp/terraform-provider-google-beta/pull/5365))
20+
* cloudsql: fixed the error in any subsequent apply on `google_sql_user` after its `google_sql_database_instance` is deleted ([#5369](https://github.com/hashicorp/terraform-provider-google-beta/pull/5369))
21+
* datacatalog: fixed `google_data_catalog_tag` only allowing 10 tags by increasing the page size to 1000 ([#5362](https://github.com/hashicorp/terraform-provider-google-beta/pull/5362))
22+
* firebase: fixed `google_firebase_project` to succeed on apply when the project already has firebase enabled ([#5379](https://github.com/hashicorp/terraform-provider-google-beta/pull/5379))
23+
224
## 4.59.0 (March 28, 2023)
325

426
FEATURES:

0 commit comments

Comments
 (0)