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

build(deps): update hashicorp/google requirement from >= 3.50, < 5.0 to >= 3.50, < 6.0 in /examples #10

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Updates the requirements on hashicorp/google to permit the latest version.

Release notes

Sourced from hashicorp/google's releases.

v5.23.0

NOTES:

DEPRECATIONS:

  • kms: deprecated attestation.external_protection_level_options in favor of external_protection_level_options in google_kms_crypto_key_version (#17704)

FEATURES:

  • New Data Source: google_apphub_application (#17679)
  • New Resource: google_cloud_quotas_quota_preference (#17637)
  • New Resource: google_vertex_ai_deployment_resource_pool (#17707)
  • New Resource: google_integrations_client (#17640)

IMPROVEMENTS:

  • bigquery: added dataGovernanceType to google_bigquery_routine resource (#17689)
  • bigquery: added support for external_data_configuration.json_extension to google_bigquery_table (#17663)
  • compute: added cloud_router_ipv6_address, customer_router_ipv6_address fields to google_compute_interconnect_attachment resource (#17692)
  • compute: added generated_id field to google_compute_region_backend_service resource (#17639)
  • integrations: added deletion support for google_integrations_client resource (#17678)
  • kms: added crypto_key_backend field to google_kms_crypto_key resource (#17704)
  • metastore: added scheduled_backup field to google_dataproc_metastore_service resource (#17673)
  • provider: added provider-defined function name_from_id for retrieving the short-form name of a resource from its self link or id (#17694)
  • provider: added provider-defined function project_from_id for retrieving the project id from a resource's self link or id (#17694)
  • provider: added provider-defined function region_from_zone for deriving a region from a zone's name (#17694)
  • provider: added provider-defined functions location_from_id, region_from_id, and zone_from_id for retrieving the location/region/zone names from a resource's self link or id (#17694)

BUG FIXES:

  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_job creation fails (#17711)
  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_service creation fails (#17711)
  • container: fixed google_container_cluster permadiff when master_ipv4_cidr_block is set for a private flexible cluster (#17687)
  • dataflow: fixed an issue where the provider would crash when enableStreamingEngine is set as a parameter value in google_dataflow_flex_template_job (#17712)
  • kms: added top-level external_protection_level_options field in google_kms_crypto_key_version resource (#17704)
Changelog

Sourced from hashicorp/google's changelog.

5.23.0 (Apr 1, 2024)

NOTES:

DEPRECATIONS:

  • kms: deprecated attestation.external_protection_level_options in favor of external_protection_level_options in google_kms_crypto_key_version (#17704)

FEATURES:

  • New Data Source: google_apphub_application (#17679)
  • New Resource: google_cloud_quotas_quota_preference (#17637)
  • New Resource: google_vertex_ai_deployment_resource_pool (#17707)
  • New Resource: google_integrations_client (#17640)

IMPROVEMENTS:

  • bigquery: added dataGovernanceType to google_bigquery_routine resource (#17689)
  • bigquery: added support for external_data_configuration.json_extension to google_bigquery_table (#17663)
  • compute: added cloud_router_ipv6_address, customer_router_ipv6_address fields to google_compute_interconnect_attachment resource (#17692)
  • compute: added generated_id field to google_compute_region_backend_service resource (#17639)
  • integrations: added deletion support for google_integrations_client resource (#17678)
  • kms: added crypto_key_backend field to google_kms_crypto_key resource (#17704)
  • metastore: added scheduled_backup field to google_dataproc_metastore_service resource (#17673)
  • provider: added provider-defined function name_from_id for retrieving the short-form name of a resource from its self link or id (#17694)
  • provider: added provider-defined function project_from_id for retrieving the project id from a resource's self link or id (#17694)
  • provider: added provider-defined function region_from_zone for deriving a region from a zone's name (#17694)
  • provider: added provider-defined functions location_from_id, region_from_id, and zone_from_id for retrieving the location/region/zone names from a resource's self link or id (#17694)

BUG FIXES:

  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_job creation fails (#17711)
  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_service creation fails (#17711)
  • container: fixed google_container_cluster permadiff when master_ipv4_cidr_block is set for a private flexible cluster (#17687)
  • dataflow: fixed an issue where the provider would crash when enableStreamingEngine is set as a parameter value in google_dataflow_flex_template_job (#17712)
  • kms: added top-level external_protection_level_options field in google_kms_crypto_key_version resource (#17704)

5.22.0 (Mar 26, 2024)

BREAKING CHANGES:

  • networksecurity: added required field billing_project_id to google_network_security_firewall_endpoint resource. Any configuration without billing_project_id specified will cause resource creation fail (beta) (#17630)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_info (#17564)
  • New Data Source: google_cloud_quotas_quota_infos (#17617)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_resource (#17614)

IMPROVEMENTS:

  • accesscontextmanager: supported managing service perimeter dry run resources outside the perimeter via new resource google_access_context_manager_service_perimeter_dry_run_resource (#17614)
  • cloudrunv2: added plan-time validation to restrict number of ports to 1 in google_cloud_run_v2_service (#17594)
  • composer: added field count to validate number of DAG processors in google_composer_environment (#17625)
  • compute: added enumeration value SEV_LIVE_MIGRATABLE_V2 for the guest_os_features of google_compute_disk (#17629)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#17595)
  • compute: added field path_template_match to resource google_compute_region_url_map (#17571)

... (truncated)

Commits
  • 2fe5399 Update CHANGELOG.md (#17720)
  • f970432 Fix crash when parameter.enableStreamingEngine is set on `google_dataflow_f...
  • 695e9b1 Fix Cloud Run v2 resources creation failure state inconsistency (#10298) (#17...
  • a503511 TeamCity: Make service sweepers run before project sweepers, assert that in a...
  • b52ffdb TeamCity: Update where we pull dependencies from, make server-api dependency'...
  • 118e07a feat(vertexai): Support google_vertex_ai_deployment_resource_pool (#9518) (#1...
  • 52b195b Remove beta label from GKE autoscaling_profile (#10302) (#17706)
  • 2feb44f Update documentation for the endpoints to include mention of update_triggered...
  • ab49fff Unblock EXTERNAL/EXTERNAL_VPC Cloud KMS key creation. (#9931) (#17704)
  • 3fa0f44 Return to using Terraform 1.2.5 across all builds in TeamCity (#10305) (#17703)
  • Additional commits viewable in compare view

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)

…to >= 3.50, < 6.0

Updates the requirements on [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) to permit the latest version.
- [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@v3.50.0...v5.23.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Dependabot tried to add @approvers as a reviewer to this PR, but received the following error from GitHub:

POST https://github.com/gitapi/repos/clouddrove/terraform-gcp-vpc/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the clouddrove/terraform-gcp-vpc repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/terraform/examples/hashicorp/google-gte-3.50-and-lt-6.0 branch April 8, 2024 08:07
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.

2 participants