Skip to content

Commit 9ca07d4

Browse files
authored
Update CHANGELOG.md (#9250)
* Update CHANGELOG.md * Removed package upgrades (shouldn't be listed in changelog) * Removed beta-only change
1 parent 9bbb4a8 commit 9ca07d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

3+
IMPROVEMENTS:
4+
* compute: added `provisioned_iops` to `google_compute_disk` ([#9193](https://github.com/hashicorp/terraform-provider-google/pull/9193))
5+
* compute: promoted `distribution_policy_target_shape` field in `google_compute_region_instance_group_manager` to GA. ([#9186](https://github.com/hashicorp/terraform-provider-google/pull/9186))
6+
* sql: added field `disk_autoresize_limit` to `sql_database_instance` ([#9203](https://github.com/hashicorp/terraform-provider-google/pull/9203))
7+
8+
BUG FIXES:
9+
* cloudrun: fixed a bug where resources would return successfully due to responses based on a previous version of the resource ([#9213](https://github.com/hashicorp/terraform-provider-google/pull/9213))
10+
* storage: fixed error when `matches_storage_class` is set empty on `google_storage_bucket` ([#9221](https://github.com/hashicorp/terraform-provider-google/pull/9221))
11+
312
## 3.69.0 (May 24, 2021)
413

514
IMPROVEMENTS:

0 commit comments

Comments
 (0)