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

feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.0 #2184

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Type Update Change Pending
google (source) required_provider minor >= 6.7.0, < 6.10.0 -> >= 6.7.0, < 6.11.1 6.11.1
google (source) required_provider minor >= 6.5.0, < 6.10.0 -> >= 6.5.0, < 6.11.1 6.11.1
google-beta (source) required_provider minor >= 6.7.0, < 6.10.0 -> >= 6.7.0, < 6.11.1 6.11.1
google-beta (source) required_provider minor >= 6.5.0, < 6.10.0 -> >= 6.5.0, < 6.11.1 6.11.1

Release Notes

hashicorp/terraform-provider-google (google)

v6.11.0

Compare Source

v6.10.0

Compare Source

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)
hashicorp/terraform-provider-google-beta (google-beta)

v6.11.0

Compare Source

v6.10.0

Compare Source

FEATURES:

  • New Data Source: google_compute_instance_guest_attributes (#​8556)
  • New Data Source: google_service_accounts (#​8532)
  • New Resource: google_iap_settings (#​8548)

IMPROVEMENTS:

  • apphub: added GLOBAL enum value to scope.type field in google_apphub_application resource (#​8504)
  • assuredworkloads: added workload_options field to google_assured_workloads_workload resource (#​8495)
  • backupdr: marked networks field optional in google_backup_dr_management_server resource (#​8594)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (beta) (#​8558)
  • bigquery: added descriptive validation errors for missing required fields in google_bigquery_job destination table configuration (#​8542)
  • compute: desired_status on google_compute_instance can now be set to TERMINATED or SUSPENDED on instance creation (#​8515)
  • compute: added header_action and redirect_options fields to google_compute_security_policy_rule resource (#​8544)
  • compute: added interface.ipv6-address field in google_compute_external_vpn_gateway resource (#​8552)
  • compute: added plan-time validation to name on google_compute_instance (#​8520)
  • compute: added support for advanced_machine_features.turbo_mode to google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template (#​8551)
  • container: added in-place update support for labels, resource_manager_tags and workload_metadata_config in google_container_cluster.node_config (#​8522)
  • memorystore: added mode flag to google_memorystore_instance (#​8498)
  • resourcemanager: added disabled to google_service_account datasource (#​8518)
  • spanner: added asymmetric_autoscaling_options field to google_spanner_instance (#​8503)
  • 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. (#​8490)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_private_cloud resource (#​8529)

BUG FIXES:

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from ericyz, gtsorbo and a team as code owners November 14, 2024 17:48
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@apeabody apeabody self-assigned this Nov 14, 2024
@apeabody apeabody force-pushed the renovate/terraform-google-provider branch from 27a2753 to 2a40d30 Compare November 14, 2024 19:21
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@apeabody apeabody changed the title feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.1 feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/terraform-google-provider branch from 2a40d30 to e1baacf Compare November 14, 2024 19:21
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/terraform-google-provider branch from 2a40d30 to 491d615 Compare November 14, 2024 19:22
@renovate renovate bot changed the title feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.0 feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.1 Nov 14, 2024
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

Copy link
Contributor Author

renovate bot commented Nov 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@apeabody apeabody changed the title feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.1 feat(deps): Update Terraform Google Provider to >= 6.7.0, < 6.11.0 Nov 14, 2024
@apeabody apeabody enabled auto-merge (squash) November 14, 2024 20:38
@apeabody apeabody merged commit d73e2e9 into master Nov 14, 2024
8 checks passed
@apeabody apeabody deleted the renovate/terraform-google-provider branch November 14, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants