|
1 | | -## 6.12.0 (Unreleased) |
| 1 | +## 6.13.0 (Unreleased) |
2 | 2 |
|
3 | | -## 6.11.0 (November 11, 2024) |
| 3 | +## 6.12.0 (November 18, 2024) |
4 | 4 |
|
5 | | -NOTES: |
6 | | -* compute: migrated `google_compute_firewall_policy_rule` from DCL engine to MMv1 engine. ([#8604](https://github.com/hashicorp/terraform-provider-google-beta/pull/8604)) |
| 5 | +FEATURES: |
| 6 | +* **New Data Source:** `google_access_context_manager_access_policy` ([#8676](https://github.com/hashicorp/terraform-provider-google-beta/pull/8676)) |
| 7 | +* **New Data Source:** `google_backup_dr_data_source` ([#8641](https://github.com/hashicorp/terraform-provider-google-beta/pull/8641)) |
| 8 | +* **New Resource:** `google_dataproc_gdc_spark_application` ([#8662](https://github.com/hashicorp/terraform-provider-google-beta/pull/8662)) |
| 9 | +* **New Resource:** `google_iam_folders_policy_binding` ([#8677](https://github.com/hashicorp/terraform-provider-google-beta/pull/8677)) |
| 10 | +* **New Resource:** `google_iam_organizations_policy_binding` ([#8679](https://github.com/hashicorp/terraform-provider-google-beta/pull/8679)) |
| 11 | + |
| 12 | +IMPROVEMENTS: |
| 13 | +* artifactregistry: added `common_repository` field to `google_artifact_registry_repository` resource ([#8681](https://github.com/hashicorp/terraform-provider-google-beta/pull/8681)) |
| 14 | +* backupdr: added `access_restriction` field to`google_backup_dr_backup_vault` resource (beta) ([#8656](https://github.com/hashicorp/terraform-provider-google-beta/pull/8656)) |
| 15 | +* cloudrunv2: added `urls` output field to `google_cloud_run_v2_service` resource ([#8686](https://github.com/hashicorp/terraform-provider-google-beta/pull/8686)) |
| 16 | +* compute: added `IDPF` as a possible value for the `network_interface.nic_type` field in `google_compute_instance` resource ([#8664](https://github.com/hashicorp/terraform-provider-google-beta/pull/8664)) |
| 17 | +* compute: added `IDPF` as a possible value for the `guest_os_features.type` field in `google_compute_image` resource ([#8664](https://github.com/hashicorp/terraform-provider-google-beta/pull/8664)) |
| 18 | +* compute: added `replica_names` field to `sql_database_instance` resource ([#8637](https://github.com/hashicorp/terraform-provider-google-beta/pull/8637)) |
| 19 | +* filestore: added `performance_config` field to `google_filestore_instance` resource ([#8647](https://github.com/hashicorp/terraform-provider-google-beta/pull/8647)) |
| 20 | +* redis: added `persistence_config` to `google_redis_cluster`. ([#8643](https://github.com/hashicorp/terraform-provider-google-beta/pull/8643)) |
| 21 | +* securesourcemanager: added `workforce_identity_federation_config` field to `google_secure_source_manager_instance` resource ([#8670](https://github.com/hashicorp/terraform-provider-google-beta/pull/8670)) |
| 22 | +* spanner: added `default_backup_schedule_type` field to `google_spanner_instance` ([#8644](https://github.com/hashicorp/terraform-provider-google-beta/pull/8644)) |
| 23 | +* sql: added `psc_auto_connections` fields to `google_sql_database_instance` resource ([#8682](https://github.com/hashicorp/terraform-provider-google-beta/pull/8682)) |
| 24 | + |
| 25 | +BUG FIXES: |
| 26 | +* accesscontextmanager: fixed permadiff in perimeter `google_access_context_manager_service_perimeter_ingress_policy` and `google_access_context_manager_service_perimeter_egress_policy` resources when there are duplicate resources in the rules ([#8675](https://github.com/hashicorp/terraform-provider-google-beta/pull/8675)) |
| 27 | +* accesscontextmanager: fixed comparison of `identity_type` in `ingress_from` and `egress_from` when the `IDENTITY_TYPE_UNSPECIFIED` is set ([#8648](https://github.com/hashicorp/terraform-provider-google-beta/pull/8648)) |
| 28 | +* compute: fixed permadiff on attempted `type` field updates in `google_computer_security_policy`, updating this field will now force recreation of the resource ([#8689](https://github.com/hashicorp/terraform-provider-google-beta/pull/8689)) |
| 29 | +* identityplatform: fixed perma-diff in `google_identity_platform_config` ([#8663](https://github.com/hashicorp/terraform-provider-google-beta/pull/8663)) |
| 30 | + |
| 31 | +## 6.11.2 (November 15, 2024) |
| 32 | + |
| 33 | +BUG FIXES: |
| 34 | +* vertexai: fixed issue with google_vertex_ai_endpoint where upgrading to 6.11.0 would delete all traffic splits that were set outside Terraform (which was previously a required step for all meaningful use of this resource). ([#8708](https://github.com/hashicorp/terraform-provider-google-beta/pull/8708)) |
| 35 | + |
| 36 | +## 6.11.1 (November 12, 2024) |
| 37 | +BUG FIXES: |
| 38 | +* container: fixed diff on `google_container_cluster.user_managed_keys_config` field for resources that had not set it. ([#8687](https://github.com/hashicorp/terraform-provider-google-beta/pull/8687)) |
| 39 | +* container: marked `google_container_cluster.user_managed_keys_config` as immutable because it can't be updated in place. ([#8687](https://github.com/hashicorp/terraform-provider-google-beta/pull/8687)) |
| 40 | + |
| 41 | +## 6.11.0 (November 11, 2024) |
7 | 42 |
|
8 | 43 | BREAKING CHANGES: |
9 | 44 | * looker: made `oauth_config` a required field in `google_looker_instance`, as creating this resource without that field always triggers an API error ([#8633](https://github.com/hashicorp/terraform-provider-google-beta/pull/8633)) |
|
0 commit comments