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.5.0 to 6.11.0 #233

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps hashicorp/google from 6.5.0 to 6.11.0.

Release notes

Sourced from hashicorp/google's releases.

v6.11.0

NOTES:

  • compute: migrated google_compute_firewall_policy_rule from DCL engine to MMv1 engine. (#20160)

BREAKING CHANGES:

  • looker: made oauth_config a required field in google_looker_instance, as creating this resource without that field always triggers an API error (#20196)

FEATURES:

  • New Data Source: google_spanner_database (#20114)
  • New Resource: google_apigee_api (#20113)
  • New Resource: google_dataproc_gdc_application_environment (#20165)
  • New Resource: google_dataproc_gdc_service_instance (#20147)
  • New Resource: google_memorystore_instance (#20108)

IMPROVEMENTS:

  • apigee: added in-place update support for google_apigee_env_references (#20182)
  • apigee: added in-place update support for google_apigee_environment resource (#20189)
  • cloudrun: added empty_dir field to google_cloud_run_service (#20185)
  • cloudrunv2: added empty_dir field to google_cloud_run_v2_service and google_cloud_run_v2_job (#20185)
  • compute: added disks field to google_compute_node_template resource (#20180)
  • compute: added preconfigured_waf_config field to google_compute_security_policy resource (#20183)
  • compute: added replica_names field to sql_database_instance resource (#20202)
  • compute: added instance_flexibility_policy field to google_compute_region_instance_group_manager resource (#20132)
  • compute: increased google_compute_security_policy timeouts from 20 minutes to 30 minutes (#20145)
  • container: added control_plane_endpoints_config field to google_container_cluster resource. (#20193)
  • container: added parallelstore_csi_driver_config field to google_container_cluster resource. (#20163)
  • container: added user_managed_keys_config field to google_container_cluster resource. (#20105)
  • firestore: allowed single field indexes to support __name__ DESC indexes in google_firestore_index resources (#20124)
  • privateca: added support for sub-CA to be activated into STAGED state (#20103)
  • spanner: added default_backup_schedule_type field to google_spanner_instance (#20213)
  • vertexai: added traffic_split, private_service_connect_config, predict_request_response_logging_config, dedicated_endpoint_enabled, and dedicated_endpoint_dns fields to google_vertex_ai_endpoint resource (#20179)
  • workflows: added deletion_protection field to google_workflows_workflow resource (#20106)

BUG FIXES:

  • compute: fixed a diff based on server-side reordering of match.src_address_groups and match.dest_address_groups in google_compute_network_firewall_policy_rule (#20148)
  • compute: fixed permadiff on the preconfigured_waf_config field for google_compute_security_policy resource (#20183)
  • container: fixed in-place updates for node_config.containerd_config in google_container_cluster and google_container_node_pool (#20112)

v6.10.0

FEATURES:

  • New Data Source: google_compute_instance_guest_attributes (#20095)
  • New Data Source: google_service_accounts (#20062)
  • New Resource: google_iap_settings (#20085)

IMPROVEMENTS:

  • apphub: added GLOBAL enum value to scope.type field in google_apphub_application resource (#20015)
  • assuredworkloads: added workload_options field to google_assured_workloads_workload resource (#19985)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (beta) (#20097)
  • bigquery: added descriptive validation errors for missing required fields in google_bigquery_job destination table configuration (#20077)
  • compute: desired_status on google_compute_instance can now be set to TERMINATED or SUSPENDED on instance creation (#20031)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

6.11.0 (Unreleased)

6.10.0 (November 4, 2024)

FEATURES:

  • New Data Source: google_compute_instance_guest_attributes (#20095)
  • New Data Source: google_service_accounts (#20062)
  • New Resource: google_iap_settings (#20085)

IMPROVEMENTS:

  • apphub: added GLOBAL enum value to scope.type field in google_apphub_application resource (#20015)
  • assuredworkloads: added workload_options field to google_assured_workloads_workload resource (#19985)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (beta) (#20097)
  • bigquery: added descriptive validation errors for missing required fields in google_bigquery_job destination table configuration (#20077)
  • compute: desired_status on google_compute_instance can now be set to TERMINATED or SUSPENDED on instance creation (#20031)
  • compute: added header_action and redirect_options fields to google_compute_security_policy_rule resource (#20079)
  • compute: added interface.ipv6-address field in google_compute_external_vpn_gateway resource (#20091)
  • compute: added propagated_connection_limit and connected_endpoints.propagated_connection_count fields to google_compute_service_attachment resource (#20016)
  • compute: added plan-time validation to name on google_compute_instance (#20036)
  • compute: added support for advanced_machine_features.turbo_mode to google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template (#20090)
  • container: added in-place update support for labels, resource_manager_tags and workload_metadata_config in google_container_cluster.node_config (#20038)
  • filestore: added protocol property to resource google_filestore_instance (#19982)
  • memorystore: added mode flag to google_memorystore_instance (#19988)
  • netapp: added zone and replica_zone fields to google_netapp_storage_pool resource (#19980)
  • netapp: added zone and replica_zone fields to google_netapp_volume resource (#19980)
  • networksecurity: added tls_inspection_policy field to google_network_security_gateway_security_policy (#19986)
  • resourcemanager: added disabled to google_service_account datasource (#20034)
  • spanner: added asymmetric_autoscaling_options field to google_spanner_instance (#20014)
  • sql: removed the client-side default of ENTERPRISE for edition in google_sql_database_instance so that edition is determined by the API when unset. This will cause new instances to use ENTERPRISE_PLUS as the default for POSTGRES_16. (#19977)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_private_cloud resource (#20057)

BUG FIXES:

  • accesscontextmanager: fixed permadiff for perimeter ingress / egress rule resources (#20046)
  • compute: fixed an error in google_compute_security_policy_rule that prevented updating the default rule (#20066)
  • container: fixed missing in-place updates for some google_container_cluster.node_config subfields (#20038)

6.9.0 (October 28, 2024)

DEPRECATIONS:

  • containerattached: deprecated security_posture_config field in google_container_attached_cluster resource (#19912)

FEATURES:

  • New Data Source: google_oracle_database_autonomous_database (#19903)
  • New Data Source: google_oracle_database_autonomous_databases (#19901)
  • New Data Source: google_oracle_database_cloud_exadata_infrastructures (#19884)
  • New Data Source: google_oracle_database_cloud_vm_clusters (#19900)
  • New Resource: google_apigee_app_group (#19921)
  • New Resource: google_apigee_developer (#19911)
  • New Resource: google_network_connectivity_group (#19902)

... (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.5.0 to 6.11.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.5.0...v6.11.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 requested a review from koenighotze as a code owner November 11, 2024 22:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Nov 11, 2024
Copy link

infracost bot commented Nov 11, 2024

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #237.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-6.11.0 branch November 18, 2024 22:22
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