Skip to content

Commit 66899fc

Browse files
authored
Update CHANGELOG.md (#7370)
* Update CHANGELOG.md * clean up * remove released changelog
1 parent 3d8fce7 commit 66899fc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
## 5.30.0 (Unreleased)
22

3+
FEATURES:
4+
* **New Data Source:** `google_cloud_asset_resources_search_all` ([#7361](https://github.com/hashicorp/terraform-provider-google-beta/pull/7361))
5+
* **New Resource:** `google_compute_interconnect` ([#7338](https://github.com/hashicorp/terraform-provider-google-beta/pull/7338))
6+
* **New Resource:** `google_network_services_lb_traffic_extension` ([#7367](https://github.com/hashicorp/terraform-provider-google-beta/pull/7367))
7+
8+
IMPROVEMENTS:
9+
* compute: added `kms_key_name` field to the `google_bigquery_connection` resource ([#7335](https://github.com/hashicorp/terraform-provider-google-beta/pull/7335))
10+
* compute: added `match.expr.expression` field to `google_compute_region_security_policy_rule` resource ([#7330](https://github.com/hashicorp/terraform-provider-google-beta/pull/7330))
11+
* compute: added `auto_network_tier` field to `google_compute_router_nat` resource ([#7333](https://github.com/hashicorp/terraform-provider-google-beta/pull/7333))
12+
* container: added `KUBELET` and `CADVISOR` options to `monitoring_config.enable_components` in `google_container_cluster` resource ([#7351](https://github.com/hashicorp/terraform-provider-google-beta/pull/7351))
13+
* dataproc: added `local_ssd_interface` to `google_dataproc_cluster` resource ([#7366](https://github.com/hashicorp/terraform-provider-google-beta/pull/7366))
14+
* datastream: added `sql_server_profile` to `google_datastream_connection_profile` resource ([#7339](https://github.com/hashicorp/terraform-provider-google-beta/pull/7339))
15+
* dlp: added `cloud_sql_target` field to `google_data_loss_prevention_discovery_config` resource ([#7337](https://github.com/hashicorp/terraform-provider-google-beta/pull/7337))
16+
* netapp: added `FLEX` value to field `service_level` in `google_netapp_storage_pool` resource ([#7350](https://github.com/hashicorp/terraform-provider-google-beta/pull/7350))
17+
* networksecurity: added `trust_config`, `min_tls_version`, `tls_feature_profile` and `custom_tls_features` fields to `google_network_security_tls_inspection_policy` resource ([#7368](https://github.com/hashicorp/terraform-provider-google-beta/pull/7368))
18+
* networkservices: supported in-place update for `gateway_security_policy` and `certificate_urls` fields in `google_network_services_gateway` resource ([#7348](https://github.com/hashicorp/terraform-provider-google-beta/pull/7348))
19+
20+
BUG FIXES:
21+
* compute: fixed a perma-diff on `machine_type` field in `google_compute_instance` resource ([#7345](https://github.com/hashicorp/terraform-provider-google-beta/pull/7345))
22+
* compute: fixed a perma-diff on `type` field in `google_compute_disk` resource ([#7345](https://github.com/hashicorp/terraform-provider-google-beta/pull/7345))
23+
* storage: fixed update issue for `lifecycle_rule.condition.custom_time_before` and `lifecycle_rule.condition.noncurrent_time_before` in `google_storage_bucket` resource ([#7360](https://github.com/hashicorp/terraform-provider-google-beta/pull/7360))
24+
25+
## 5.29.1 (May 14, 2024)
26+
27+
BREAKING CHANGES:
28+
* compute: removed `secondary_ip_range.reserved_internal_range` field from `google_compute_subnetwork` ([7363](https://github.com/hashicorp/terraform-provider-google-beta/pull/7363))
29+
330
## 5.29.0 (May 13, 2024)
431

32+
BREAKING CHANGES:
33+
* compute: added required `reserved_internal_range` subfield to `reserved_internal_range` in `google_compute_subnetwork`. This field can be set to `null` as an equivalent to leaving it unspecified. Upgrading directly to 5.29.1 will avoid this issue.
34+
535
NOTES:
636
* compute: added documentation for md5_authentication_key field in google_compute_router_peer resource. The field was introduced in [v5.12.0](https://github.com/hashicorp/terraform-provider-google-beta/releases/tag/v5.12.0), but documentation was unintentionally omitted at that time. ([#7306](https://github.com/hashicorp/terraform-provider-google-beta/pull/7306))
737

0 commit comments

Comments
 (0)