Skip to content

Commit ffb8a9f

Browse files
authored
4.44.0 changelog (beta) (#4904)
* 4.44.0 changelog * update * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent d06c7ff commit ffb8a9f

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

CHANGELOG.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,75 @@
1-
## 4.43.1 (Unreleased)
1+
## 4.44.0 (Unreleased)
2+
3+
FEATURES:
4+
* **New Data Source:** `google_cloud_asset_resources_search_all` (beta) ([#4891](https://github.com/hashicorp/terraform-provider-google-beta/pull/4891))
5+
* **New Resource:** `google_alloydb_instance` ([#4857](https://github.com/hashicorp/terraform-provider-google-beta/pull/4857))
6+
* **New Resource:** `google_beyondcorp_app_connector` ([#4866](https://github.com/hashicorp/terraform-provider-google-beta/pull/4866))
7+
* **New Resource:** `google_beyondcorp_app_gateway` ([#4866](https://github.com/hashicorp/terraform-provider-google-beta/pull/4866))
8+
* **New Resource:** `google_compute_network_firewall_policy_association` ([#4868](https://github.com/hashicorp/terraform-provider-google-beta/pull/4868))
9+
* **New Resource:** `google_compute_network_firewall_policy_rule` ([#4880](https://github.com/hashicorp/terraform-provider-google-beta/pull/4880))
10+
* **New Resource:** `google_compute_network_firewall_policy` ([#4851](https://github.com/hashicorp/terraform-provider-google-beta/pull/4851))
11+
* **New Resource:** `google_compute_region_network_firewall_policy_association` ([#4868](https://github.com/hashicorp/terraform-provider-google-beta/pull/4868))
12+
* **New Resource:** `google_compute_region_network_firewall_policy_rule` ([#4880](https://github.com/hashicorp/terraform-provider-google-beta/pull/4880))
13+
* **New Resource:** `google_compute_region_network_firewall_policy` ([#4851](https://github.com/hashicorp/terraform-provider-google-beta/pull/4851))
14+
* **New Resource:** `google_eventarc_channel` ([#4876](https://github.com/hashicorp/terraform-provider-google-beta/pull/4876))
15+
* **New Resource:** `google_firebase_apple_app` ([#4887](https://github.com/hashicorp/terraform-provider-google-beta/pull/4887))
16+
* **New Resource:** `google_firebase_hosting_channel` ([#4890](https://github.com/hashicorp/terraform-provider-google-beta/pull/4890))
17+
* **New Resource:** `google_firebase_hosting_site` ([#4846](https://github.com/hashicorp/terraform-provider-google-beta/pull/4846))
18+
* **New Resource:** `google_identity_platform_project_default_config` ([#4853](https://github.com/hashicorp/terraform-provider-google-beta/pull/4853))
19+
* **New Resource:** `google_kms_crypto_key_versions` ([#4831](https://github.com/hashicorp/terraform-provider-google-beta/pull/4831))
20+
* **New Resource:** `google_storage_transfer_agent_pool` ([#4835](https://github.com/hashicorp/terraform-provider-google-beta/pull/4835))
21+
22+
IMPROVEMENTS:
23+
* bigquery: supported authorized routines on resource `bigquery_dataset` and `bigquery_dataset_access` ([#4855](https://github.com/hashicorp/terraform-provider-google-beta/pull/4855))
24+
* clouddeploy: added execution_configs.execution_timeout in target resource. (beta) ([#4849](https://github.com/hashicorp/terraform-provider-google-beta/pull/4849))
25+
* clouddeploy: added support for Cloud Run Targets (beta) ([#4849](https://github.com/hashicorp/terraform-provider-google-beta/pull/4849))
26+
* clouddeploy: added support for Deployment Verification standard strategy (beta) ([#4849](https://github.com/hashicorp/terraform-provider-google-beta/pull/4849))
27+
* cloudidentity: made security label settable by making labels updatable in `google_cloud_identity_groups` ([#4834](https://github.com/hashicorp/terraform-provider-google-beta/pull/4834))
28+
* cloudrun: added field `liveness_probe.grpc` and `startup_probe.grpc` to resource `google_cloud_run_service` (beta) ([#4863](https://github.com/hashicorp/terraform-provider-google-beta/pull/4863))
29+
* cloudsql: added `connector_enforcement` field to `google_sql_database_instance` resource ([#4894](https://github.com/hashicorp/terraform-provider-google-beta/pull/4894))
30+
* compute: added optional `redundant_interface` argument to `google_compute_router_interface` resource ([#4881](https://github.com/hashicorp/terraform-provider-google-beta/pull/4881))
31+
* compute: added `default_route_action.request_mirror_policy` field to `google_compute_region_url_map` resource ([#4879](https://github.com/hashicorp/terraform-provider-google-beta/pull/4879))
32+
* compute: added `default_route_action.retry_policy` field to `google_compute_region_url_map` resource ([#4879](https://github.com/hashicorp/terraform-provider-google-beta/pull/4879))
33+
* compute: added `default_route_action.weighted_backend_services` field to `google_compute_region_url_map` resource ([#4879](https://github.com/hashicorp/terraform-provider-google-beta/pull/4879))
34+
* compute: added `preconfigured_waf_config` block to `google_compute_security_policy` resource (beta) ([#4852](https://github.com/hashicorp/terraform-provider-google-beta/pull/4852))
35+
* compute: modified machine_type field in compute instance resource to accept short name. ([#4849](https://github.com/hashicorp/terraform-provider-google-beta/pull/4849))
36+
* container: added `node_config.logging_variant` to `google_container_node_pool`. ([#4889](https://github.com/hashicorp/terraform-provider-google-beta/pull/4889))
37+
* container: added `node_pool_defaults.node_config_defaults.logging_variant`, `node_pool.node_config.logging_variant`, and `node_config.logging_variant` to `google_container_cluster`. ([#4889](https://github.com/hashicorp/terraform-provider-google-beta/pull/4889))
38+
* container: added support for Shielded Instance configuration for node auto-provisioning to `google_container_cluster` ([#4833](https://github.com/hashicorp/terraform-provider-google-beta/pull/4833))
39+
* container: added management attribute to the google_container_cluster resource ([#4862](https://github.com/hashicorp/terraform-provider-google-beta/pull/4862))
40+
* container: added field `blue_green_settings` to `google_container_node_pool` ([#4860](https://github.com/hashicorp/terraform-provider-google-beta/pull/4860))
41+
* container: added field `strategy` to `google_container_node_pool` ([#4860](https://github.com/hashicorp/terraform-provider-google-beta/pull/4860))
42+
* container: added support for additional values `APISERVER`, `CONTROLLER_MANAGER`, and `SCHEDULER` in `google_container_cluster.monitoring_config` ([#4854](https://github.com/hashicorp/terraform-provider-google-beta/pull/4854))
43+
* datafusion: added `enable_rbac` field to `google_data_fusion_instance` resource ([#4864](https://github.com/hashicorp/terraform-provider-google-beta/pull/4864))
44+
* dlp: added fields `rows_limit`, `rows_limit_percent`, and `sample_method` to `big_query_options` in `google_data_loss_prevention_job_trigger` ([#4856](https://github.com/hashicorp/terraform-provider-google-beta/pull/4856))
45+
* dlp: added pubsub action to `google_data_loss_prevention_job_trigger` ([#4832](https://github.com/hashicorp/terraform-provider-google-beta/pull/4832))
46+
* dns: added `gke_clusters` field to `google_dns_managed_zone` resource ([#4888](https://github.com/hashicorp/terraform-provider-google-beta/pull/4888))
47+
* dns: added `gke_clusters` field to `google_dns_response_policy` resource ([#4888](https://github.com/hashicorp/terraform-provider-google-beta/pull/4888))
48+
* eventarc: added field `channel` to `google_eventarc_trigger` ([#4876](https://github.com/hashicorp/terraform-provider-google-beta/pull/4876))
49+
* gkehub: added `mesh` field and `management` subfield to resource `feature_membership` ([#4867](https://github.com/hashicorp/terraform-provider-google-beta/pull/4867))
50+
* networkservices: added `aws_v4_authentication ` field to `google_network_services_edge_cache_origin ` to support S3-compatible Origins ([#4875](https://github.com/hashicorp/terraform-provider-google-beta/pull/4875))
51+
* networkservices: added `signed_token_options` and `add_signatures` field to `google_network_services_edge_cache_service` and `validation_shared_keys` to `google_network_services_edge_cache_keyset` to support dual-token authentication ([#4884](https://github.com/hashicorp/terraform-provider-google-beta/pull/4884))
52+
* sql: added `query_plan_per_minute` field to `insights_config` in `google_sql_database_instance` resource ([#4840](https://github.com/hashicorp/terraform-provider-google-beta/pull/4840))
53+
* vertexai: added fields to `vertex_ai_featurestore_entitytype` to support feature value monitoring ([#4859](https://github.com/hashicorp/terraform-provider-google-beta/pull/4859))
54+
55+
BUG FIXES:
56+
* apigee: fixed permadiff on consumer_accept_list for `google_apigee_instance` ([#4883](https://github.com/hashicorp/terraform-provider-google-beta/pull/4883))
57+
* appengine: fixed permadiff on serviceaccount for 'google_app_engine_flexible_app_version' ([#4858](https://github.com/hashicorp/terraform-provider-google-beta/pull/4858))
58+
* bigtable: updated ForceNew logic for `kms_key_name` ([#4873](https://github.com/hashicorp/terraform-provider-google-beta/pull/4873))
59+
* bigtable: updated the error handling logic to remove the resource on resource not found error only ([#4841](https://github.com/hashicorp/terraform-provider-google-beta/pull/4841))
60+
* billingbudget: fixed a bug where `budget_filter.credit_types_treatment` in `google_billing_budget` resource was not updating. ([#4836](https://github.com/hashicorp/terraform-provider-google-beta/pull/4836))
61+
* cloudbuild: fixed a failure when BITBUCKET is provided for `repo_type` on `google_cloudbuild_trigger` ([#4878](https://github.com/hashicorp/terraform-provider-google-beta/pull/4878))
62+
* cloudids: fixed `endpoint_forwarding_rule` and `endpoint_ip` attributes for `google_cloud_ids_endpoint` ([#4843](https://github.com/hashicorp/terraform-provider-google-beta/pull/4843))
63+
* compute: fixed perma-diff on `google_compute_disk` for new amd64 images ([#4847](https://github.com/hashicorp/terraform-provider-google-beta/pull/4847))
64+
* compute: made `target_https_proxy` possible to set `ssl_certificates` and `certificate_map` in `google_compute_target_https_proxy` at the same time ([#4839](https://github.com/hashicorp/terraform-provider-google-beta/pull/4839))
65+
* container: fixed a bug where `cluster_autoscaling.auto_provisioning_defaults.service_account` can not be set when `enable_autopilot = true` for `google_container_cluster` ([#4877](https://github.com/hashicorp/terraform-provider-google-beta/pull/4877))
66+
* dialogflowcx: fixed a deployment issue for `google_dialogflow_cx_version` and `google_dialogflow_cx_environment` when they are deployed to a non-global location ([#4869](https://github.com/hashicorp/terraform-provider-google-beta/pull/4869))
67+
* dns: fixed apply failure when `description` is set to empty string on `google_dns_managed_zone` ([#4837](https://github.com/hashicorp/terraform-provider-google-beta/pull/4837))
68+
* provider: fixed a crash during provider authentication for certain environments ([#4892](https://github.com/hashicorp/terraform-provider-google-beta/pull/4892))
69+
* storage: fixed a crash when `log_bucket` is updated with empty body on `google_storage_bucket` ([#4893](https://github.com/hashicorp/terraform-provider-google-beta/pull/4893))
70+
* vertexai: made google_vertex_ai_featurestore_entitytype always use regional endpoint corresponding to parent's region ([#4845](https://github.com/hashicorp/terraform-provider-google-beta/pull/4845))
71+
72+
## 4.43.1 (November 16, 2022)
273

374
BUG FIXES:
475
* provider: fixed a crash during provider authentication for certain environments ([#4892](https://github.com/hashicorp/terraform-provider-google-beta/pull/4892))

0 commit comments

Comments
 (0)