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 >= 4.48, < 6 #117

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
google (source) required_provider minor >= 4.48, < 5.24 -> >= 4.48, < 5.28 5.28.0
google-beta (source) required_provider minor >= 4.48, < 5.24 -> >= 4.48, < 5.28 5.28.0

Release Notes

hashicorp/terraform-provider-google (google)

v5.27.0

Compare Source

FEATURES:

  • New Data Source: google_storage_bucket_objects (#​17920)
  • New Resource: google_compute_security_policy_rule (#​17937)
  • New Resource: google_data_loss_prevention_discovery_config (#​17887)
  • New Resource: google_integrations_auth_config (#​17917)
  • New Resource: google_network_connectivity_internal_range (#​17909)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#​17921)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#​17921)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#​17902)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#​17885)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#​17934)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#​17932)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#​17929)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#​17923)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#​17888)

BUG FIXES:

  • appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration (#​17905)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​17878)

v5.26.0

Compare Source

FEATURES:

  • New Resource: google_project_iam_member_remove (#​17871)

IMPROVEMENTS:

  • apigee: added support for api_consumer_data_location, api_consumer_data_encryption_key_name, and control_plane_encryption_key_name in google_apigee_organization (#​17874)
  • artifactregistry: added remote_repository_config.<facade>_repository.custom_repository.uri field to google_artifact_registry_repository resource. (#​17840)
  • bigquery: added resource_tags field to google_bigquery_table resource (#​17876)
  • billing: added ownership_scope field to google_billing_budget resource (#​17868)
  • cloudfunctions2: added build_config.service_account field to google_cloudfunctions2_function resource (#​17841)
  • resourcemanager: added the field api_method to datasource google_active_folder so you can use either SEARCH or LIST to find your folder (#​17877)
  • storage: added labels validation to google_storage_bucket resource (#​17806)

BUG FIXES:

  • apigee: fixed permadiff in ordering of google_apigee_organization.properties.property. (#​17850)
  • cloudrun: fixed the bug that computed metadata.0.labels and metadata.0.annotations fields don't appear in terraform plan when creating resource google_cloud_run_service and google_cloud_run_domain_mapping (#​17815)
  • dns: fixed bug where some methods of authentication didn't work when using dns data sources (#​17847)
  • iam: fixed a bug that prevented setting create_ignore_already_exists on existing resources in google_service_account. (#​17856)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​17878)
  • storage: added validation to name field in google_storage_bucket resource (#​17858)
  • vmwareengine: fixed stretched cluster creation in google_vmwareengine_private_cloud (#​17875)

v5.25.0

Compare Source

FEATURES:

  • New Data Source: google_tags_tag_keys (#​17782)
  • New Data Source: google_tags_tag_values (#​17782)

IMPROVEMENTS:

  • bigquery: added in-place schema column drop support for google_bigquery_table resource (#​17777)
  • compute: added endpoint_types field to google_compute_router_nat resource (#​17771)
  • compute: increased timeouts from 8 minutes to 20 minutes for google_compute_security_policy resource (#​17793)
  • compute: promoted google_compute_instance_settings to GA (#​17781)
  • container: added stateful_ha_config field to google_container_cluster resource (#​17796)
  • firestore: added vector_config field to google_firestore_index resource (#​17758)
  • gkebackup: added backup_schedule.rpo_config field to google_gke_backup_backup_plan resource (#​17805)
  • networksecurity: added disabled field to google_network_security_firewall_endpoint_association resource; (#​17762)
  • sql: added enable_google_ml_integration field to google_sql_database_instance resource (#​17798)
  • storage: added labels validation to google_storage_bucket resource (#​17806)
  • vmwareengine: added preferred_zone and secondary_zone fields to google_vmwareengine_private_cloud resource (#​17803)

BUG FIXES:

  • networksecurity: fixed an issue where google_network_security_firewall_endpoint_association resources could not be created due to a bad parameter (#​17762)
  • privateca: fixed permission issue by specifying signer certs chain when activating a sub-CA across regions for google_privateca_certificate_authority resource (#​17783)

v5.24.0

Compare Source

IMPROVEMENTS:

  • container: added enable_cilium_clusterwide_network_policy field to google_container_cluster resource (#​17738)
  • container: added node_pool_auto_config.resource_manager_tags field to google_container_cluster resource (#​17715)
  • gkeonprem: added disable_bundled_ingress field to google_gkeonprem_vmware_cluster resource (#​17718)
  • redis: added node_type and precise_size_gb fields to google_redis_cluster (#​17742)
  • storage: added project_number attribute to google_storage_bucket resource and data source (#​17719)
  • storage: added ability to provide project argument to google_storage_bucket data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (#​17719)

BUG FIXES:

  • appengine: fixed a crash in google_app_engine_flexible_app_version due to the deployment field not being returned by the API (#​17744)
  • bigquery: fixed a crash when google_bigquery_table had a primary_key.columns entry set to "" (#​17721)
  • compute: fixed update scenarios ongoogle_compute_region_target_https_proxy and google_compute_target_https_proxy resources. (#​17733)
hashicorp/terraform-provider-google-beta (google-beta)

v5.27.0

Compare Source

FEATURES:

  • New Data Source: google_storage_bucket_objects (#​7270)
  • New Resource: google_composer_user_workloads_secret (#​7257)
  • New Resource: google_compute_security_policy_rule (#​7282)
  • New Resource: google_data_loss_prevention_discovery_config (#​7252)
  • New Resource: google_integrations_auth_config (#​7268)
  • New Resource: google_network_connectivity_internal_range (#​7265)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#​7271)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#​7271)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#​7260)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#​7250)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#​7280)
  • filestore: added protocol field to google_filestore_instance resource to support NFSv3 and NFSv4.1 (#​7254)
  • firebasehosting: added config.rewrites.path field to google_firebase_hosting_version resource (#​7258)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#​7279)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#​7276)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#​7273)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#​7253)

BUG FIXES:

  • appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration (#​7262)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​7249)

v5.26.0

Compare Source

FEATURES:

  • New Resource: google_project_iam_member_remove (#​7242)

IMPROVEMENTS:

  • apigee: added support for api_consumer_data_location, api_consumer_data_encryption_key_name, and control_plane_encryption_key_name in google_apigee_organization (#​7245)
  • artifactregistry: added remote_repository_config.<facade>_repository.custom_repository.uri field to google_artifact_registry_repository resource. (#​7230)
  • bigquery: added resource_tags field to google_bigquery_table resource (#​7247)
  • billing: added ownership_scope field to google_billing_budget resource (#​7239)
  • cloudfunctions2: added build_config.service_account field to google_cloudfunctions2_function resource (#​7231)
  • composer: fixed validation on google_composer_environment resource so it will identify a disallowed upgrade to Composer 3 before attempting to provide feedback that's specific to using Composer 3 (#​7213)
  • compute: added params.resource_manager_tags field to resource_compute_instance_group_manager and resource_compute_region_instance_group_manager that enables to create these resources with tags (beta) (#​7226)
  • resourcemanager: added the field api_method to datasource google_active_folder so you can use either SEARCH or LIST to find your folder (#​7248)
  • storage: added labels validation to google_storage_bucket resource (#​7212)
  • workstations: added output-only field control_plane_ip to google_workstations_workstation_cluster resource (beta) (#​7240)

BUG FIXES:

  • apigee: fixed permadiff in ordering of google_apigee_organization.properties.property. (#​7234)
  • cloudrun: fixed the bug that computed metadata.0.labels and metadata.0.annotations fields don't appear in terraform plan when creating resource google_cloud_run_service and google_cloud_run_domain_mapping (#​7217)
  • dns: fixed bug where some methods of authentication didn't work when using dns data sources (#​7233)
  • iam: fixed a bug that prevented setting create_ignore_already_exists on existing resources in google_service_account. (#​7236)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​7249)
  • storage: added validation to name field in google_storage_bucket resource (#​7237)
  • vmwareengine: fixed stretched cluster creation in google_vmwareengine_private_cloud (#​7246)

v5.25.0

Compare Source

FEATURES:

  • New Data Source: google_tags_tag_keys (#​7196)
  • New Data Source: google_tags_tag_values (#​7196)
  • New Resource: google_parallelstore_instance (#​7209)

IMPROVEMENTS:

  • bigquery: added in-place schema column drop support for google_bigquery_table resource (#​7193)
  • compute: added endpoint_types field to google_compute_router_nat resource (#​7190)
  • compute: added enable_ipv4, ipv4_nexthop_address and peer_ipv4_nexthop_address fields to google_compute_router_peer resource (#​7207)
  • compute: added identifier_range field to google_compute_router resource (#​7207)
  • compute: added ip_version field to google_compute_router_interface resource (#​7207)
  • compute: increased timeouts from 8 minutes to 20 minutes for google_compute_security_policy resource (#​7204)
  • container: added stateful_ha_config field to google_container_cluster resource (#​7206)
  • firestore: added vector_config field to google_firestore_index resource (#​7180)
  • gkebackup: added backup_schedule.rpo_config field to google_gke_backup_backup_plan resource (#​7211)
  • networksecurity: added disabled field to google_network_security_firewall_endpoint_association resource (#​7184)
  • sql: added enable_google_ml_integration field to google_sql_database_instance resource (#​7208)
  • storage: added labels validation to google_storage_bucket resource (#​7212)
  • vmwareengine: added preferred_zone and secondary_zone fields to google_vmwareengine_private_cloud resource (#​7210)

BUG FIXES:

  • networksecurity: fixed an issue where google_network_security_firewall_endpoint_association resource could not be created due to a bad parameter (#​7184)
  • privateca: fixed permission issue by specifying signer certs chain when activating a sub-CA across regions for google_privateca_certificate_authority resource (#​7197)

v5.24.0

Compare Source

IMPROVEMENTS:

  • cloudrunv2: added template.volumes.nfs field to google_cloud_run_v2_job resource (#​7169)
  • container: added enable_cilium_clusterwide_network_policy field to google_container_cluster resource (#​7171)
  • container: added node_pool_auto_config.resource_manager_tags field to google_container_cluster resource (#​7162)
  • gkeonprem: added disable_bundled_ingress field to google_gkeonprem_vmware_cluster resource (#​7163)
  • redis: added node_type and precise_size_gb fields to google_redis_cluster (#​7174)
  • storage: added project_number attribute to google_storage_bucket resource and data source (#​7164)
  • storage: added ability to provide project argument to google_storage_bucket data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (#​7164)

BUG FIXES:

  • appengine: fixed a crash in google_app_engine_flexible_app_version due to the deployment field not being returned by the API (#​7175)
  • bigquery: fixed a crash when google_bigquery_table had a primary_key.columns entry set to "" (#​7166)
  • compute: fixed update scenarios on google_compute_region_target_https_proxy and google_compute_target_https_proxy resources. (#​7170)
  • dataflow: fixed an issue where the provider would crash when enable_streaming_engine is set as a parameter value in google_dataflow_flex_template_job (#​7160)

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 has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@renovate-bot renovate-bot requested review from gtsorbo and a team as code owners April 15, 2024 19:22
@dpebot
Copy link
Collaborator

dpebot commented Apr 15, 2024

/gcbrun

@renovate-bot renovate-bot changed the title feat(deps): Update Terraform Google Provider to >= 4.48, < 5.25 feat(deps): Update Terraform Google Provider to >= 4.48, < 5.26 Apr 22, 2024
@renovate-bot renovate-bot force-pushed the renovate/terraform-google-provider branch from 8eb6538 to f79fdb9 Compare April 22, 2024 18:35
@dpebot
Copy link
Collaborator

dpebot commented Apr 22, 2024

/gcbrun

@renovate-bot renovate-bot changed the title feat(deps): Update Terraform Google Provider to >= 4.48, < 5.26 feat(deps): Update Terraform Google Provider to >= 4.48, < 5.27 Apr 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/terraform-google-provider branch from f79fdb9 to 5a7dd0e Compare April 29, 2024 19:12
@dpebot
Copy link
Collaborator

dpebot commented Apr 29, 2024

/gcbrun

@renovate-bot renovate-bot changed the title feat(deps): Update Terraform Google Provider to >= 4.48, < 5.27 feat(deps): Update Terraform Google Provider to >= 4.48, < 5.28 May 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/terraform-google-provider branch from 5a7dd0e to eb9a5aa Compare May 6, 2024 19:25
@dpebot
Copy link
Collaborator

dpebot commented May 6, 2024

/gcbrun

@apeabody apeabody changed the title feat(deps): Update Terraform Google Provider to >= 4.48, < 5.28 feat(deps): Update Terraform Google Provider to >= 4.48, < 6 May 7, 2024
@dpebot
Copy link
Collaborator

dpebot commented May 7, 2024

/gcbrun

@apeabody apeabody enabled auto-merge (squash) May 7, 2024 01:31
Copy link

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.

@apeabody apeabody merged commit 8836a87 into GoogleCloudPlatform:main May 7, 2024
4 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants