Skip to content

Commit

Permalink
Add changelog for 6.8.0 (#8455)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Stephen Lewis (Burrows) <[email protected]>

---------

Co-authored-by: Sarah French <[email protected]>
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 83180ae commit 1cc5c47
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
## 6.8.0 (Unreleased)

FEATURES:
* **New Data Source:** `google_oracle_database_cloud_exadata_infrastructure` ([#8407](https://github.com/hashicorp/terraform-provider-google-beta/pull/8407))
* **New Data Source:** `google_oracle_database_cloud_vm_cluster` ([#8410](https://github.com/hashicorp/terraform-provider-google-beta/pull/8410))
* **New Data Source:** `google_oracle_database_db_nodes` ([#8420](https://github.com/hashicorp/terraform-provider-google-beta/pull/8420))
* **New Data Source:** `google_oracle_database_db_servers` ([#8389](https://github.com/hashicorp/terraform-provider-google-beta/pull/8389))
* **New Resource:** `google_oracle_database_autonomous_database` ([#8411](https://github.com/hashicorp/terraform-provider-google-beta/pull/8411))
* **New Resource:** `google_oracle_database_cloud_exadata_infrastructure` ([#8371](https://github.com/hashicorp/terraform-provider-google-beta/pull/8371))
* **New Resource:** `google_oracle_database_cloud_vm_cluster` ([#8397](https://github.com/hashicorp/terraform-provider-google-beta/pull/8397))
* **New Resource:** `google_transcoder_job_template` ([#8406](https://github.com/hashicorp/terraform-provider-google-beta/pull/8406))
* **New Resource:** `google_transcoder_job` ([#8406](https://github.com/hashicorp/terraform-provider-google-beta/pull/8406))

IMPROVEMENTS:
* cloudfunctions: increased the timeouts to 20 minutes for `google_cloudfunctions_function` resource ([#8372](https://github.com/hashicorp/terraform-provider-google-beta/pull/8372))
* cloudrunv2: added `invoker_iam_disabled` field to `google_cloud_run_v2_service` ([#8395](https://github.com/hashicorp/terraform-provider-google-beta/pull/8395))
* compute: made `google_compute_network_firewall_policy_rule` use MMv1 engine instead of DCL. ([#8412](https://github.com/hashicorp/terraform-provider-google-beta/pull/8412))
* compute: made `google_compute_region_network_firewall_policy_rule` use MMv1 engine instead of DCL. ([#8412](https://github.com/hashicorp/terraform-provider-google-beta/pull/8412))
* compute: added `ip_address_selection_policy` field to `google_compute_backend_service` and `google_compute_region_backend_service`. ([#8413](https://github.com/hashicorp/terraform-provider-google-beta/pull/8413))
* compute: added `provisioned_throughput` field to `google_compute_instance_template` resource ([#8405](https://github.com/hashicorp/terraform-provider-google-beta/pull/8405))
* compute: added `provisioned_throughput` field to `google_compute_region_instance_template` resource ([#8405](https://github.com/hashicorp/terraform-provider-google-beta/pull/8405))
* container: `google_container_cluster` will now accept server-specified values for `node_pool_auto_config.0.node_kubelet_config` when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. ([#8385](https://github.com/hashicorp/terraform-provider-google-beta/pull/8385))
* container: added support for additional values `KCP_CONNECTION`, and `KCP_SSHD`in `google_container_cluster.logging_config` ([#8381](https://github.com/hashicorp/terraform-provider-google-beta/pull/8381))
* dialogflowcx: added `advanced_settings.logging_settings` and `advanced_settings.speech_settings` to `google_dialogflow_cx_agent` and `google_dialogflow_cx_flow` ([#8374](https://github.com/hashicorp/terraform-provider-google-beta/pull/8374))
* networkconnectivity: added `linked_producer_vpc_network` field to `google_network_connectivity_spoke` resource ([#8376](https://github.com/hashicorp/terraform-provider-google-beta/pull/8376))
* secretmanager: added `is_secret_data_base64` field to `google_secret_manager_secret_version` and `google_secret_manager_secret_version_access` datasources ([#8394](https://github.com/hashicorp/terraform-provider-google-beta/pull/8394))
* secretmanager: added `is_secret_data_base64` field to `google_secret_manager_regional_secret_version` and `google_secret_manager_regional_secret_version_access` datasources ([#8394](https://github.com/hashicorp/terraform-provider-google-beta/pull/8394))
* spanner: added `kms_key_names` to `encryption_config` in `google_spanner_database` ([#8403](https://github.com/hashicorp/terraform-provider-google-beta/pull/8403))
* workstations: added `max_usable_workstations` field to `google_workstations_workstation_config` resource ([#8421](https://github.com/hashicorp/terraform-provider-google-beta/pull/8421))
* workstations: added field `allowed_ports` to `google_workstations_workstation_config` ([#8402](https://github.com/hashicorp/terraform-provider-google-beta/pull/8402))

BUG FIXES:
* bigquery: fixed a regression that caused `google_bigquery_dataset_iam_*` resources to attempt to set deleted IAM members, thereby triggering an API error ([#8408](https://github.com/hashicorp/terraform-provider-google-beta/pull/8408))
* compute: fixed an issue in `google_compute_backend_service` and `google_compute_region_backend_service` to allow sending `false` for `iap.enabled` ([#8369](https://github.com/hashicorp/terraform-provider-google-beta/pull/8369))
* container: `node_config.linux_node_config`, `node_config.workload_metadata_config` and `node_config.kubelet_config` will now successfully send empty messages to the API when `terraform plan` indicates they are being removed, rather than null, which caused an error. The sole reliable case is `node_config.linux_node_config` when the block is removed, where there will still be a permadiff, but the update request that's triggered will no longer error and other changes displayed in the plan should go through. ([#8400](https://github.com/hashicorp/terraform-provider-google-beta/pull/8400))
* pubsub: fixed permadiff with configuring an empty `retry_policy` in `google_pubsub_subscription` ([#8365](https://github.com/hashicorp/terraform-provider-google-beta/pull/8365))

## 5.44.2 (October 14, 2024)

Notes:
Expand Down

0 comments on commit 1cc5c47

Please sign in to comment.