|
1 | 1 | ## 6.29.0 (Unreleased)
|
2 | 2 |
|
| 3 | +FEATURES: |
| 4 | +* **New Resource:** `google_clouddeploy_deploy_policy` ([#22190](https://github.com/hashicorp/terraform-provider-google/pull/22190)) |
| 5 | +* **New Resource:** `google_control_plane_access` ([#22209](https://github.com/hashicorp/terraform-provider-google/pull/22209)) |
| 6 | +* **New Resource:** `google_gemini_code_tools_setting_binding` ([#22226](https://github.com/hashicorp/terraform-provider-google/pull/22226)) |
| 7 | +* **New Resource:** `google_gemini_code_tools_setting` ([#22203](https://github.com/hashicorp/terraform-provider-google/pull/22203)) |
| 8 | +* **New Resource:** `google_os_config_v2_policy_orchestrator_for_organization` ([#22192](https://github.com/hashicorp/terraform-provider-google/pull/22192)) |
| 9 | + |
| 10 | +IMPROVEMENTS: |
| 11 | +* accesscontextmanager: added `session_settings` field to `gcp_user_access_binding` resource ([#22227](https://github.com/hashicorp/terraform-provider-google/pull/22227)) |
| 12 | +* cloudedeploy: added `timed_promote_release_rule` and `repair_rollout_rule` fields to `google_clouddeploy_automation` resource ([#22190](https://github.com/hashicorp/terraform-provider-google/pull/22190)) |
| 13 | +* compute: added `group_placement_policy.0.tpu_topology` field to `google_compute_resource_policy` resource ([#22201](https://github.com/hashicorp/terraform-provider-google/pull/22201)) |
| 14 | +* datastream: added support for creating streams for Salesforce source in `google_datastream_stream` ([#22205](https://github.com/hashicorp/terraform-provider-google/pull/22205)) |
| 15 | +* gkehub: enabled partial results to be returned when a cloud region is unreachable in `google_gke_hub_feature ` ([#22218](https://github.com/hashicorp/terraform-provider-google/pull/22218)) |
| 16 | +* gkeonprem: added `enable_advanced_cluster` field to `google_gkeonprem_vmware_admin_cluster` resource ([#22188](https://github.com/hashicorp/terraform-provider-google/pull/22188)) |
| 17 | +* gkeonprem: added `enable_advanced_cluster` field to `google_gkeonprem_vmware_cluster` resource ([#22188](https://github.com/hashicorp/terraform-provider-google/pull/22188)) |
| 18 | +* memorystore: added `automated_backup_config` field to `google_memorystore_instance` resource, ([#22208](https://github.com/hashicorp/terraform-provider-google/pull/22208)) |
| 19 | +* netapp: added `tiering_policy` to `google_netapp_volume_replication` resource ([#22223](https://github.com/hashicorp/terraform-provider-google/pull/22223)) |
| 20 | +* parametermanagerregional: added `kms_key_version` field to `google_parameter_manager_regional_parameter_version` resource and datasource ([#22213](https://github.com/hashicorp/terraform-provider-google/pull/22213)) |
| 21 | +* parametermanagerregional: added `kms_key` field to `google_parameter_manager_regional_parameter` resource and `google_parameter_manager_regional_parameters` datasource ([#22213](https://github.com/hashicorp/terraform-provider-google/pull/22213)) |
| 22 | +* redis: added `automated_backup_config` field to `google_redis_cluster` ([#22117](https://github.com/hashicorp/terraform-provider-google/pull/22117)) |
| 23 | +* storage: added `md5hexhash` field in `google_storage_bucket_object` ([#22229](https://github.com/hashicorp/terraform-provider-google/pull/22229)) |
| 24 | +* workbench: added `confidential_instance_config` field to `google_workbench_instance` resource ([#22178](https://github.com/hashicorp/terraform-provider-google/pull/22178)) |
| 25 | + |
| 26 | +BUG FIXES: |
| 27 | +* colab: fixed an issue where `google_colab_*` resources incorrectly required a provider-level region matching the resource location ([#22217](https://github.com/hashicorp/terraform-provider-google/pull/22217)) |
| 28 | +* datastream: updated `private_key`to be mutable in `google_datastream_connection_profile` resource. ([#22179](https://github.com/hashicorp/terraform-provider-google/pull/22179)) |
| 29 | + |
3 | 30 | ## 6.28.0 (Apr 1, 2025)
|
4 | 31 |
|
5 | 32 | DEPRECATIONS:
|
|
0 commit comments