|
1 | 1 | ## 6.26.0 (Unreleased)
|
2 | 2 |
|
| 3 | +FEATURES: |
| 4 | +* **New Data Source:** `google_project_iam_custom_role` ([#9551](https://github.com/hashicorp/terraform-provider-google-beta/pull/9551)) |
| 5 | +* **New Data Source:** `google_project_iam_custom_roles` ([#9519](https://github.com/hashicorp/terraform-provider-google-beta/pull/9519)) |
| 6 | +* **New Resource:** `google_eventarc_pipeline` ([#9508](https://github.com/hashicorp/terraform-provider-google-beta/pull/9508)) |
| 7 | +* **New Resource:** `google_firebase_app_hosting_backend` ([#9531](https://github.com/hashicorp/terraform-provider-google-beta/pull/9531)) |
| 8 | +* **New Resource:** `google_managed_kafka_connect_cluster` ([#9552](https://github.com/hashicorp/terraform-provider-google-beta/pull/9552)) |
| 9 | +* **New Resource:** `google_managed_kafka_connector` ([#9552](https://github.com/hashicorp/terraform-provider-google-beta/pull/9552)) |
| 10 | + |
| 11 | +IMPROVEMENTS: |
| 12 | +* alloydb: added `psc_config` field to ``google_alloydb_cluster` resource ([#9548](https://github.com/hashicorp/terraform-provider-google-beta/pull/9548)) |
| 13 | +* bigquery: added `table_metadata_view` query param to `google_bigquery_table` ([#9530](https://github.com/hashicorp/terraform-provider-google-beta/pull/9530)) |
| 14 | +* bigquery: added support for continuous query to `google_bigquery_job` ([#9520](https://github.com/hashicorp/terraform-provider-google-beta/pull/9520)) |
| 15 | +* clouddeploy: added `dns_endpoint` field to to `google_clouddeploy_target` resource ([#9553](https://github.com/hashicorp/terraform-provider-google-beta/pull/9553)) |
| 16 | +* compute: added `UNRESTRICTED` option to the `tls_early_data` field in the `google_compute_target_https_proxy` resource ([#9527](https://github.com/hashicorp/terraform-provider-google-beta/pull/9527)) |
| 17 | +* compute: added `enable_flow_logs` and `state` fields to `google_compute_subnetwork` resource ([#9541](https://github.com/hashicorp/terraform-provider-google-beta/pull/9541)) |
| 18 | +* container: added additional value `KCP_HPA` for `logging_config.enable_components` field in `google_container_cluster` resource ([#9529](https://github.com/hashicorp/terraform-provider-google-beta/pull/9529)) |
| 19 | +* dataform: added `deletion_policy` field to `google_dataform_repository` resource. Default value is `DELETE`. Setting `deletion_policy` to `FORCE` will delete any child resources of this repository as well. ([#9549](https://github.com/hashicorp/terraform-provider-google-beta/pull/9549)) |
| 20 | +* memorystore: added update support for `engine_version` field in `google_memorystore_instance` resource ([#9534](https://github.com/hashicorp/terraform-provider-google-beta/pull/9534)) |
| 21 | +* metastore: added `create_time` and `update_time` fields to `google_dataproc_metastore_federation` resource ([#9528](https://github.com/hashicorp/terraform-provider-google-beta/pull/9528)) |
| 22 | +* metastore: added `create_time` and `update_time` fields to `google_dataproc_metastore_service` resource ([#9523](https://github.com/hashicorp/terraform-provider-google-beta/pull/9523)) |
| 23 | +* networksecurity: added `not_operations` field to `google_network_security_authz_policy` resource ([#9511](https://github.com/hashicorp/terraform-provider-google-beta/pull/9511)) |
| 24 | +* networkservices: added `ip_version` and `envoy_headers` fields to `google_network_services_gateway` resource ([#9514](https://github.com/hashicorp/terraform-provider-google-beta/pull/9514)) |
| 25 | +* sql: increased `settings.insights_config.query_string_length` and `settings.insights_config.query_string_length` limits for Enterprise Plus edition `sql_database_instance` resource. ([#9539](https://github.com/hashicorp/terraform-provider-google-beta/pull/9539)) |
| 26 | +* storageinsights: added `parquet_options` field to `google_storage_insights_report_config` resource ([#9522](https://github.com/hashicorp/terraform-provider-google-beta/pull/9522)) |
| 27 | +* workflows: added `execution_history_level` field to `google_workflows_workflow` resource ([#9509](https://github.com/hashicorp/terraform-provider-google-beta/pull/9509)) |
| 28 | + |
| 29 | +BUG FIXES: |
| 30 | +* accesscontextmanager: fixed panic on empty `access_policies` in `google_access_context_manager_access_policy` ([#9536](https://github.com/hashicorp/terraform-provider-google-beta/pull/9536)) |
| 31 | +* compute: adjusted mapped image names that were preventing usage of `fedora-coreos` in `google_compute_image` resource ([#9513](https://github.com/hashicorp/terraform-provider-google-beta/pull/9513)) |
| 32 | +* container: re-added `DNS_SCOPE_UNSPECIFIED` value to the `dns_config.cluster_dns_scope` field in `google_container_cluster` resource and suppressed diffs between `DNS_SCOPE_UNSPECIFIED` in config and empty/null in state ([#9547](https://github.com/hashicorp/terraform-provider-google-beta/pull/9547)) |
| 33 | +* discoveryengine: changed field `dataStoreIds` to mutable in `google_discovery_engine_search_engine` ([#9506](https://github.com/hashicorp/terraform-provider-google-beta/pull/9506)) |
| 34 | +* networksecurity: `min_tls_version` and `tls_feature_profile` fields updated to use the server assigned default and prevent a permadiff in `google_network_security_tls_inspection_policy` resource. ([#9514](https://github.com/hashicorp/terraform-provider-google-beta/pull/9514)) |
| 35 | +* oslogin: added a wait after creating `google_os_login_ssh_public_key` to allow for propagation ([#9546](https://github.com/hashicorp/terraform-provider-google-beta/pull/9546)) |
| 36 | +* spanner: fixed issue with disabling autoscaling in `google_spanner_instance` ([#9542](https://github.com/hashicorp/terraform-provider-google-beta/pull/9542)) |
| 37 | + |
| 38 | + |
3 | 39 | ## 6.25.0 (Mar 11, 2025)
|
4 | 40 |
|
5 | 41 | NOTES:
|
|
0 commit comments