|
1 | 1 | ## 5.13.0 (Unreleased) |
| 2 | +NOTES: |
| 3 | +* cloudbuildv2: changed underlying actuation engine for `google_cloudbuildv2_repository`, there should be no user-facing impact ([#6843](https://github.com/hashicorp/terraform-provider-google-beta/pull/6843)) |
| 4 | +* provider: added support for in-place update for `labels` and `terraform_labels` fields in immutable resources ([#6857](https://github.com/hashicorp/terraform-provider-google-beta/pull/6857)) |
| 5 | + |
| 6 | +FEATURES: |
| 7 | +* **New Resource:** `google_netapp_backup_policy` ([#6839](https://github.com/hashicorp/terraform-provider-google-beta/pull/6839)) |
| 8 | +* **New Resource:** `google_netapp_volume` ([#6852](https://github.com/hashicorp/terraform-provider-google-beta/pull/6852)) |
| 9 | +* **New Resource:** `google_network_security_address_group_iam_*` ([#6859](https://github.com/hashicorp/terraform-provider-google-beta/pull/6859)) |
| 10 | +* **New Resource:** `google_network_security_security_profile` ([#6868](https://github.com/hashicorp/terraform-provider-google-beta/pull/6868)) |
| 11 | +* **New Resource:** `google_vertex_ai_feature_group_feature` ([#6861](https://github.com/hashicorp/terraform-provider-google-beta/pull/6861)) |
| 12 | + |
| 13 | +IMPROVEMENTS: |
| 14 | +* alloydb: allowed `database_version` as an input on `google_alloydb_cluster` resource ([#6841](https://github.com/hashicorp/terraform-provider-google-beta/pull/6841)) |
| 15 | +* bigquery: added `spark_options` field to `google_bigquery_routine` resource ([#6867](https://github.com/hashicorp/terraform-provider-google-beta/pull/6867)) |
| 16 | +* bigquery: added support for replica materialized view in `google_bigquery_table` resource ([#6865](https://github.com/hashicorp/terraform-provider-google-beta/pull/6865)) |
| 17 | +* cloudrunv2: added `nfs` and `gcs` fields to `google_cloud_run_v2_service.template.volumes` ([#6845](https://github.com/hashicorp/terraform-provider-google-beta/pull/6845)) |
| 18 | +* cloudrunv2: added `tcp_socket` field to `google_cloud_run_v2.template.containers.liveness_probe` ([#6845](https://github.com/hashicorp/terraform-provider-google-beta/pull/6845)) |
| 19 | +* composer: added `enable_private_environment` and `enable_private_builds_only` fields to `google_composer_environment` resource ([#6870](https://github.com/hashicorp/terraform-provider-google-beta/pull/6870)) |
| 20 | +* compute: added `enable_confidential_compute` field to `google_compute_instance.boot_disk.initialize_params` ([#6842](https://github.com/hashicorp/terraform-provider-google-beta/pull/6842)) |
| 21 | +* gkehub2: added `clusterupgrade` field to `google_gke_hub_feature` resource ([#6836](https://github.com/hashicorp/terraform-provider-google-beta/pull/6836)) |
| 22 | +* healthcare: added `enable_history_modifications` field to `google_healthcare_fhir_store` resource ([#6864](https://github.com/hashicorp/terraform-provider-google-beta/pull/6864)) |
| 23 | +* notebooks: allowed `machine_type` and `accelerator_config` to be updatable on `google_notebooks_runtime` resource ([#6854](https://github.com/hashicorp/terraform-provider-google-beta/pull/6854)) |
| 24 | +* workstations: added `disable_tcp_connections` field to `google_workstations_workstation_config` resource ([#6863](https://github.com/hashicorp/terraform-provider-google-beta/pull/6863)) |
| 25 | + |
| 26 | +BUG FIXES: |
| 27 | +* compute: fixed the bug that `max_ttl` is sent in API calls even it is removed from configuration when changing cache_mode to FORCE_CACHE_ALL in `google_compute_backend_bucket` resource ([#6847](https://github.com/hashicorp/terraform-provider-google-beta/pull/6847)) |
| 28 | +* networkservices: fixed a perma-diff on `addresses` field in `google_network_services_gateway` resource ([#6871](https://github.com/hashicorp/terraform-provider-google-beta/pull/6871)) |
| 29 | +* provider: fixed `universe_domain` behavior to correctly throw an error when explicitly configured `universe_domain` values did not match credentials assumed to be in the default universe ([#6860](https://github.com/hashicorp/terraform-provider-google-beta/pull/6860)) |
| 30 | +* spanner: fixed error when adding `autoscaling_config` to an existing `google_spanner_instance` resource ([#6869](https://github.com/hashicorp/terraform-provider-google-beta/pull/6869)) |
2 | 31 |
|
3 | 32 | ## 5.12.0 (Jan 16, 2024) |
4 | 33 |
|
|
0 commit comments