Skip to content

Commit 911457f

Browse files
authored
Update CHANGELOG.md (#5252)
1 parent e5d884c commit 911457f

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
## 4.54.0 (Unreleased)
1+
## 4.55.0 (Unreleased)
2+
3+
FEATURES:
4+
* **New Resource:** `google_cloudbuild_bitbucket_server_config` ([#5218](https://github.com/hashicorp/terraform-provider-google-beta/pull/5218))
5+
* **New Resource:** `google_firebase_hosting_release` ([#5229](https://github.com/hashicorp/terraform-provider-google-beta/pull/5229))
6+
* **New Resource:** `google_firebase_hosting_version` ([#5229](https://github.com/hashicorp/terraform-provider-google-beta/pull/5229))
7+
8+
IMPROVEMENTS:
9+
* container: added support for `node_config.kubelet_config.pod_pids_limit` on `google_container_node_pool` ([#5217](https://github.com/hashicorp/terraform-provider-google-beta/pull/5217))
10+
* storage: changed the default create timeout of `google_storage_bucket` to 10m from 4m ([#5222](https://github.com/hashicorp/terraform-provider-google-beta/pull/5222))
11+
12+
BUG FIXES:
13+
* container: fixed a crash when leaving `placement_policy` blank on `google_container_node_pool` ([#5233](https://github.com/hashicorp/terraform-provider-google-beta/pull/5233))
14+
* serviceusage: removed unneeded Optional schema behaviour from `email` field in `google_project_service_identity` ([#5226](https://github.com/hashicorp/terraform-provider-google-beta/pull/5226))
15+
16+
## 4.54.0 (February 23, 2023)
17+
18+
FEATURES:
19+
* **New Data Source:** `google_firebase_hosting_channel` ([#5188](https://github.com/hashicorp/terraform-provider-google-beta/pull/5188))
20+
* **New Data Source:** `google_logging_sink` ([#5207](https://github.com/hashicorp/terraform-provider-google-beta/pull/5207))
21+
* **New Data Source:** `google_sql_databases` ([#5204](https://github.com/hashicorp/terraform-provider-google-beta/pull/5204))
22+
23+
IMPROVEMENTS:
24+
* cloudbuild: added `bitbucket_server_trigger_config` field to `google_cloudbuild_trigger` resource ([#5198](https://github.com/hashicorp/terraform-provider-google-beta/pull/5198))
25+
* cloudbuild: added `github.enterprise_config_resource_name` field to `google_cloudbuild_trigger` resource ([#5205](https://github.com/hashicorp/terraform-provider-google-beta/pull/5205))
26+
* compute: added field `rsa_encrypted_key` to `google_compute_disk` resource ([#5187](https://github.com/hashicorp/terraform-provider-google-beta/pull/5187))
27+
* compute: added additional fields to `rules[].rate_limit_options` in `google_compute_security_policy` to support Cloud Armor Rate Limit Options ([#5193](https://github.com/hashicorp/terraform-provider-google-beta/pull/5193))
28+
* sql: added replica promotion support to `google_sql_database_instance`. This change will allow users to promote read replica as stand alone primary instance. ([#5184](https://github.com/hashicorp/terraform-provider-google-beta/pull/5184))
29+
30+
BUG FIXES:
31+
* bigquery: fixed permadiff on `max_time_travel_hours` of `google_bigquery_dataset` ([#5190](https://github.com/hashicorp/terraform-provider-google-beta/pull/5190))
32+
* compute: added possibility to remove `stateful_disk` in `compute_instance_group_manager` and `compute_region_instance_group_manager`. ([#5203](https://github.com/hashicorp/terraform-provider-google-beta/pull/5203))
33+
* sql: fixed an issue with updating the `settings.activation_policy` field in `google_sql_database_instance` ([#5202](https://github.com/hashicorp/terraform-provider-google-beta/pull/5202))
234

335
## 4.53.1 (February 14, 2023)
436

0 commit comments

Comments
 (0)