-
Notifications
You must be signed in to change notification settings - Fork 1.8k
6.49.0
: CHANGELOG.md
#24013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
6.49.0
: CHANGELOG.md
#24013
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,63 @@ | ||
## 6.48.0 (Unreleased) | ||
## 6.49.0 (Unreleased) | ||
|
||
DEPRECATIONS: | ||
* beyondcorp: `google_beyondcorp_application_iam_binding`, `google_beyondcorp_application_iam_member` and `google_beyondcorp_application_iam_policy` IAM resources, and the `google_beyondcorp_application_iam_policy ` datasource have been deprecated and will be removed in the upcoming major release ([#23995](https://github.com/hashicorp/terraform-provider-google/pull/23995)) | ||
* tpu: deprecated `google_tpu_tensorflow_versions` data source. Use `google_tpu_v2_runtime_versions` instead. ([#23958](https://github.com/hashicorp/terraform-provider-google/pull/23958)) | ||
|
||
BREAKING CHANGES: | ||
* vertexai: made the `metadata` field required in `google_vertex_ai_index` ([#23953](https://github.com/hashicorp/terraform-provider-google/pull/23953)) | ||
|
||
FEATURES: | ||
* **New Data Source:** `google_artifact_registry_tag` ([#23994](https://github.com/hashicorp/terraform-provider-google/pull/23994)) | ||
* **New Data Source:** `google_artifact_registry_tags` ([#23969](https://github.com/hashicorp/terraform-provider-google/pull/23969)) | ||
* **New Resource:** `google_dialogflow_convesation_profile` ([#23996](https://github.com/hashicorp/terraform-provider-google/pull/23996)) | ||
|
||
IMPROVEMENTS: | ||
* apikeys: added `service_account_email` to `google_apikeys_key` ([#24001](https://github.com/hashicorp/terraform-provider-google/pull/24001)) | ||
* compute: added `advanced_options_config` field to `google_compute_region_security_policy` resource ([#23914](https://github.com/hashicorp/terraform-provider-google/pull/23914)) | ||
* container: added `eviction_soft`, `eviction_soft_grace_period`, `eviction_minimum_reclaim`, `eviction_max_pod_grace_period_seconds`, `max_parallel_image_pulls`, `transparent_hugepage_enabled`, `transparent_hugepage_defrag` and `min_node_cpus` fields to `node_config` block of `google_container_node_pool` and `google_container_cluster` resources ([#23973](https://github.com/hashicorp/terraform-provider-google/pull/23973)) | ||
* networkmanagement: added `subnet` and `network` fields to the `google_network_management_vpc_flow_logs_config` resource (beta) ([#23945](https://github.com/hashicorp/terraform-provider-google/pull/23945)) | ||
* networkmanagement: added output-only field `target_resource_state` to the `google_network_management_vpc_flow_logs_config` resource ([#23945](https://github.com/hashicorp/terraform-provider-google/pull/23945)) | ||
* resourcemanager: added `management_project` and `configured_capabilities` fields to the `google_folder` resource. ([#23983](https://github.com/hashicorp/terraform-provider-google/pull/23983)) | ||
|
||
BUG FIXES: | ||
* cloud_tasks: set `name` field set to required in `google_cloud_tasks_queue` resource ([#23997](https://github.com/hashicorp/terraform-provider-google/pull/23997)) | ||
* clouddeploy: allowed sending `weekly_windows.start_time` as an empty object in order to use default values in the`google_clouddeploy_deploy_policy` resource ([#23993](https://github.com/hashicorp/terraform-provider-google/pull/23993)) | ||
* kms: `skip_initial_version_creation` field is no longer immutable in `google_kms_crypto_key`, but is still only settable at-creation ([#23984](https://github.com/hashicorp/terraform-provider-google/pull/23984)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. consider rephrasing |
||
* netapp: fixed bug where `google_netapp_volume.large_capacity` was not properly marked as immutable, causing updates to fail (and making it impossible to change the field value after creation) ([#24004](https://github.com/hashicorp/terraform-provider-google/pull/24004)) | ||
* networkconnectivity: added update support for `linked_vpc_network` in `google_network_connectivity_spoke` ([#23949](https://github.com/hashicorp/terraform-provider-google/pull/23949)) | ||
|
||
|
||
## 6.48.0 (August 12, 2025) | ||
|
||
FEATURES: | ||
* **New Data Source:** `google_artifact_registry_package` ([#23901](https://github.com/hashicorp/terraform-provider-google/pull/23901)) | ||
* **New Data Source:** `google_artifact_registry_repositories` ([#23906](https://github.com/hashicorp/terraform-provider-google/pull/23906)) | ||
* **New Data Source:** `google_artifact_registry_version` ([#23868](https://github.com/hashicorp/terraform-provider-google/pull/23868)) | ||
* **New Resource:** `google_dialogflow_cx_playbook` (initial basic support, full features to follow in a later release) ([#23895](https://github.com/hashicorp/terraform-provider-google/pull/23895)) | ||
* **New Resource:** `google_vertexai_rag_engine_config` ([#23889](https://github.com/hashicorp/terraform-provider-google/pull/23889)) | ||
|
||
IMPROVEMENTS: | ||
* backupdr: added `log_retention_days` field to `google_backup_dr_backup_plan` resource ([#23846](https://github.com/hashicorp/terraform-provider-google/pull/23846)) | ||
* compute: added `advanced_options_config` field to `google_compute_region_security_policy` resource ([#23914](https://github.com/hashicorp/terraform-provider-google/pull/23914)) | ||
* compute: added `ha_policy` field to `google_compute_region_backend_service` resource ([#23905](https://github.com/hashicorp/terraform-provider-google/pull/23905)) | ||
* compute: added the ability to use global target forwarding rule for `target_service` field in `google_compute_service_attachment` resource ([#23892](https://github.com/hashicorp/terraform-provider-google/pull/23892)) | ||
* container: added `boot_disk` to `node_config` in `google_container_cluster` and `google_container_node_pool` resources ([#23840](https://github.com/hashicorp/terraform-provider-google/pull/23840)) | ||
* container: added `node_config.kubelet_config.single_process_oom_kill` field to `google_container_node_pool` and `google_container_cluster` resources ([#23844](https://github.com/hashicorp/terraform-provider-google/pull/23844)) | ||
* container: added in-place update support for `user_managed_keys_config` field in `google_container_cluster` resource ([#23883](https://github.com/hashicorp/terraform-provider-google/pull/23883)) | ||
* dataproc: added `cluster_config.cluster_tier` field to `google_dataproc_cluster` resource ([#23830](https://github.com/hashicorp/terraform-provider-google/pull/23830)) | ||
* gkeonprem: added `enable_advanced_cluster` field to `google_gkeonprem_vmware_admin_cluster` resource ([#23908](https://github.com/hashicorp/terraform-provider-google/pull/23908)) | ||
* memorystore: added `allow_fewer_zones_deployment` field to `google_memorystore_instance` resource ([#23845](https://github.com/hashicorp/terraform-provider-google/pull/23845)) | ||
* sql: added field `psa_write_endpoint` flag to `google_sql_database_instance` resource ([#23867](https://github.com/hashicorp/terraform-provider-google/pull/23867)) | ||
* sql: added `network_attachment_uri` field to `google_sql_database_instance` resource ([#23894](https://github.com/hashicorp/terraform-provider-google/pull/23894)) | ||
* sql: added `node_count` field to `sql_database_instance` resource, and added new value `READ_POOL_INSTANCE` enum to the `instance_type` field of `sql_database_instance` resource ([#23897](https://github.com/hashicorp/terraform-provider-google/pull/23897)) | ||
* storagetransfer: added `federated_identity_config` field to `google_storage_transfer_job` resource ([#23900](https://github.com/hashicorp/terraform-provider-google/pull/23900)) | ||
* storagetransfer: added `transfer_spec.aws_s3_data_source.cloudfront_domain` field to `google_storage_transfer_job` resource ([#23887](https://github.com/hashicorp/terraform-provider-google/pull/23887)) | ||
|
||
BUG FIXES: | ||
* accesscontextmanager: made `scopes` field as immutable for `access_context_manager_access_policy` resource. ([#23886](https://github.com/hashicorp/terraform-provider-google/pull/23886)) | ||
* bigquery: fixed handling of non-legacy roles for access block inside `google_bigquery_dataset` ([#23898](https://github.com/hashicorp/terraform-provider-google/pull/23898)) | ||
* container: fixed an issue causing errors during updates to `node_config` to be suppressed in `google_container_cluster` and `google_container_node_pool` ([#23842](https://github.com/hashicorp/terraform-provider-google/pull/23842)) | ||
## 6.47.0 (August 05, 2025) | ||
|
||
DEPRECATIONS: | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.