Skip to content
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

Bump hashicorp/google from 5.31.1 to 5.35.0 in /gcp #1458

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps hashicorp/google from 5.31.1 to 5.35.0.

Release notes

Sourced from hashicorp/google's releases.

v5.35.0

FEATURES:

  • New Data Source: google_artifact_registry_docker_image (#18446)
  • New Resource: google_service_networking_vpc_service_controls (#18448)

IMPROVEMENTS:

  • billingbudget: added enable_project_level_recipients field to google_billing_budget resource (#18437)
  • compute: added action_token_site_keys and session_token_site_keys fields to google_compute_security_policy and google_compute_security_policy_rule resources (#18414)
  • gkehub2: added ENTERPRISE option to security_posture_config field on google_gke_hub_fleet resource (#18440)
  • pubsub: added bigquery_config.service_account_email field to google_pubsub_subscription resource (#18444)
  • redis: added maintenance_version field to google_redis_instance resource (#18424)
  • storage: changed update behavior in google_storage_bucket_object to no longer delete to avoid object deletion on content update (#18479)
  • sql: added support for more MySQL values in type field of google_sql_user resource (#18452)
  • sql: increased timeouts on google_sql_database_instance to 90m to account for longer-running actions such as creation through cloning (#18458)
  • workbench: added update support to gce_setup.boot_disk and gce_setup.data_disks fields in google_workbench_instance resource (#18482)

BUG FIXES:

  • compute: updated google_compute_instance to force reboot if min_node_cpus is updated (#18420)
  • compute: fixed description field in google_compute_firewall to support empty/null values on update (#18478)
  • compute: fixed perma-diff on google_compute_disk for Ubuntu amd64 canonical LTS images (#18418)
  • storage: fixed lowercased custom_placement_config values in google_storage_bucket causing perma-destroy (#18456)
  • workbench: fixed issue where instance was not starting after an update in google_workbench_instance resource (#18464)
  • workbench: fixed perma-diff caused by empty accelerator_configs in google_workbench_instance resource (#18464)

v5.34.0

NOTES:

  • compute: Updated field description of connection_draining_timeout_sec, balancing_mode and outlier_detection in google_compute_region_backend_service and google_compute_backend_service to inform that default values will be changed in 6.0.0 (#18399)

FEATURES:

  • New Resource: google_netapp_backup (#18357)
  • New Resource: google_network_services_service_lb_policies (#18326)
  • New Resource: google_scc_management_folder_security_health_analytics_custom_module (#18360)
  • New Resource: google_scc_management_organization_project_security_health_analytics_custom_module (#18369)
  • New Resource: google_scc_management_organization_security_health_analytics_custom_module (#18374)

IMPROVEMENTS:

  • alloydb: changed the resource google_alloydb_instance to be created directly with public IP enabled instead of creating the resource with public IP disabled and then enabling it (#18344)
  • bigtable: added automated_backup_configuration field to google_bigtable_table resource (#18335)
  • cloudbuildv2: added support for connecting to Bitbucket Data Center and Bitbucket Cloud with the bitbucket_data_center_config and bitbucket_cloud_config fields in google_cloudbuildv2_connection (#18375)
  • compute: added update support to ssl_policy field in google_compute_region_target_https_proxy resource (#18361)
  • compute: removed enum validation on guest_os_features.type in google_compute_disk to allow for new features to be used without provider update (#18331)
  • compute: updated documentation of google_compute_target_https_proxy and google_compute_region_target_https_proxy (#18358)
  • container: added support for security_posture_config.mode value "ENTERPRISE" in resource_container_cluster (#18334)
  • discoveryengine: added document_processing_config field to google_discovery_engine_data_store resource (#18350)
  • edgecontainer: added 'maintenance_exclusions' field to 'google_edgecontainer_cluster' resource (#18370)
  • gkehub: added prevent_drift field to ConfigManagement fleet_default_member_config (#18330)
  • netapp: added administrators field to google_netapp_active_directory resource (#18333)
  • vertexai: promoted optimized field to GA for google_vertex_ai_feature_online_store resource (#18348)
  • workbench: updated the metadata keys managed by the backend. (#18367)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

5.35.0 (June 24, 2024)

FEATURES:

  • New Data Source: google_artifact_registry_docker_image (#18446)
  • New Resource: google_service_networking_vpc_service_controls (#18448)

IMPROVEMENTS:

  • billingbudget: added enable_project_level_recipients field to google_billing_budget resource (#18437)
  • compute: added action_token_site_keys and session_token_site_keys fields to google_compute_security_policy and google_compute_security_policy_rule resources (#18414)
  • gkehub2: added ENTERPRISE option to security_posture_config field on google_gke_hub_fleet resource (#18440)
  • pubsub: added bigquery_config.service_account_email field to google_pubsub_subscription resource (#18444)
  • redis: added maintenance_version field to google_redis_instance resource (#18424)
  • storage: changed update behavior in google_storage_bucket_object to no longer delete to avoid object deletion on content update (#18479)
  • sql: added support for more MySQL values in type field of google_sql_user resource (#18452)
  • sql: increased timeouts on google_sql_database_instance to 90m to account for longer-running actions such as creation through cloning (#18458)
  • workbench: added update support to gce_setup.boot_disk and gce_setup.data_disks fields in google_workbench_instance resource (#18482)

BUG FIXES:

  • compute: updated google_compute_instance to force reboot if min_node_cpus is updated (#18420)
  • compute: fixed description field in google_compute_firewall to support empty/null values on update (#18478)
  • compute: fixed perma-diff on google_compute_disk for Ubuntu amd64 canonical LTS images (#18418)
  • storage: fixed lowercased custom_placement_config values in google_storage_bucket causing perma-destroy (#18456)
  • workbench: fixed issue where instance was not starting after an update in google_workbench_instance resource (#18464)
  • workbench: fixed perma-diff caused by empty accelerator_configs in google_workbench_instance resource (#18464)

5.34.0 (June 17, 2024)

NOTES:

  • compute: Updated field description of connection_draining_timeout_sec, balancing_mode and outlier_detection in google_compute_region_backend_service and google_compute_backend_service to inform that default values will be changed in 6.0.0 (#18399)

FEATURES:

  • New Resource: google_netapp_backup (#18357)
  • New Resource: google_network_services_service_lb_policies (#18326)
  • New Resource: google_scc_management_folder_security_health_analytics_custom_module (#18360)
  • New Resource: google_scc_management_organization_project_security_health_analytics_custom_module (#18369)
  • New Resource: google_scc_management_organization_security_health_analytics_custom_module (#18374)

IMPROVEMENTS:

  • alloydb: changed the resource google_alloydb_instance to be created directly with public IP enabled instead of creating the resource with public IP disabled and then enabling it (#18344)
  • bigtable: added automated_backup_configuration field to google_bigtable_table resource (#18335)
  • cloudbuildv2: added support for connecting to Bitbucket Data Center and Bitbucket Cloud with the bitbucket_data_center_config and bitbucket_cloud_config fields in google_cloudbuildv2_connection (#18375)
  • compute: added update support to ssl_policy field in google_compute_region_target_https_proxy resource (#18361)
  • compute: removed enum validation on guest_os_features.type in google_compute_disk to allow for new features to be used without provider update (#18331)
  • compute: updated documentation of google_compute_target_https_proxy and google_compute_region_target_https_proxy (#18358)
  • container: added support for security_posture_config.mode value "ENTERPRISE" in resource_container_cluster (#18334)
  • discoveryengine: added document_processing_config field to google_discovery_engine_data_store resource (#18350)
  • edgecontainer: added 'maintenance_exclusions' field to 'google_edgecontainer_cluster' resource (#18370)
  • gkehub: added prevent_drift field to ConfigManagement fleet_default_member_config (#18330)
  • netapp: added administrators field to google_netapp_active_directory resource (#18333)
  • vertexai: promoted optimized field to GA for google_vertex_ai_feature_online_store resource (#18348)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.31.1 to 5.35.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.31.1...v5.35.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jul 1, 2024
@commjoen commjoen changed the base branch from master to dependabot/terraform/aws/terraform-aws-modules/eks/aws-20.15.0 July 2, 2024 02:41
@commjoen commjoen merged commit 3c06e72 into dependabot/terraform/aws/terraform-aws-modules/eks/aws-20.15.0 Jul 2, 2024
15 of 16 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-5.35.0 branch July 2, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant