Skip to content

Commit c5a127e

Browse files
authored
Update CHANGELOG.md (#4689)
1 parent a149e60 commit c5a127e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## 4.37.0 (Unreleased)
22

3+
FEATURES:
4+
* **New Resource:** `google_apigee_nat_address` ([#4676](https://github.com/hashicorp/terraform-provider-google-beta/pull/4676))
5+
* **New Resource:** `google_dialogflow_cx_webhook` ([#4667](https://github.com/hashicorp/terraform-provider-google-beta/pull/4667))
6+
* **New Resource:** `google_filestore_snapshot` ([#4661](https://github.com/hashicorp/terraform-provider-google-beta/pull/4661))
7+
8+
IMPROVEMENTS:
9+
* apigee: added read-only field `connection_state` to `google_apigee_endpoint_attachment` ([#4668](https://github.com/hashicorp/terraform-provider-google-beta/pull/4668))
10+
* bigtable: added support for `autoscaling_config.storage_target` to `google_bigtable_instance` ([#4671](https://github.com/hashicorp/terraform-provider-google-beta/pull/4671))
11+
* cloudbuild: added support for `BITBUCKET` option to `git_source.repo_type` in `google_cloudbuild_trigger` ([#4679](https://github.com/hashicorp/terraform-provider-google-beta/pull/4679))
12+
* dns: added in validation for trailing dot at end of DNS record name ([#4674](https://github.com/hashicorp/terraform-provider-google-beta/pull/4674))
13+
* project: added validation for field `project_id` in `google_project` datasource. ([#4684](https://github.com/hashicorp/terraform-provider-google-beta/pull/4684))
14+
* serviceaccount: added `expires_in` attribute for generating `exp` claim to `google_service_account_jwt` datasource. ([#4677](https://github.com/hashicorp/terraform-provider-google-beta/pull/4677))
15+
16+
BUG FIXES:
17+
* notebooks: fixed perma-diff in `google_notebooks_instance` ([#4664](https://github.com/hashicorp/terraform-provider-google-beta/pull/4664))
18+
* privateca: fixed an issue that blocked subordinate CA data sources when `state` was not `AWAITING_USER_ACTIVATION` ([#4672](https://github.com/hashicorp/terraform-provider-google-beta/pull/4672))
19+
* storage: fixed permdiff on the field `versioning` of `google_storage_bucket` ([#4665](https://github.com/hashicorp/terraform-provider-google-beta/pull/4665))
20+
321
## 4.36.0 (September 12, 2022)
422

523
FEATURES:

0 commit comments

Comments
 (0)