Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.29.0 ga patch notes #22245

Merged
merged 4 commits into from
Apr 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## 6.29.0 (Unreleased)

FEATURES:
* **New Resource:** `google_clouddeploy_deploy_policy` ([#22190](https://github.com/hashicorp/terraform-provider-google/pull/22190))
* **New Resource:** `google_control_plane_access` ([#22209](https://github.com/hashicorp/terraform-provider-google/pull/22209))
* **New Resource:** `google_gemini_code_tools_setting_binding` ([#22226](https://github.com/hashicorp/terraform-provider-google/pull/22226))
* **New Resource:** `google_gemini_code_tools_setting` ([#22203](https://github.com/hashicorp/terraform-provider-google/pull/22203))
* **New Resource:** `google_os_config_v2_policy_orchestrator_for_organization` ([#22192](https://github.com/hashicorp/terraform-provider-google/pull/22192))

IMPROVEMENTS:
* accesscontextmanager: added `session_settings` field to `gcp_user_access_binding` resource ([#22227](https://github.com/hashicorp/terraform-provider-google/pull/22227))
* 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))
* 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))
* datastream: added support for creating streams for Salesforce source in `google_datastream_stream` ([#22205](https://github.com/hashicorp/terraform-provider-google/pull/22205))
* 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))
* gkeonprem: added `enable_advanced_cluster` field to `google_gkeonprem_vmware_admin_cluster` resource ([#22188](https://github.com/hashicorp/terraform-provider-google/pull/22188))
* gkeonprem: added `enable_advanced_cluster` field to `google_gkeonprem_vmware_cluster` resource ([#22188](https://github.com/hashicorp/terraform-provider-google/pull/22188))
* memorystore: added `automated_backup_config` field to `google_memorystore_instance` resource, ([#22208](https://github.com/hashicorp/terraform-provider-google/pull/22208))
* netapp: added `tiering_policy` to `google_netapp_volume_replication` resource ([#22223](https://github.com/hashicorp/terraform-provider-google/pull/22223))
* 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))
* 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))
* redis: added `automated_backup_config` field to `google_redis_cluster` ([#22117](https://github.com/hashicorp/terraform-provider-google/pull/22117))
* storage: added `md5hexhash` field in `google_storage_bucket_object` ([#22229](https://github.com/hashicorp/terraform-provider-google/pull/22229))
* workbench: added `confidential_instance_config` field to `google_workbench_instance` resource ([#22178](https://github.com/hashicorp/terraform-provider-google/pull/22178))

BUG FIXES:
* 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))
* datastream: updated `private_key`to be mutable in `google_datastream_connection_profile` resource. ([#22179](https://github.com/hashicorp/terraform-provider-google/pull/22179))

## 6.28.0 (Apr 1, 2025)

DEPRECATIONS:
Expand Down