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.5.0 to 5.34.0 in /terraform #130

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps hashicorp/google from 5.5.0 to 5.34.0.

Release notes

Sourced from hashicorp/google's releases.

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)

BUG FIXES:

  • compute: fixed an issue where google_compute_instance_group_manager with a pending operation was incorrectly removed due to the operation no longer being present in the backend (#18380)
  • compute: fixed issue where users could not create google_compute_security_policy resources with layer_7_ddos_defense_config explicitly disabled (#18345)
  • workbench: fixed a bug in the google_workbench_instance resource where specifying a network in some scenarios would cause instance creation to fail (#18404

v5.33.0

DEPRECATIONS:

  • healthcare: deprecated notification_config in google_healthcare_fhir_store resource. Use notification_configs instead. (#18306)

FEATURES:

  • New Data Source: google_compute_security_policy (#18316)
  • New Resource: google_compute_project_cloud_armor_tier (#18319)
  • New Resource: google_network_services_service_lb_policies (#18326)
  • New Resource: google_scc_management_organization_event_threat_detection_custom_module (#18317)
  • New Resource: google_spanner_instance_config (#18322)

IMPROVEMENTS:

  • appengine: added flexible_runtime_settings field to google_app_engine_flexible_app_version resource (#18325)
  • bigtable: added force_destroy field to google_bigtable_instance resource. This will force delete any backups present in the instance and allow the instance to be deleted. (#18291)
  • clouddeploy: added execution_configs.verbose field to google_clouddeploy_target resource (#18292)
  • compute: added storage_pool field to google_compute_disk resource (#18273)
  • dlp: added secrets_discovery_target, cloud_sql_target.filter.database_resource_reference, and big_query_target.filter.table_reference fields to google_data_loss_prevention_discovery_config resource (#18324)
  • gkebackup: added backup_schedule.backup_config.permissive_mode field to google_gke_backup_backup_plan resource (#18266)
  • gkebackup: added restore_config.restore_order field to google_gke_backup_restore_plan resource (#18266)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

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)
  • workbench: updated the metadata keys managed by the backend. (#18367)

BUG FIXES:

  • compute: fixed an issue where google_compute_instance_group_manager with a pending operation was incorrectly removed due to the operation no longer being present in the backend (#18380)
  • compute: fixed issue where users could not create google_compute_security_policy resources with layer_7_ddos_defense_config explicitly disabled (#18345)
  • workbench: fixed a bug in the google_workbench_instance resource where specifying a network in some scenarios would cause instance creation to fail (#18404

5.33.0 (June 10, 2024)

DEPRECATIONS:

  • healthcare: deprecated notification_config in google_healthcare_fhir_store resource. Use notification_configs instead. (#18306)

FEATURES:

  • New Data Source: google_compute_security_policy (#18316)
  • New Resource: google_compute_project_cloud_armor_tier (#18319)
  • New Resource: google_network_services_service_lb_policies (#18326)
  • New Resource: google_scc_management_organization_event_threat_detection_custom_module (#18317)
  • New Resource: google_spanner_instance_config (#18322)

IMPROVEMENTS:

  • appengine: added flexible_runtime_settings field to google_app_engine_flexible_app_version resource (#18325)
  • bigtable: added force_destroy field to google_bigtable_instance resource. This will force delete any backups present in the instance and allow the instance to be deleted. (#18291)
  • clouddeploy: added execution_configs.verbose field to google_clouddeploy_target resource (#18292)
  • compute: added storage_pool field to google_compute_disk resource (#18273)
  • dlp: added secrets_discovery_target, cloud_sql_target.filter.database_resource_reference, and big_query_target.filter.table_reference fields to google_data_loss_prevention_discovery_config resource (#18324)

... (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)

This change is Reviewable

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.5.0 to 5.34.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.5.0...v5.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jun 18, 2024
@dependabot dependabot bot requested a review from fredflev as a code owner June 18, 2024 16:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

Superseded by #135.

@dependabot dependabot bot closed this Jul 30, 2024
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/google-5.34.0 branch July 30, 2024 16:49
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.

0 participants