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): bump hashicorp/google-beta from 4.62.1 to 4.63.1 in /gcp #791

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps hashicorp/google-beta from 4.62.1 to 4.63.1.

Release notes

Sourced from hashicorp/google-beta's releases.

v4.63.1

BUG FIXES:

  • bigtable: fixed plan failure because of an unused zone being unavailable

v4.63.0

NOTES:

  • alloydb: changed location from optional to required for google_alloydb_cluster and google_alloydb_backup resources. location had previously been marked as optional, but operations failed if it was omitted, and there was no way for location to be inherited from the provider configuration or from an environment variable. This means there was no way to have a working configuration without location specified. (#5492, #5494)
  • workflows: updated api version from v1beta1 to v1 (beta) (#5482)

FEATURES:

  • New Resource: google_access_context_manager_ingress_policy (#5474)
  • New Resource: google_compute_public_advertised_prefix (#5476)
  • New Resource: google_compute_public_delegated_prefix (#5476)
  • New Resource: google_compute_region_commitment (#5473)
  • New Resource: google_network_services_http_route (#5471)
  • New Resource: google_network_services_tcp_route (beta) (#5497)

IMPROVEMENTS:

  • dlp: added inspect_job.actions.job_notification_emails and inspect_job.actions.deidentify fields to google_data_loss_prevention_job_trigger resource (#5477)
  • dlp: added triggers.manual and inspect_job.storage_config.hybrid_options to google_data_loss_prevention_job_trigger (#5490)
  • iam: added oidc.web_sso_config field to google_iam_workforce_pool_provider (#5491)

BUG FIXES:

  • alloydb: changed weekly_schedule (under automated_backup_policy) from required to optional for google_alloydb_cluster (#5495)
  • compute: fixed an issue with TTLs being sent when USE_ORIGIN_HEADERS is set in google_compute_backend_bucket (#5488)
  • networkservices: increased default timeouts for google_network_services_edge_cache_keyset to 60m (from 30m) (#5481)
  • sql: fixed an issue that prevented setting enable_private_path_for_google_cloud_services to false in google_sql_database_instance(#5484)
Changelog

Sourced from hashicorp/google-beta's changelog.

4.63.1 (April 26, 2023)

BUG FIXES:

  • bigtable: fixed plan failure because of an unused zone being unavailable

4.63.0 (April 24, 2023)

NOTES:

  • alloydb: changed location from optional to required for google_alloydb_cluster and google_alloydb_backup resources. location had previously been marked as optional, but operations failed if it was omitted, and there was no way for location to be inherited from the provider configuration or from an environment variable. This means there was no way to have a working configuration without location specified. (#5492, #5494)
  • workflows: updated api version from v1beta1 to v1 (beta) (#5482)

FEATURES:

  • New Resource: google_access_context_manager_ingress_policy (#5474)
  • New Resource: google_compute_public_advertised_prefix (#5476)
  • New Resource: google_compute_public_delegated_prefix (#5476)
  • New Resource: google_compute_region_commitment (#5473)
  • New Resource: google_network_services_http_route (#5471)
  • New Resource: google_network_services_tcp_route (beta) (#5497)

IMPROVEMENTS:

  • dlp: added inspect_job.actions.job_notification_emails and inspect_job.actions.deidentify fields to google_data_loss_prevention_job_trigger resource (#5477)
  • dlp: added triggers.manual and inspect_job.storage_config.hybrid_options to google_data_loss_prevention_job_trigger (#5490)
  • iam: added oidc.web_sso_config field to google_iam_workforce_pool_provider (#5491)

BUG FIXES:

  • alloydb: changed weekly_schedule (under automated_backup_policy) from required to optional for google_alloydb_cluster (#5495)
  • compute: fixed an issue with TTLs being sent when USE_ORIGIN_HEADERS is set in google_compute_backend_bucket (#5488)
  • networkservices: increased default timeouts for google_network_services_edge_cache_keyset to 60m (from 30m) (#5481)
  • sql: fixed an issue that prevented setting enable_private_path_for_google_cloud_services to false in google_sql_database_instance(#5484)
Commits

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)

Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 4.62.1 to 4.63.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v4.62.1...v4.63.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 added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels May 1, 2023
@commjoen commjoen changed the base branch from master to dependabot/terraform/gcp/http-3.3.0 May 4, 2023 02:50
@commjoen commjoen merged commit e1d6b63 into dependabot/terraform/gcp/http-3.3.0 May 4, 2023
14 of 15 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-beta-4.63.1 branch May 4, 2023 02:50
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.

None yet

1 participant