|
1 | | -## 6.38.0 (Unreleased) |
| 1 | +## 6.39.0 (Unreleased) |
| 2 | + |
| 3 | +## 6.38.0 (June 4, 2025) |
| 4 | + |
| 5 | +DEPRECATIONS: |
| 6 | +* colab: deprecated `post_startup_script_config` field in `google_colab_runtime_template` resource ([#10104](https://github.com/hashicorp/terraform-provider-google-beta/pull/10104)) |
| 7 | + |
| 8 | +FEATURES: |
| 9 | +* **New Data Source:** `google_bigquery_datasets` ([#10095](https://github.com/hashicorp/terraform-provider-google-beta/pull/10095)) |
| 10 | +* **New Resource:** `google_dataplex_entry` ([#10086](https://github.com/hashicorp/terraform-provider-google-beta/pull/10086)) |
| 11 | + |
| 12 | +IMPROVEMENTS: |
| 13 | +* compute: added `candidate_cloud_router_ip_address`, `candidate_customer_router_ip_address`, `candidate_cloud_router_ipv6_address`, and `candidate_customer_router_ipv6_address` fields to `google_compute_interconnect_attachment` resource ([#10092](https://github.com/hashicorp/terraform-provider-google-beta/pull/10092)) |
| 14 | +* compute: added `httpFilterConfigs` and `httpFilterMetadata` fields in `google_compute_url_map` resource ([#10101](https://github.com/hashicorp/terraform-provider-google-beta/pull/10101)) |
| 15 | +* compute: added `numeric_id` to `google_compute_region_instance_template` resource ([#10098](https://github.com/hashicorp/terraform-provider-google-beta/pull/10098)) |
| 16 | +* compute: added `source_subnetwork_ip_ranges_to_nat64` and `nat64_subnetwork` fields in `google_compute_router_nat` resource ([#10106](https://github.com/hashicorp/terraform-provider-google-beta/pull/10106)) |
| 17 | +* datastream: added `psc_interface_config` field in `google_datastream_private_connection` resource ([#23091](https://github.com/hashicorp/terraform-provider-google/pull/23091)) |
| 18 | +* dns: added `dns64_config` field to `google_dns_policy` resource ([#10106](https://github.com/hashicorp/terraform-provider-google-beta/pull/10106)) |
| 19 | +* filestore: added `effective_replication.role` and `effective_replication.replicas.peer_instance` fields to `google_filestore_instance` resource ([#10087](https://github.com/hashicorp/terraform-provider-google-beta/pull/10087)) |
| 20 | +* networkconnectivity: added `IPV6` enum to `protocol_version` field in `google_network_connectivity_policy_based_route` resource ([#10099](https://github.com/hashicorp/terraform-provider-google-beta/pull/10099)) |
| 21 | +* netapp: added `backup_retention_policy.backup_minimum_enforced_retention_days`, `backup_retention_policy.daily_backup_immutable`, `backup_retention_policy.weekly_backup_immutable`, `backup_retention_policy.monthly_backup_immutable`, and `backup_retention_policy.manual_backup_immutable` fields to `google_netapp_backup_vault` ([#10110](https://github.com/hashicorp/terraform-provider-google/pull/10110)) |
| 22 | +* privateca: added support for setting default values for basic constraints for `google_privateca_certificate_template` via the `null_ca` and `zero_max_issuer_path_length` fields ([#22981](https://github.com/hashicorp/terraform-provider-google/pull/22981)) |
| 23 | +* privateca: added `name_constraints` field for `google_privateca_certificate_template` resource ([#22981](https://github.com/hashicorp/terraform-provider-google/pull/22981)) |
| 24 | +* provider: supported service account impersonation in different universes through credential file ([#10097](https://github.com/hashicorp/terraform-provider-google-beta/pull/10097)) |
| 25 | + |
| 26 | +BUG FIXES: |
| 27 | +* colab: fixed perma-diff in `google_colab_runtime_template` caused by the API returning a non-null default value ([#10127](https://github.com/hashicorp/terraform-provider-google-beta/pull/10127)) |
| 28 | +* compute: fixed an issue where rules ordering in `google_compute_region_security_policy` caused a diff after apply ([#10105](https://github.com/hashicorp/terraform-provider-google-beta/pull/10105)) |
| 29 | +* filestore: fixed bug where `google_filestore_instance.initial_replication` field could not be set ([#10087](https://github.com/hashicorp/terraform-provider-google-beta/pull/10087)) |
2 | 30 |
|
3 | 31 | ## 6.37.0 (May 27, 2025) |
4 | 32 |
|
|
0 commit comments