|
1 | | -## 6.42.0 (Unreleased) |
| 1 | +## 6.44.0 (Unreleased) |
| 2 | + |
| 3 | +## 6.43.0 (July 8, 2025) |
| 4 | + |
| 5 | +DEPRECATIONS: |
| 6 | +* iap: deprecated `google_iap_client` and `google_iap_brand` ([#10269](https://github.com/hashicorp/terraform-provider-google-beta/pull/10269)) |
| 7 | + |
| 8 | +FEATURES: |
| 9 | +* **New Data Source:** `google_network_management_connectivity_test_run` ([#10300](https://github.com/hashicorp/terraform-provider-google-beta/pull/10300)) |
| 10 | +* **New Data Source:** `google_redis_cluster` ([#10273](https://github.com/hashicorp/terraform-provider-google-beta/pull/10273)) |
| 11 | +* **New Resource:** `google_contact_center_insights_analysis_rule` ([#10272](https://github.com/hashicorp/terraform-provider-google-beta/pull/10272)) |
| 12 | +* **New Resource:** `google_model_armor_template` ([#10270](https://github.com/hashicorp/terraform-provider-google-beta/pull/10270)) |
| 13 | + |
| 14 | +IMPROVEMENTS: |
| 15 | +* bigquery: added `ignore_schema_changes` virtual field to `google_bigquery_table` resource. Only `dataPolicies` field is supported in `ignore_schema_changes` for now. ([#10299](https://github.com/hashicorp/terraform-provider-google-beta/pull/10299)) |
| 16 | +* billing: added `currency_code` to `google_billing_account` data source ([#10284](https://github.com/hashicorp/terraform-provider-google-beta/pull/10284)) |
| 17 | +* compute: added `params.resource_manager_tags` field to `google_compute_network` resource ([#10266](https://github.com/hashicorp/terraform-provider-google-beta/pull/10266)) |
| 18 | +* compute: added `load_balancing_scheme` field to `google_compute_backend_bucket` resource ([#10301](https://github.com/hashicorp/terraform-provider-google-beta/pull/10301)) |
| 19 | +* compute: added `params.resource_manager_tags` field to `google_compute_route` resource ([#10293](https://github.com/hashicorp/terraform-provider-google-beta/pull/10293)) |
| 20 | +* compute: added `update_strategy` field to `google_compute_network_peering` resource ([#10275](https://github.com/hashicorp/terraform-provider-google-beta/pull/10275)) |
| 21 | +* container: added `secret_manager_config.rotation_config` field to `google_container_cluster` resource ([#10291](https://github.com/hashicorp/terraform-provider-google-beta/pull/10291)) |
| 22 | +* container: added `anonymous_authentication_config` field to `google_container_cluster` resource ([#10295](https://github.com/hashicorp/terraform-provider-google-beta/pull/10295)) |
| 23 | +* dataplex: added `suspended` field to `google_dataplex_datascan` resource ([#10276](https://github.com/hashicorp/terraform-provider-google-beta/pull/10276)) |
| 24 | +* discoveryengine: added `enable_table_annotation`, `enable_image_annotation`, `structured_content_types`, `exclude_html_elements`, `exclude_html_classes` and `exclude_html_ids` fields to `layout_parsing_config` of `google_discovery_engine_data_store` resource ([#10288](https://github.com/hashicorp/terraform-provider-google-beta/pull/10288)) |
| 25 | +* discoveryengine: added `kms_key_name` field to `google_discovery_engine_data_store` resource ([#10281](https://github.com/hashicorp/terraform-provider-google-beta/pull/10281)) |
| 26 | +* memorystore: added `managed_server_ca` field to `google_memorystore_instance` resource ([#10268](https://github.com/hashicorp/terraform-provider-google-beta/pull/10268)) |
| 27 | +* secretmanager: added `deletion_protection` field to `google_secret_manager_secret` resource to optionally make deleting them require an explicit intent ([#10289](https://github.com/hashicorp/terraform-provider-google-beta/pull/10289)) |
| 28 | +* secretmanager: added `fetch_secret_data` to `google_secret_manager_secret_version` to optionally skip fetching the secret data ([#10282](https://github.com/hashicorp/terraform-provider-google-beta/pull/10282)) |
| 29 | + |
| 30 | +BUG FIXES: |
| 31 | +* compute: fixed `match` field in `google_compute_router_route_policy` resource to be marked as required ([#10298](https://github.com/hashicorp/terraform-provider-google-beta/pull/10298)) |
| 32 | +* compute: fixed an issue with `bgp_always_compare_med` in `google_compute_network` where it was unable to be set from `true` to `false` ([#10286](https://github.com/hashicorp/terraform-provider-google-beta/pull/10286)) |
| 33 | +* compute: made no replication status in `google_compute_disk_async_replication` a retryable error ([#10296](https://github.com/hashicorp/terraform-provider-google-beta/pull/10296)) |
| 34 | +* gkeonprem: fixed type of `load_balancer.0.bgp_lb_config.0.address_pools.0.manual_assign` in `google_gkeonprem_bare_metal_cluster`, making it a boolean instead of a string ([#10283](https://github.com/hashicorp/terraform-provider-google-beta/pull/10283)) |
| 35 | +* integrationconnectors: removed validation from auth configs in `google_integration_connectors_connection` resource ([#10267](https://github.com/hashicorp/terraform-provider-google-beta/pull/10267)) |
| 36 | + |
| 37 | + |
| 38 | +## 6.42.0 (July 1, 2025) |
| 39 | + |
| 40 | +FEATURES: |
| 41 | +* **New Resource:** `google_apihub_plugin_instance` ([#10225](https://github.com/hashicorp/terraform-provider-google-beta/pull/10225)) |
| 42 | +* **New Resource:** `google_apihub_plugin` ([#10254](https://github.com/hashicorp/terraform-provider-google-beta/pull/10254)) |
| 43 | +* **New Resource:** `google_compute_wire_group` ([#10255](https://github.com/hashicorp/terraform-provider-google-beta/pull/10255)) |
| 44 | +* **New Resource:** `google_dialogflow_cx_generative_settings` ([#10244](https://github.com/hashicorp/terraform-provider-google-beta/pull/10244)) |
| 45 | + |
| 46 | +IMPROVEMENTS: |
| 47 | +* cloudidentity: added `create_ignore_already_exists` field to `google_cloud_identity_group_membership` resource ([#10229](https://github.com/hashicorp/terraform-provider-google-beta/pull/10229)) |
| 48 | +* cloudkms: added `etag` field to `google_kms_autokey_config` resource ([#10227](https://github.com/hashicorp/terraform-provider-google-beta/pull/10227)) |
| 49 | +* cloudrunv2: added `node_selector` field to `google_cloud_run_v2_job` resource ([#10234](https://github.com/hashicorp/terraform-provider-google-beta/pull/10234)) |
| 50 | +* compute: added `access_mode` field to `google_compute_region_disk` resource ([#10256](https://github.com/hashicorp/terraform-provider-google-beta/pull/10256)) |
| 51 | +* compute: added `match.src_secure_tags` and `target_secure_tags` fields to `google_compute_firewall_policy_rule` resource ([#10261](https://github.com/hashicorp/terraform-provider-google-beta/pull/10261)) |
| 52 | +* compute: added `params.resource_manager_tags` field to `google_compute_network` resource ([#10266](https://github.com/hashicorp/terraform-provider-google-beta/pull/10266)) |
| 53 | +* compute: added `policy_type` field to `google_compute_network_firewall_policy`, `google_compute_network_firewall_policy_with_rules`, `google_compute_region_network_firewall_policy`, and `google_compute_region_network_firewall_policy_with_rules` resources ([#10239](https://github.com/hashicorp/terraform-provider-google-beta/pull/10239)) |
| 54 | +* compute: added `resource_policies.workload_policy` field to `google_compute_instance_group_manager` resource ([#10265](https://github.com/hashicorp/terraform-provider-google-beta/pull/10265)) |
| 55 | +* container: added `confidential_nodes.confidential_instance_type` field to `google_container_cluster` resource ([#10257](https://github.com/hashicorp/terraform-provider-google-beta/pull/10257)) |
| 56 | +* container: added `gke_auto_upgrade_config` field to `google_container_cluster` resource ([#10258](https://github.com/hashicorp/terraform-provider-google-beta/pull/10258)) |
| 57 | +* container: added `node_config.confidential_nodes.confidential_instance_type` field to `google_container_node_pool` resource ([#10257](https://github.com/hashicorp/terraform-provider-google-beta/pull/10257)) |
| 58 | +* firestore: revoked deprecation of `deletion_policy` field in `google_firestore_database` resource ([#10251](https://github.com/hashicorp/terraform-provider-google-beta/pull/10251)) |
| 59 | +* iam_beta: added `attestation_rules` field to `google_iam_workload_identity_pool_managed_identity` resource ([#10250](https://github.com/hashicorp/terraform-provider-google-beta/pull/10250)) |
| 60 | +* memorystore: added `kms_key` field to `google_memorystore_instance` resource ([#10246](https://github.com/hashicorp/terraform-provider-google-beta/pull/10246)) |
| 61 | +* redis: added `effective_reserved_ip_range` field to `google_redis_instance` resource ([#10235](https://github.com/hashicorp/terraform-provider-google-beta/pull/10235)) |
| 62 | +* secretmanager: added `deletion_protection` field to `google_secret_manager_regional_secret` resource ([#10247](https://github.com/hashicorp/terraform-provider-google-beta/pull/10247)) |
| 63 | +* spanner: added `encryption_config.kms_key_name` field to `google_spanner_backup_schedule` resource ([#10230](https://github.com/hashicorp/terraform-provider-google-beta/pull/10230)) |
| 64 | +* storage: added `allow_cross_org_vpcs` and `allow_all_service_agent_access` fields to `google_storage_bucket` resource ([#10252](https://github.com/hashicorp/terraform-provider-google-beta/pull/10252)) |
| 65 | + |
| 66 | +BUG FIXES: |
| 67 | +* bigqueryanalyticshub: supported in-place update for `log_linked_dataset_query_user_email` in `google_bigquery_analytics_hub_listing` and `google_bigquery_analytics_hub_data_exchange` resources. Once enabled, this feature cannot be disabled. ([#10241](https://github.com/hashicorp/terraform-provider-google-beta/pull/10241)) |
| 68 | +* bigquerydatatransfer: stopped surfacing persistent warnings recommending write-only field when using `secret_access_key` on `google_bigquery_data_transfer_config` ([#10263](https://github.com/hashicorp/terraform-provider-google-beta/pull/10263)) |
| 69 | +* memorystore: added the ability to set the `replica_count` field in `google_memorystore_instance` resource to 0 ([#10259](https://github.com/hashicorp/terraform-provider-google-beta/pull/10259)) |
| 70 | +* monitoring: made `description` and `displayName` optional and mutable in `google_monitoring_metric_descriptor` resource ([#10233](https://github.com/hashicorp/terraform-provider-google-beta/pull/10233)) |
| 71 | +* redis: fixed `reserved_ip_range` field not being populated for `google_redis_instance` data source ([#10235](https://github.com/hashicorp/terraform-provider-google-beta/pull/10235)) |
| 72 | +* secretmanager: stopped surfacing persistent warnings recommending write-only field when using `secret_data` on `google_secret_manager_secret_version` ([#10263](https://github.com/hashicorp/terraform-provider-google-beta/pull/10263)) |
| 73 | +* sql: stopped surfacing persistent warnings recommending write-only field when using `password` on `google_sql_user` ([#10263](https://github.com/hashicorp/terraform-provider-google-beta/pull/10263)) |
| 74 | +* workbench: added support for setting `serial-port-logging-enable` key in `metadata` field in `google_workbench_instance` resource ([#10253](https://github.com/hashicorp/terraform-provider-google-beta/pull/10253)) |
2 | 75 |
|
3 | 76 | ## 6.41.0 (June 24, 2025) |
4 | 77 |
|
|
0 commit comments