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 6.2.0 to 6.16.0 #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps hashicorp/google from 6.2.0 to 6.16.0.

Release notes

Sourced from hashicorp/google's releases.

v6.16.0

FEATURES:

  • New Resource: google_beyondcorp_security_gateway (#20844)
  • New Resource: google_developer_connect_connection (#20823)
  • New Resource: google_developer_connect_git_repository_link (#20823)

IMPROVEMENTS:

  • compute: promoted standby_policy, target_suspended_size, and target_stopped_size fields in google_compute_region_instance_group_manager and google_compute_instance_group_manager resource from beta to ga (#20821)
  • dns: added health_check and external_endpoints fields to google_dns_record_set resource (#20843)
  • sql: added server_ca_pool field to google_sql_database_instance resource (#20834)
  • vmwareengine: allowed import of non-STANDARD private clouds in google_vmwareengine_private_cloud (#20832)

BUG FIXES:

  • dataproc: fixed boolean fields in shielded_instance_config in the google_dataproc_cluster resource (#20828)
  • gkeonprem: fixed permadiff on vcenter field in google_gkeonprem_vmware_cluster resource (#20837)
  • networkservices: fixed google_network_services_gateway resource so that it correctly waits for the router to be deleted on terraform destroy (#20817)
  • provider: fixed issue where GOOGLE_CLOUD_QUOTA_PROJECT env var would override explicit billing_project (#20839)

v6.15.0

NOTES:

  • compute: google_compute_firewall_policy_association now uses MMv1 engine instead of DCL. (#20744)

DEPRECATIONS:

  • compute: deprecated numeric_id (string) field in google_compute_network resource. Use the new network_id (integer) field instead (#20698)

FEATURES:

  • New Data Source: google_gke_hub_feature (#20721)
  • New Resource: google_storage_folder (#20767)

IMPROVEMENTS:

  • artifactregistry: added vulnerability_scanning_config field to google_artifact_registry_repository resource (#20726)
  • backupdr: promoted datasource google_backup_dr_backup to ga (#20677)
  • backupdr: promoted datasource google_backup_dr_data_source to ga (#20677)
  • bigquery: added condition field to google_bigquery_dataset_access resource (#20707)
  • bigquery: added condition field to google_bigquery_dataset resource (#20707)
  • composer: added airflow_metadata_retention_config field to google_composer_environment (#20769)
  • compute: added back the validation for target_service field on the google_compute_service_attachment resource to validade a ForwardingRule or Gateway URL (#20711)
  • compute: added availability_domain field to google_compute_instance, google_compute_instance_template and google_compute_region_instance_template resources (#20694)
  • compute: added network_id (integer) field to google_compute_network resource and data source (#20698)
  • compute: added preset_topology field to google_network_connectivity_hub resource (#20720)
  • compute: added subnetwork_id field to google_compute_subnetwork data source (#20666)
  • compute: made setting resource policies for google_compute_instance outside of terraform or using google_compute_disk_resource_policy_attachment no longer affect the boot_disk.initialize_params.resource_policies field (#20764)
  • container: changed google_container_cluster to apply maintenance policy updates after upgrades during cluster update (#20708)
  • container: made nodepool concurrent operations scale better for google_container_cluster and google_container_node_pool resources (#20738)
  • datastream: added gtid and binary_log_position fields to google_datastream_stream resource (#20777)
  • developerconnect: added support for setting up a google_developer_connect_connection resource without specifying the authorizer_credentials field (#20756)
  • filestore: added tags field to google_filestore_backup to allow setting tags for backups at creation time (#20718)
  • networkconnectivity: added group field to google_network_connectivity_spoke resource (#20689)
  • networkmanagement: promoted google_network_management_vpc_flow_logs_config resource to ga (#20701)
  • parallelstore: added deployment_type field to google_parallelstore_instance resource (#20785)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

6.16.0 (Unreleased)

6.15.0 (January 6, 2025)

NOTES:

  • compute: google_compute_firewall_policy_association now uses MMv1 engine instead of DCL. (#20744)

DEPRECATIONS:

  • compute: deprecated numeric_id (string) field in google_compute_network resource. Use the new network_id (integer) field instead (#20698)

FEATURES:

  • New Data Source: google_gke_hub_feature (#20721)
  • New Resource: google_storage_folder (#20767)

IMPROVEMENTS:

  • artifactregistry: added vulnerability_scanning_config field to google_artifact_registry_repository resource (#20726)
  • backupdr: promoted datasource google_backup_dr_backup to ga (#20677)
  • backupdr: promoted datasource google_backup_dr_data_source to ga (#20677)
  • bigquery: added condition field to google_bigquery_dataset_access resource (#20707)
  • bigquery: added condition field to google_bigquery_dataset resource (#20707)
  • composer: added airflow_metadata_retention_config field to google_composer_environment (#20769)
  • compute: added back the validation for target_service field on the google_compute_service_attachment resource to validade a ForwardingRule or Gateway URL (#20711)
  • compute: added availability_domain field to google_compute_instance, google_compute_instance_template and google_compute_region_instance_template resources (#20694)
  • compute: added network_id (integer) field to google_compute_network resource and data source (#20698)
  • compute: added preset_topology field to google_network_connectivity_hub resource (#20720)
  • compute: added subnetwork_id field to google_compute_subnetwork data source (#20666)
  • compute: made setting resource policies for google_compute_instance outside of terraform or using google_compute_disk_resource_policy_attachment no longer affect the boot_disk.initialize_params.resource_policies field (#20764)
  • container: changed google_container_cluster to apply maintenance policy updates after upgrades during cluster update (#20708)
  • container: made nodepool concurrent operations scale better for google_container_cluster and google_container_node_pool resources (#20738)
  • datastream: added gtid and binary_log_position fields to google_datastream_stream resource (#20777)
  • developerconnect: added support for setting up a google_developer_connect_connection resource without specifying the authorizer_credentials field (#20756)
  • filestore: added tags field to google_filestore_backup to allow setting tags for backups at creation time (#20718)
  • networkconnectivity: added group field to google_network_connectivity_spoke resource (#20689)
  • networkmanagement: promoted google_network_management_vpc_flow_logs_config resource to ga (#20701)
  • parallelstore: added deployment_type field to google_parallelstore_instance resource (#20785)
  • storagetransfer: added replication_spec field to google_storage_transfer_job resource (#20788)
  • workbench: made gcs-data-bucket metadata key modifiable in google_workbench_instance resource (#20728)

BUG FIXES:

  • accesscontextmanager: fixed permadiff due to reordering on google_access_context_manager_service_perimeter_dry_run_egress_policy egress_from.identities (#20794)
  • accesscontextmanager: fixed permadiff due to reordering on google_access_context_manager_service_perimeter_dry_run_ingress_policy ingress_from.identities (#20794)
  • accesscontextmanager: fixed permadiff due to reordering on google_access_context_manager_service_perimeter_egress_policy egress_from.identities (#20794)
  • accesscontextmanager: fixed permadiff due to reordering on google_access_context_manager_service_perimeter_ingress_policy ingress_from.identities (#20794)
  • apigee: fixed 404 error when updating google_apigee_environment (#20745)
  • bigquery: fixed DROP COLUMN error with bigquery flexible column names in google_bigquery_table (#20797)
  • compute: allowed Service Attachment with Project Number to be used as google_compute_forwarding_rule.target (#20790)
  • compute: fixed an issue where terraform plan -refresh=false with google_compute_ha_vpn_gateway.gateway_ip_version would plan a resource replacement if a full refresh had not been run yet. Terraform now assumes that the value is the default value, IPV4, until a refresh is completed. (#20682)
  • compute: fixed panic when zonal resize request fails on google_compute_resize_request (#20734)
  • compute: fixed perma-destroy for psc_data in google_compute_region_network_endpoint_group resource (#20783)
  • compute: fixed google_compute_instance_guest_attributes to return an empty list when queried values don't exist instead of throwing an error (#20760)

... (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 6.2.0 to 6.16.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@v6.2.0...v6.16.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 Jan 13, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12756206156

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.474%

Totals Coverage Status
Change from base Build 11021949574: 0.0%
Covered Lines: 17
Relevant Lines: 19

💛 - Coveralls

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