Skip to content

Commit

Permalink
Update CHANGELOG.md (#7957)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Aug 13, 2024
1 parent 59e4206 commit 291e36a
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
## 5.41.0 (Unreleased)
## 5.42.0 (Unreleased)

## 5.41.0 (August 13, 2024)

DEPRECATIONS:
* resourcemanager: deprecated `skip_delete` field in the `google_project` resource. Use `deletion_policy` instead. ([#7817](https://github.com/hashicorp/terraform-provider-google-beta/pull/7817))

FEATURES:
* **New Data Source:** `google_scc_v2_organization_source_iam_policy` ([#7888](https://github.com/hashicorp/terraform-provider-google-beta/pull/7888))
* **New Resource:** `google_access_context_manager_service_perimeter_dry_run_egress_policy` ([#7882](https://github.com/hashicorp/terraform-provider-google-beta/pull/7882))
* **New Resource:** `google_access_context_manager_service_perimeter_dry_run_ingress_policy` ([#7882](https://github.com/hashicorp/terraform-provider-google-beta/pull/7882))
* **New Resource:** `google_scc_v2_folder_mute_config` ([#7846](https://github.com/hashicorp/terraform-provider-google-beta/pull/7846))
* **New Resource:** `google_scc_v2_project_mute_config` ([#7881](https://github.com/hashicorp/terraform-provider-google-beta/pull/7881))
* **New Resource:** `google_scc_v2_project_notification_config` ([#7892](https://github.com/hashicorp/terraform-provider-google-beta/pull/7892))
* **New Resource:** `google_scc_v2_organization_source` ([#7888](https://github.com/hashicorp/terraform-provider-google-beta/pull/7888))
* **New Resource:** `google_scc_v2_organization_source_iam_binding` ([#7888](https://github.com/hashicorp/terraform-provider-google-beta/pull/7888))
* **New Resource:** `google_scc_v2_organization_source_iam_member` ([#7888](https://github.com/hashicorp/terraform-provider-google-beta/pull/7888))
* **New Resource:** `google_scc_v2_organization_source_iam_policy` ([#7888](https://github.com/hashicorp/terraform-provider-google-beta/pull/7888))

IMPROVEMENTS:
* clouddeploy: added `gke.proxy_url` field to `google_clouddeploy_target` ([#7899](https://github.com/hashicorp/terraform-provider-google-beta/pull/7899))
* cloudrunv2: added field `binary_authorization.policy` to resource `google_cloud_run_v2_job` and resource `google_cloud_run_v2_service` to support named binary authorization policy. ([#7883](https://github.com/hashicorp/terraform-provider-google-beta/pull/7883))
* compute: added update-in-place support for the `google_compute_target_https_proxy.server_tls_policy` field ([#7884](https://github.com/hashicorp/terraform-provider-google-beta/pull/7884))
* compute: added update-in-place support for the `google_compute_region_target_https_proxy.server_tls_policy` field ([#7891](https://github.com/hashicorp/terraform-provider-google-beta/pull/7891))
* container: added `auto_provisioning_locations` field to `google_container_cluster` ([#7849](https://github.com/hashicorp/terraform-provider-google-beta/pull/7849))
* dataform: added `kms_key_name` field to `google_dataform_repository` resource ([#7855](https://github.com/hashicorp/terraform-provider-google-beta/pull/7855))
* discoveryengine: added `skip_default_schema_creation` field to `google_discovery_engine_data_store` resource ([#7900](https://github.com/hashicorp/terraform-provider-google-beta/pull/7900))
* gkehub: added `configmanagement.management` and `configmanagement.config_sync.enabled` fields to `google_gkehub_feature_membership` ([#7899](https://github.com/hashicorp/terraform-provider-google-beta/pull/7899))
* gkehub: added `management` field to `google_gke_hub_feature.fleet_default_member_config.configmanagement` ([#7862](https://github.com/hashicorp/terraform-provider-google-beta/pull/7862))
* resourcemanager: added `deletion_policy` field to the `google_project` resource. Setting `deletion_policy` to `PREVENT` will protect the project against any destroy actions caused by a terraform apply or terraform destroy. Setting `deletion_policy` to `ABANDON` allows the resource to be abandoned rather than deleted and it behaves the same with `skip_delete = true`. Default value is `DELETE`. `skip_delete = true` takes precedence over `deletion_policy = "DELETE"`.
* storage: added `force_destroy` field to `google_storage_managed_folder` resource ([#7867](https://github.com/hashicorp/terraform-provider-google-beta/pull/7867))
* storage: added `generation` field to `google_storage_bucket_object` resource ([#7866](https://github.com/hashicorp/terraform-provider-google-beta/pull/7866))

BUG FIXES:
* compute: fixed `google_compute_instance.alias_ip_range` update behavior to avoid temporarily deleting unchanged alias IP ranges ([#7898](https://github.com/hashicorp/terraform-provider-google-beta/pull/7898))
* compute: fixed the bug that creation of PSC forwarding rules fails in `google_compute_forwarding_rule` resource when provider default labels are set ([#7873](https://github.com/hashicorp/terraform-provider-google-beta/pull/7873))
* sql: fixed a perma-diff in `settings.insights_config` in `google_sql_database_instance` ([#7861](https://github.com/hashicorp/terraform-provider-google-beta/pull/7861))




## 5.40.0 (August 5, 2024)

Expand Down

0 comments on commit 291e36a

Please sign in to comment.