Skip to content

chore(deps): bump hashicorp/google from 7.43.0 to 7.44.0 in /agents/adk/terraform-plan-reviewer/terraform/gcs-sample in the non-breaking-updates group - #100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/agents/adk/terraform-plan-reviewer/terraform/gcs-sample/non-breaking-updates-a42d67470c
Open

chore(deps): bump hashicorp/google from 7.43.0 to 7.44.0 in /agents/adk/terraform-plan-reviewer/terraform/gcs-sample in the non-breaking-updates group#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/agents/adk/terraform-plan-reviewer/terraform/gcs-sample/non-breaking-updates-a42d67470c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-breaking-updates group in /agents/adk/terraform-plan-reviewer/terraform/gcs-sample with 1 update: hashicorp/google.

Updates hashicorp/google from 7.43.0 to 7.44.0

Release notes

Sourced from hashicorp/google's releases.

v7.44.0

FEATURES:

  • New List Resource: google_bigquery_dataset_iam_member (#28578)
  • New List Resource: google_bigquery_table (#28576)
  • New Resource: google_chronicle_custom_list (#28618)
  • New Resource: google_chronicle_soar_network (#28649)
  • New Resource: google_dataform_repository (#28642)
  • New Resource: google_dataform_repository_iam_binding (#28642)
  • New Resource: google_dataform_repository_iam_member (#28642)
  • New Resource: google_dataform_repository_iam_policy (#28642)
  • New Resource: google_iam_folder_access_policy (#28664)
  • New Resource: google_iam_organization_access_policy (#28664)
  • New Resource: google_iam_project_access_policy (#28664)
  • New Resource: google_vertex_ai_evaluation_metric (#28665)

IMPROVEMENTS:

  • bigquery: added resource identity support to google_bigquery_table (#28574)
  • compute: promoted host_error_timeout_seconds field in google_compute_instance, google_compute_instance_template and google_compute_region_instance_template to GA (#28671)
  • container: added high_scale_checkpointing_config block to addons_config in google_container_cluster (#28669)
  • dataproc: added attached_disk_config to disk_config to support attached disks in the google_dataproc_cluster resource (#28590)
  • memorystore: documented TOKEN_AUTH as a google-beta-only value for authorization_mode field on google_memorystore_instance resource (#28584)
  • networkservices: added allow_global_access field to google_network_services_gateway (#28589)
  • oracledatabase: added identity_connector to google_oracle_database_exadb_vm_cluster for CMEK support (#28615)
  • securesourcemanager: added service_account and scan_config fields to google_secure_source_manager_repository (#28662)
  • sql: added password_secret_version and user fields into google_sql_provision_script resource (#28619)
  • sql: removed ForceNew config from disk_type field in google_sql_database_instance, allowing it to change in future without requiring the database instance to be destroyed and recreated (#28616)

BUG FIXES:

  • backupdr: fixed issue where google_backup_dr_restore_workload dropped resource_manager_tags during restore requests, causing tags shown in plan to not be applied to restored resources (#28586)
  • biglakeiceberg: fixed a permadiff in google_biglake_iceberg_table by suppressing diffs on location when the API-returned path contains a suffix folder (#28577)
  • biglakeiceberg: fixed permadiff on write.parquet.compression-codec in google_biglake_iceberg_table (#28650)
  • bigquery: fixed a provider panic when reading incomplete IAM conditions on google_bigquery_dataset_iam_member (#28617)
  • cloudrunv2: fixed permadiff by setting template.scaling.max_instance_count to computed in google_cloud_run_v2_service (#28644)
  • cloudrunv2: fixed permadiff in template.containers.resources.limits block in google_cloud_run_v2_service resource (#28670)
  • cloudsecuritycompliance: fixed state drift on supported_enforcement_modes in google_cloud_security_compliance_framework resource (#28676)
  • container: fixed a permadiff where ignore_node_count_changes was not persisted in google_container_cluster.node_pool (#28573)
  • container: fixed an issue where google_container_node_pool and google_container_cluster failed to invalidate their Instance Group Manager cache when a resize occurred or when ignore_node_count_changes was active (#28585)
  • networkconnectivity: made network field in google_network_connectivity_transport optional (#28639)
  • recaptchaenterprise: fixed updates to google_recaptcha_enterprise_key so existing challenge_settings.action_settings entries are preserved when the action map changes (#28673)
  • servicenetworking: fixed google_service_networking_connection ignoring the configured delete timeout, which used the create timeout instead (#28641)
Changelog

Sourced from hashicorp/google's changelog.

7.44.0 (August 11, 2026)

FEATURES:

  • New List Resource: google_bigquery_dataset_iam_member (#28578)
  • New List Resource: google_bigquery_table (#28576)
  • New Resource: google_chronicle_custom_list (#28618)
  • New Resource: google_chronicle_soar_network (#28649)
  • New Resource: google_dataform_repository (#28642)
  • New Resource: google_dataform_repository_iam_binding (#28642)
  • New Resource: google_dataform_repository_iam_member (#28642)
  • New Resource: google_dataform_repository_iam_policy (#28642)
  • New Resource: google_iam_folder_access_policy (#28664)
  • New Resource: google_iam_organization_access_policy (#28664)
  • New Resource: google_iam_project_access_policy (#28664)
  • New Resource: google_vertex_ai_evaluation_metric (#28665)

IMPROVEMENTS:

  • bigquery: added resource identity support to google_bigquery_table (#28574)
  • compute: promoted host_error_timeout_seconds field in google_compute_instance, google_compute_instance_template and google_compute_region_instance_template to GA (#28671)
  • container: added high_scale_checkpointing_config block to addons_config in google_container_cluster (#28669)
  • dataproc: added attached_disk_config to disk_config to support attached disks in the google_dataproc_cluster resource (#28590)
  • memorystore: documented TOKEN_AUTH as a google-beta-only value for authorization_mode field on google_memorystore_instance resource (#28584)
  • networkservices: added allow_global_access field to google_network_services_gateway (#28589)
  • oracledatabase: added identity_connector to google_oracle_database_exadb_vm_cluster for CMEK support (#28615)
  • securesourcemanager: added service_account and scan_config fields to google_secure_source_manager_repository (#28662)
  • sql: added password_secret_version and user fields into google_sql_provision_script resource (#28619)
  • sql: removed ForceNew config from disk_type field in google_sql_database_instance, allowing it to change in future without requiring the database instance to be destroyed and recreated (#28616)

BUG FIXES:

  • backupdr: fixed issue where google_backup_dr_restore_workload dropped resource_manager_tags during restore requests, causing tags shown in plan to not be applied to restored resources (#28586)
  • biglakeiceberg: fixed a permadiff in google_biglake_iceberg_table by suppressing diffs on location when the API-returned path contains a suffix folder (#28577)
  • biglakeiceberg: fixed permadiff on write.parquet.compression-codec in google_biglake_iceberg_table (#28650)
  • bigquery: fixed a provider panic when reading incomplete IAM conditions on google_bigquery_dataset_iam_member (#28617)
  • cloudrunv2: fixed permadiff by setting template.scaling.max_instance_count to computed in google_cloud_run_v2_service (#28644)
  • cloudrunv2: fixed permadiff in template.containers.resources.limits block in google_cloud_run_v2_service resource (#28670)
  • cloudsecuritycompliance: fixed state drift on supported_enforcement_modes in google_cloud_security_compliance_framework resource (#28676)
  • container: fixed a permadiff where ignore_node_count_changes was not persisted in google_container_cluster.node_pool (#28573)
  • container: fixed an issue where google_container_node_pool and google_container_cluster failed to invalidate their Instance Group Manager cache when a resize occurred or when ignore_node_count_changes was active (#28585)
  • networkconnectivity: made network field in google_network_connectivity_transport optional (#28639)
  • recaptchaenterprise: fixed updates to google_recaptcha_enterprise_key so existing challenge_settings.action_settings entries are preserved when the action map changes (#28673)
  • servicenetworking: fixed google_service_networking_connection ignoring the configured delete timeout, which used the create timeout instead (#28641)
Commits
  • eb2558b Release Notes for version 7.44.0 (ga) (#28744)
  • 97d6358 cloudsecuritycompliance: set is_set: true on string array fields in Framework...
  • 3c6a176 build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /tools/go-changel...
  • b144579 build(deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.144.0 in /m...
  • 14bab27 fix(recaptchaenterprise) Fix recaptchaenterprise action settings map canonica...
  • 929454b Update Service Directory service for GitLab Enterprise test (#18524) (#28672)
  • 6292f0f Added issues: write permissions for upstream-mm.yml (#28647)
  • 177d8c3 Update CODEOWNERS (#28646)
  • 3a15f7f Promote host_error_timeout_seconds to GA in compute instance and templates (#...
  • f8e0e3e cloudrunv2: fix perpetual diff in templates.container.resources.limits bl...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-breaking-updates group in /agents/adk/terraform-plan-reviewer/terraform/gcs-sample with 1 update: [hashicorp/google](https://github.com/hashicorp/terraform-provider-google).


Updates `hashicorp/google` from 7.43.0 to 7.44.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@v7.43.0...v7.44.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-version: 7.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-updates
...

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 Aug 17, 2026
@sonarqubecloud

Copy link
Copy Markdown

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