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

Bump hashicorp/google-beta from 4.61.0 to 4.62.1 in /terraform #151

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2023

Bumps hashicorp/google-beta from 4.61.0 to 4.62.1.

Release notes

Sourced from hashicorp/google-beta's releases.

v4.62.1

BUG FIXES:

  • compute: fixed a diff that occurred when stack_type was unset on google_compute_ha_vpn_gateway

v4.62.0

FEATURES:

  • New Data Source: google_compute_region_instance_template (#5467)
  • New Resource: google_compute_region_instance_template (#5467)
  • New Resource: google_logging_linked_dataset (#5459)

IMPROVEMENTS:

  • cloudasset: added OS_INVENTORY value to content_type for google_cloud_asset_*_feed (#5465)
  • clouddeploy: added canary deployment fields for resource google_clouddeploy_delivery_pipeline (#5451)
  • compute: supported region instance template insource_instance_template field of google_compute_instance_from_template resource (#5467)
  • container: added pod_cidr_overprovision_config field to google_container_cluster and google_container_node_pool resources. (#5468)
  • orgpolicy: accepted variable cases for booleans such as true, True, and TRUE in google_org_policy_policy (#5443)

BUG FIXES:

  • cloudidentity: fixed immutability issue on initialGroupConfig field for resource google_cloud_identity_group (#5456)
  • provider: fixed an error resulting from leaving batching.send_after unspecified and batching specified (#5460)
  • provider: fixed bug where credentials field could not be set as an empty string (#5466)
  • vertex: increased the default timeout for google_vertex_ai_index to 180m (#5450)
Changelog

Sourced from hashicorp/google-beta's changelog.

4.62.1 (Unreleased)

BUG FIXES:

  • compute: fixed a diff that occurred when stack_type was unset on google_compute_ha_vpn_gateway

4.62.0 (April 17, 2023)

FEATURES:

  • New Data Source: google_compute_region_instance_template (#5467)
  • New Resource: google_compute_region_instance_template (#5467)
  • New Resource: google_logging_linked_dataset (#5459)

IMPROVEMENTS:

  • cloudasset: added OS_INVENTORY value to content_type for google_cloud_asset_*_feed (#5465)
  • clouddeploy: added canary deployment fields for resource google_clouddeploy_delivery_pipeline (#5451)
  • compute: supported region instance template insource_instance_template field of google_compute_instance_from_template resource (#5467)
  • container: added pod_cidr_overprovision_config field to google_container_cluster and google_container_node_pool resources. (#5468)
  • orgpolicy: accepted variable cases for booleans such as true, True, and TRUE in google_org_policy_policy (#5443)

BUG FIXES:

  • cloudidentity: fixed immutability issue on initialGroupConfig field for resource google_cloud_identity_group (#5456)
  • provider: fixed an error resulting from leaving batching.send_after unspecified and batching specified (#5460)
  • provider: fixed bug where credentials field could not be set as an empty string (#5466)
  • vertex: increased the default timeout for google_vertex_ai_index to 180m (#5450)
Commits
  • 34febe8 Update CHANGELOG for v4.62.1 patch release
  • 5825529 Add default_if_empty flattener to stack_type (#7718) (#5479)
  • 26af4f0 Update CHANGELOG.md (#5475)
  • acc18ed Split some functions and tests into differnt files (#7684) (#5469)
  • 4e81650 Support for gke pod cidr overprovision config (#7673) (#5468)
  • a6baaf8 Add Region Instance Template resource and datasource into beta provider (#766...
  • 95342bb Fix empty string credentials validation issue, increase test coverage of cred...
  • 31ac7a8 Add OS_INVENTORY to CloudAsset feed contentTypes (#7672) (#5465)
  • fafa0af Fix TestAccSqlUser_postgresIAM by waiting for user to be created (#7638) (#5464)
  • e9ec2e9 Fix permission for TestAccCloudFunctionsFunction_cmek (#7680) (#5463)
  • 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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Apr 19, 2023
github-actions[bot]
github-actions bot previously approved these changes Apr 19, 2023
Bumps [hashicorp/google-beta](/~https://github.com/hashicorp/terraform-provider-google-beta) from 4.61.0 to 4.62.1.
- [Release notes](/~https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](/~https://github.com/hashicorp/terraform-provider-google-beta/blob/v4.62.1/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v4.61.0...v4.62.1)

---
updated-dependencies:
- dependency-name: hashicorp/google-beta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/hashicorp/google-beta-4.62.1 branch from 4205648 to 689550b Compare April 21, 2023 09:16
@ferrarimarco ferrarimarco merged commit 476dbf8 into main Apr 21, 2023
@ferrarimarco ferrarimarco deleted the dependabot/terraform/terraform/hashicorp/google-beta-4.62.1 branch April 21, 2023 09:26
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.

1 participant