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-beta requirement from ~> 4.54.0 to ~> 4.55.0 in /gcp #659

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from hashicorp/google-beta's releases.

v4.55.0

FEATURES:

  • New Resource: google_cloudbuild_bitbucket_server_config (#5218)
  • New Resource: google_firebase_hosting_release (#5229)
  • New Resource: google_firebase_hosting_version (#5229)

IMPROVEMENTS:

  • container: added support for node_config.kubelet_config.pod_pids_limit on google_container_node_pool (#5217)
  • storage: changed the default create timeout of google_storage_bucket to 10m from 4m (#5222)

BUG FIXES:

  • container: fixed a crash when leaving placement_policy blank on google_container_node_pool (#5233)
  • serviceusage: removed unneeded Optional schema behaviour from email field in google_project_service_identity (#5226)
Changelog

Sourced from hashicorp/google-beta's changelog.

4.55.0 (February 27, 2023)

FEATURES:

  • New Resource: google_cloudbuild_bitbucket_server_config (#5218)
  • New Resource: google_firebase_hosting_release (#5229)
  • New Resource: google_firebase_hosting_version (#5229)

IMPROVEMENTS:

  • container: added support for node_config.kubelet_config.pod_pids_limit on google_container_node_pool (#5217)
  • storage: changed the default create timeout of google_storage_bucket to 10m from 4m (#5222)

BUG FIXES:

  • container: fixed a crash when leaving placement_policy blank on google_container_node_pool (#5233)
  • serviceusage: removed unneeded Optional schema behaviour from email field in google_project_service_identity (#5226)

4.54.0 (February 23, 2023)

FEATURES:

  • New Data Source: google_firebase_hosting_channel (#5188)
  • New Data Source: google_logging_sink (#5207)
  • New Data Source: google_sql_databases (#5204)

IMPROVEMENTS:

  • cloudbuild: added bitbucket_server_trigger_config field to google_cloudbuild_trigger resource (#5198)
  • cloudbuild: added github.enterprise_config_resource_name field to google_cloudbuild_trigger resource (#5205)
  • compute: added field rsa_encrypted_key to google_compute_disk resource (#5187)
  • compute: added additional fields to rules[].rate_limit_options in google_compute_security_policy to support Cloud Armor Rate Limit Options (#5193)
  • sql: added replica promotion support to google_sql_database_instance. This change will allow users to promote read replica as stand alone primary instance. (#5184)

BUG FIXES:

  • bigquery: fixed permadiff on max_time_travel_hours of google_bigquery_dataset (#5190)
  • compute: added possibility to remove stateful_disk in compute_instance_group_manager and compute_region_instance_group_manager. (#5203)
  • sql: fixed an issue with updating the settings.activation_policy field in google_sql_database_instance (#5202)

4.53.1 (February 14, 2023)

BUG FIXES:

  • provider: fixed crash when trying to configure the provider with invalid credentials

4.53.0 (February 13, 2023)

FEATURES:

  • New Resource: google_apigee_addons_config (#5171)
  • New Resource: google_cloudbuildv2_connection_iam_binding (#5158)
  • New Resource: google_cloudbuildv2_connection_iam_member (#5158)
  • New Resource: google_cloudbuildv2_connection_iam_policy (#5158)
  • New Resource: google_firestore_database (#5181)
  • New Resource: google_workstations_workstation_cluster (#5154)

IMPROVEMENTS:

... (truncated)

Commits
  • 911457f Update CHANGELOG.md (#5252)
  • e5d884c Fix TestAccBigQueryDatasetAccess_authorizedRoutine and add note about usage (...
  • 57806af Remove tools.go from TPG(B), it's not in use (#7311) (#5236)
  • 3b5823e Make resource definition functions public (#7324) (#5235)
  • f7884e3 Run tests that use cloud_identity_group serially (#7322) (#5234)
  • e45de7b fix a crash on placement_policy (#7329) (#5233)
  • ac33641 Fix dns record set tests (#7323) (#5232)
  • a7c991e Fix TestAccSqlDatabaseInstance_settings_secondary to use a regional instance ...
  • f2b0ca3 Skip TestAccComputeHaVpnGateway_computeHaVpnGatewayEncryptedInterconnectExamp...
  • 11012ed Cloud Run and Cloud Functions integration with Firebase Hosting hashicorp/ter...
  • 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 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 ~> 4.55.0

Updates the requirements on [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) to permit the latest version.
- [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.54.0...v4.55.0)

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

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 Mar 1, 2023
@commjoen commjoen changed the base branch from master to feat-646-kubernetes1.25 March 4, 2023 06:01
@commjoen commjoen merged commit 68983fc into feat-646-kubernetes1.25 Mar 4, 2023
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-beta-tw-4.55.0 branch March 4, 2023 06:01
commjoen added a commit that referenced this pull request Mar 30, 2023
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