|
1 | 1 | ## 6.27.0 (Unreleased)
|
2 | 2 |
|
| 3 | +FEATURES: |
| 4 | +* **New Data Source:** `google_compute_images` ([#21872](https://github.com/hashicorp/terraform-provider-google/pull/21872)) |
| 5 | +* **New Data Source:** `google_organization_iam_custom_role` ([#21922](https://github.com/hashicorp/terraform-provider-google/pull/21922)) |
| 6 | +* **New Resource:** `google_lustre_instance` ([#21963](https://github.com/hashicorp/terraform-provider-google/pull/21963)) |
| 7 | +* **New Resource:** `google_os_config_v2_policy_orchestrator` ([#21930](https://github.com/hashicorp/terraform-provider-google/pull/21930)) |
| 8 | +* **New Resource:** `google_storage_control_project_intelligence_config` ([#21902](https://github.com/hashicorp/terraform-provider-google/pull/21902)) |
| 9 | +* **New Resource:** `google_chronicle_data_access_label` ([#21956](https://github.com/hashicorp/terraform-provider-google/pull/21956)) |
| 10 | +* **New Resource:** `google_compute_router_route_policy` ([#21945](https://github.com/hashicorp/terraform-provider-google/pull/21945)) |
| 11 | + |
| 12 | +IMPROVEMENTS: |
| 13 | +* bigquery: added `secondary_location` and `replication_status` fields to support managed disaster recovery feature in `google_bigquery_reservation` ([#21920](https://github.com/hashicorp/terraform-provider-google/pull/21920)) |
| 14 | +* clouddeploy: added `dns_endpoint` field to to `google_clouddeploy_target` resource ([#21868](https://github.com/hashicorp/terraform-provider-google/pull/21868)) |
| 15 | +* compute: added `shielded_instance_initial_state` structure to `google_compute_image` resource ([#21937](https://github.com/hashicorp/terraform-provider-google/pull/21937)) |
| 16 | +* compute: added `LINK_TYPE_ETHERNET_400G_LR4` enum value to `link_type` field in `google_compute_interconnect` resource ([#21903](https://github.com/hashicorp/terraform-provider-google/pull/21903)) |
| 17 | +* compute: added `architecture` and `guest_os_features` to `google_compute_instance` ([#21875](https://github.com/hashicorp/terraform-provider-google/pull/21875)) |
| 18 | +* compute: added `workload_policy.type`, `workload_policy.max_topology_distance` and `workload_policy.accelerator_topology` fields to `google_compute_resource_policy` resource ([#21961](https://github.com/hashicorp/terraform-provider-google/pull/21961)) |
| 19 | +* container: added `ip_endpoints_config` field to `google_container_cluster` resource ([#21959](https://github.com/hashicorp/terraform-provider-google/pull/21959)) |
| 20 | +* container: added `node_config.windows_node_config` field to `google_container_node_pool` resource. ([#21876](https://github.com/hashicorp/terraform-provider-google/pull/21876)) |
| 21 | +* container: added `pod_autoscaling` field to `google_container_cluster` resource ([#21919](https://github.com/hashicorp/terraform-provider-google/pull/21919)) |
| 22 | +* memorystore: added the `maintenance_policy` field to the `google_memorystore_instance` resource ([#21957](https://github.com/hashicorp/terraform-provider-google/pull/21957)) |
| 23 | +* memorystore: enabled update support for `node_type` field in `google_memorystore_instance` resource ([#21899](https://github.com/hashicorp/terraform-provider-google/pull/21899)) |
| 24 | +* metastore: promoted `scaling_config` field of `google_dataproc_metastore_service` resource to GA ([#21877](https://github.com/hashicorp/terraform-provider-google/pull/21877)) |
| 25 | +* networksecurity: added `connected_deployment_group` and `associations` fields to `google_network_security_intercept_endpoint_group` resource ([#21940](https://github.com/hashicorp/terraform-provider-google/pull/21940)) |
| 26 | +* networksecurity: added `locations` field to `google_network_security_intercept_deployment_group` resource ([#21923](https://github.com/hashicorp/terraform-provider-google/pull/21923)) |
| 27 | +* networksecurity: added `locations` field to `google_network_security_intercept_endpoint_group_association` resource ([#21962](https://github.com/hashicorp/terraform-provider-google/pull/21962)) |
| 28 | +* redis: added update support for `google_redis_cluster` `node_type` ([#21870](https://github.com/hashicorp/terraform-provider-google/pull/21870)) |
| 29 | +* storage: added metadata_options in `google_storage_transfer_job` ([#21897](https://github.com/hashicorp/terraform-provider-google/pull/21897)) |
| 30 | + |
| 31 | +BUG FIXES: |
| 32 | +* bigqueryanalyticshub: fixed a bug in `google_bigquery_analytics_hub_listing_subscription` where a subscription using a different project than the dataset would not work ([#21958](https://github.com/hashicorp/terraform-provider-google/pull/21958)) |
| 33 | +* cloudrun: fixed the perma-diffs for unchanged `template.spec.containers.env` in `google_cloud_run_service` resource ([#21916](https://github.com/hashicorp/terraform-provider-google/pull/21916)) |
| 34 | +* cloudrunv2: fixed the perma-diffs for unchanged `template.containers.env` in `google_cloud_run_v2_service` resource ([#21916](https://github.com/hashicorp/terraform-provider-google/pull/21916)) |
| 35 | +* compute: fixed the issue that user can't use regional disk in `google_compute_instance_template` ([#21901](https://github.com/hashicorp/terraform-provider-google/pull/21901)) |
| 36 | +* dataflow: fixed a permadiff on `template_gcs_path` in `google_dataflow_job` resource ([#21894](https://github.com/hashicorp/terraform-provider-google/pull/21894)) |
| 37 | +* storage: lowered the minimum required items for `custom_placement_config.data_locations` from 2 to 1, and removed the Terraform-enforced maximum item limit for the field in `google_storage_bucket` ([#21878](https://github.com/hashicorp/terraform-provider-google/pull/21878)) |
| 38 | + |
| 39 | + |
3 | 40 | ## 6.26.0 (Mar 18, 2025)
|
4 | 41 |
|
5 | 42 | FEATURES:
|
|
0 commit comments