|
1 | | -## 3.61.0 (Unreleased) |
| 1 | +## 3.62.0 (Unreleased) |
| 2 | + |
| 3 | +FEATURES: |
| 4 | +* **New Data Source:** `google_compute_health_check` ([#3066](https://github.com/hashicorp/terraform-provider-google-beta/pull/3066)) |
| 5 | +* **New Data Source:** `google_kms_secret_asymmetric` ([#3076](https://github.com/hashicorp/terraform-provider-google-beta/pull/3076)) |
| 6 | +* **New Resource:** `google_gke_hub_membership` ([#3079](https://github.com/hashicorp/terraform-provider-google-beta/pull/3079)) |
| 7 | +* **New Resource:** `google_tags_tag_key` ([#3062](https://github.com/hashicorp/terraform-provider-google-beta/pull/3062)) |
| 8 | +* **New Resource:** `google_data_catalog_tag_template_iam_*` ([#3071](https://github.com/hashicorp/terraform-provider-google-beta/pull/3071)) |
| 9 | + |
| 10 | +IMPROVEMENTS: |
| 11 | +* accesscontextmanager: added support for ingress and egress policies to `google_access_context_manager_service_perimeter` ([#3064](https://github.com/hashicorp/terraform-provider-google-beta/pull/3064)) |
| 12 | +* artifactregistry: relaxed field validations for field `format` on `google_artifact_registry_repository` ([#3068](https://github.com/hashicorp/terraform-provider-google-beta/pull/3068)) |
| 13 | +* compute: added `proxy_bind` to `google_compute_target_tcp_proxy`, `google_compute_target_http_proxy` and `google_compute_target_https_proxy` ([#3061](https://github.com/hashicorp/terraform-provider-google-beta/pull/3061)) |
| 14 | + |
| 15 | +BUG FIXES: |
| 16 | +* compute: fixed an issue where exceeding the operation rate limit would fail without retrying ([#3077](https://github.com/hashicorp/terraform-provider-google-beta/pull/3077)) |
| 17 | +* compute: corrected underlying type to integer for field `mtu` in `google_compute_interconnect_attachment` ([#3075](https://github.com/hashicorp/terraform-provider-google-beta/pull/3075) |
| 18 | + |
| 19 | +## 3.61.0 (March 23, 2021) |
| 20 | + |
| 21 | +IMPROVEMENTS: |
| 22 | +* compute: added `proxy_bind` to `google_compute_target_tcp_proxy`, `google_compute_target_http_proxy` and `google_compute_target_https_proxy` ([#3061](https://github.com/hashicorp/terraform-provider-google-beta/pull/3061)) |
| 23 | +* compute: updated `google_compute_subnetwork` to accept more values in the `purpose` field ([#3043](https://github.com/hashicorp/terraform-provider-google-beta/pull/3043)) |
| 24 | +* dataflow: added field `enable_streaming_engine` to `google_dataflow_job` ([#3049](https://github.com/hashicorp/terraform-provider-google-beta/pull/3049)) |
| 25 | +* vpcaccess: added beta fields `subnet` and `machine_type` to `google_vpc_access_connector` ([#3042](https://github.com/hashicorp/terraform-provider-google-beta/pull/3042)) |
| 26 | + |
| 27 | +BUG FIXES: |
| 28 | +* bigtable: fixed bug where gc_policy would attempt to recreate the resource when switching from deprecated attribute but maintaining the same value underlying value ([#3037](https://github.com/hashicorp/terraform-provider-google-beta/pull/3037)) |
| 29 | +* binaryauthorization: fixed permadiff in `google_binary_authorization_attestor` ([#3035](https://github.com/hashicorp/terraform-provider-google-beta/pull/3035)) |
| 30 | +* container: fixed update support for fields `export_custom_routes` and `import_custom_routes` in `google_compute_network_peering` ([#3045](https://github.com/hashicorp/terraform-provider-google-beta/pull/3045)) |
| 31 | + |
2 | 32 | ## 3.60.0 (March 15, 2021) |
3 | 33 |
|
4 | 34 | FEATURES: |
|
0 commit comments