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 /_example #5

Conversation

dependabot[bot]
Copy link

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

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

Release notes

Sourced from hashicorp/google's releases.

v5.20.0

FEATURES:

  • New Resource: google_clouddeploy_custom_target_type_iam_* (#17445)

IMPROVEMENTS:

  • certificatemanager: added type field to google_certificate_manager_dns_authorization resource (#17459)
  • compute: added the network_url attribute to the consumer_accept_list-block of the google_compute_service_attachment resource (#17492)
  • gkehub: added support for policycontroller.policy_controller_hub_config.policy_content.bundles and policycontroller.policy_controller_hub_config.deployment_configs fields to google_gke_hub_feature_membership (#17483)

BUG FIXES:

  • artifactregistry: fixed permadiff when google_artifact_repository.docker_config field is unset (#17484)
  • bigquery: corrected plan-time validation on google_bigquery_dataset.dataset_id (#17449)
  • kms: fixed issue where google_kms_crypto_key_version.attestation.cert_chains properties were incorrectly set to type string (#17486)
Changelog

Sourced from hashicorp/google's changelog.

5.20.0 (Mar 11, 2024)

FEATURES:

  • New Resource: google_clouddeploy_custom_target_type_iam_* (#17445)

IMPROVEMENTS:

  • certificatemanager: added type field to google_certificate_manager_dns_authorization resource (#17459)
  • compute: added the network_url attribute to the consumer_accept_list-block of the google_compute_service_attachment resource (#17492)
  • gkehub: added support for policycontroller.policy_controller_hub_config.policy_content.bundles and policycontroller.policy_controller_hub_config.deployment_configs fields to google_gke_hub_feature_membership (#17483)

BUG FIXES:

  • artifactregistry: fixed permadiff when google_artifact_repository.docker_config field is unset (#17484)
  • bigquery: corrected plan-time validation on google_bigquery_dataset.dataset_id (#17449)
  • kms: fixed issue where google_kms_crypto_key_version.attestation.cert_chains properties were incorrectly set to type string (#17486)

5.19.0 (Mar 4, 2024)

FEATURES:

  • New Resource: google_clouddeploy_automation(#17427)
  • New Resource: google_clouddeploy_target_iam_* (#17368)

IMPROVEMENTS:

  • bigquery: added remote_function_options field to google_bigquery_routine resource (#17382)
  • certificatemanager: added location field to google_certificate_manager_dns_authorization resource (#17358)
  • composer: added validations for composer 2/3 only fields in google_composer_environment (#17361)
  • compute: added certificate_manager_certificates field to google_compute_region_target_https_proxy resource (#17365)
  • compute: promoted all_instances_config field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager to GA (#17414)
  • container: promoted enable_confidential_storage from node_config in google_container_cluster and google_container_node_pool to GA (#17367)
  • gkehub2: added namespace_labels field to google_gke_hub_scope resource (#17421)

BUG FIXES:

  • resourcemanager: added a retry to deleting the default network when auto_create_network is false in google_project (#17419)

5.18.0 (Feb 26, 2024)

BREAKING CHANGES:

  • securityposture: marked policy_sets and policy_sets.policies required in google_securityposture_posture. API validation already enforced this, so no resources could be provisioned without these (#17303)

FEATURES:

  • New Data Source: google_compute_forwarding_rules (#17342)
  • New Resource: google_firebase_app_check_app_attest_config (#17279)
  • New Resource: google_firebase_app_check_play_integrity_config (#17279)
  • New Resource: google_firebase_app_check_recaptcha_enterprise_config (#17327)
  • New Resource: google_firebase_app_check_recaptcha_v3_config (#17327)
  • New Resource: google_migration_center_preference_set (#17291)
  • New Resource: google_netapp_volume_replication (#17348)

IMPROVEMENTS:

  • cloudfunctions: added output-only version_id field on google_cloudfunctions_function (#17273)

... (truncated)

Commits
  • 12088ed release 5.20.0 changelog (#17526)
  • 8ac20c5 previous changelog
  • 7bfec68 Switch to issue form for developer productivity (#17488)
  • 03376ee Update the GCF resource to reflect transition from Container Registry to Arti...
  • 063c48d add network_url attribute in consumer_accept_list block of google_compute_ser...
  • 197eb51 Address dependency issues in TestAccFirestoreField_* tests (#9957) (#17490)
  • 135b6f4 Added issue form for developer productivity (#17424)
  • c368e09 fix(kms): certificate chain type to array of strings (#9582) (#17486)
  • 9a5e3a0 fix permadiff by reading empty docker_config field (#10113) (#17484)
  • b05aedf Add support for string --> object map for DCL resources (#10039) (#17483)
  • 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.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2024

Dependabot couldn't find any dependency files in the directory. Because of this, Dependabot cannot update this pull request.

Copy link
Author

dependabot bot commented on behalf of github Mar 14, 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/_example/hashicorp/google-gte-3.50-and-lt-6.0 branch March 14, 2024 09: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant