Skip to content

Commit 426a3f3

Browse files
ScottSuarezmelinathshuyama1
authored
release notes ga - 5.24.0 (#17774)
* Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> * Update CHANGELOG.md Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> * Update CHANGELOG.md Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> * Update CHANGELOG.md * added cherrypick release note * revert cherrypick --------- Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> Co-authored-by: Shuya Ma <shuyama@google.com>
1 parent 1c1d44a commit 426a3f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
## 5.24.0 (Unreleased)
2+
IMPROVEMENTS:
3+
* container: added `enable_cilium_clusterwide_network_policy` field to `google_container_cluster` resource ([#17738](https://github.com/hashicorp/terraform-provider-google/pull/17738))
4+
* container: added `node_pool_auto_config.resource_manager_tags` field to `google_container_cluster` resource ([#17715](https://github.com/hashicorp/terraform-provider-google/pull/17715))
5+
* gkeonprem: added `disable_bundled_ingress` field to `google_gkeonprem_vmware_cluster` resource ([#17718](https://github.com/hashicorp/terraform-provider-google/pull/17718))
6+
* redis: added `node_type` and `precise_size_gb` fields to `google_redis_cluster` ([#17742](https://github.com/hashicorp/terraform-provider-google/pull/17742))
7+
* storage: added `project_number` attribute to `google_storage_bucket` resource and data source ([#17719](https://github.com/hashicorp/terraform-provider-google/pull/17719))
8+
* storage: added ability to provide `project` argument to `google_storage_bucket` data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. ([#17719](https://github.com/hashicorp/terraform-provider-google/pull/17719))
9+
10+
BUG FIXES:
11+
* appengine: fixed a crash in `google_app_engine_flexible_app_version` due to the `deployment` field not being returned by the API ([#17744](https://github.com/hashicorp/terraform-provider-google/pull/17744))
12+
* bigquery: fixed a crash when `google_bigquery_table` had a `primary_key.columns` entry set to `""` ([#17721](https://github.com/hashicorp/terraform-provider-google/pull/17721))
13+
* compute: fixed update scenarios on`google_compute_region_target_https_proxy` and `google_compute_target_https_proxy` resources. ([#17733](https://github.com/hashicorp/terraform-provider-google/pull/17733))
14+
215
## 5.23.0 (Apr 1, 2024)
316
NOTES:
417
* provider: introduced support for [provider-defined functions](https://developer.hashicorp.com/terraform/plugin/framework/functions). This feature is in Terraform v1.8.0+. ([#17694](https://github.com/hashicorp/terraform-provider-google/pull/17694))

0 commit comments

Comments
 (0)