Skip to content

Commit 2d227de

Browse files
melinathshuyama1
andauthored
7.19.0 changelogs (#11512)
* 7.19.0 changelogs * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com> --------- Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
1 parent 239303e commit 2d227de

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
## 7.17.0 (Unreleased)
1+
## 7.19.0 (Unreleased)
2+
3+
DEPRECATIONS:
4+
* backupdr: `google_backupdr_restore_workload.name` is deprecated and will be removed in a future major release. The backup is identified by the parameters (location, backup_vault_id, data_source_id, backup_id). ([#11490](https://github.com/hashicorp/terraform-provider-google-beta/pull/11490))
5+
* publicca: `google_public_ca_external_account_key.b64url_mac_key` is deprecated and will be removed in a future major release. Use `mac_key` instead. ([#11482](https://github.com/hashicorp/terraform-provider-google-beta/pull/11482))
6+
7+
IMPROVEMENTS:
8+
* compute: added `RDMA_FALCON_POLICY` and `ULL_POLICY` values to `policy_type` field in `google_compute_region_network_firewall_policy`, `google_compute_region_network_firewall_policy_with_rules` ([#11489](https://github.com/hashicorp/terraform-provider-google-beta/pull/11489))
9+
* compute: added support for `network_interface.network_attachment` to `google_compute_instance_template` (GA) ([#11496](https://github.com/hashicorp/terraform-provider-google-beta/pull/11496))
10+
* compute: added support for `network_interface.network_attachment` to `google_compute_region_instance_template` ([#11496](https://github.com/hashicorp/terraform-provider-google-beta/pull/11496))
11+
* compute: added support for `network_interface.vlan` to `google_compute_instance_template`, enabling dynamic NIC ([#11496](https://github.com/hashicorp/terraform-provider-google-beta/pull/11496))
12+
* compute: added support for `network_interface.vlan` to `google_compute_instance`, enabling dynamic NIC. Creating and deleting from an existing instance is not yet supported. ([#11496](https://github.com/hashicorp/terraform-provider-google-beta/pull/11496))
13+
* compute: added support for `network_interface.vlan` to `google_compute_region_instance_template`, enabling dynamic NIC ([#11496](https://github.com/hashicorp/terraform-provider-google-beta/pull/11496))
14+
* discoveryengine: added `knowledge_graph_config` field to `google_discovery_engine_search_engine` resource ([#11484](https://github.com/hashicorp/terraform-provider-google-beta/pull/11484))
15+
* firestore: added `firestore_data_access_mode`, `mongodb_compatible_data_acess_mode`, and `realtime_updates_mode` fields to the `google_firestore_database` resource ([#11497](https://github.com/hashicorp/terraform-provider-google-beta/pull/11497))
16+
* firestore: added `deletion_policy` virtual field to `google_firestore_index` resource ([#11488](https://github.com/hashicorp/terraform-provider-google-beta/pull/11488))
17+
* monitoring: added write-only variants (`auth_token_wo` + `auth_token_wo_version`, `password_wo` + `password_wo_version`, `service_key_wo` + `service_key_wo_version`) for `google_monitoring_notification_channel.sensitive_labels` ([#11487](https://github.com/hashicorp/terraform-provider-google-beta/pull/11487))
18+
* networkconnectivity: added support for update operation on `google_network_connectivity_gateway_advertised_route` resource ([#11481](https://github.com/hashicorp/terraform-provider-google-beta/pull/11481))
19+
* provider: added a configurable `poll_interval` field to the provider for rare cases where it is being used in latency-sensitive situations. This can be set to a custom duration to change operation polling intervals. The default is unchanged, at `10s`. ([#11500](https://github.com/hashicorp/terraform-provider-google-beta/pull/11500))
20+
* publicca: added `mac_key` to `google_public_ca_external_account_key` ([#11482](https://github.com/hashicorp/terraform-provider-google-beta/pull/11482))
21+
* run: added `readiness_probe` field to `google_cloud_run_v2_service` resource ([#11498](https://github.com/hashicorp/terraform-provider-google-beta/pull/11498))
22+
* vertexai: added support for `developer_connect_source` to `spec.source_code_spec` in `google_vertex_ai_reasoning_engine` ([#11502](https://github.com/hashicorp/terraform-provider-google-beta/pull/11502))
23+
24+
BUG FIXES:
25+
* compute: fixed issue where it wasn't possible to set both `ssl_certificates` and `certificate_map` in `google_compute_target_ssl_proxy` ([#11503](https://github.com/hashicorp/terraform-provider-google-beta/pull/11503))
26+
* container: fixed an issue when toggling `default_compute_class_enabled` in `google_container_cluster` with Autopilot enabled ([#11483](https://github.com/hashicorp/terraform-provider-google-beta/pull/11483))
27+
* firebaseailogic: fixed bug in `google_firebase_ai_logic_config.generative_language_config.api_key_wo` where the value set wouldn't be sent to the API. ([#11487](https://github.com/hashicorp/terraform-provider-google-beta/pull/11487))
28+
* publicca: fixed `b64url_mac_key` sometimes being empty in `google_public_ca_external_account_key` ([#11482](https://github.com/hashicorp/terraform-provider-google-beta/pull/11482))
229

330
## 7.16.0 (January 13, 2026)
431

0 commit comments

Comments
 (0)