Skip to content

Update hashicorp/google-beta requirement from ~> 4.44.1 to ~> 4.47.0 in /gcp#17

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/gcp/hashicorp/google-beta-tw-4.47.0
Closed

Update hashicorp/google-beta requirement from ~> 4.44.1 to ~> 4.47.0 in /gcp#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/gcp/hashicorp/google-beta-tw-4.47.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 1, 2023

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

Release notes

Sourced from hashicorp/google-beta's releases.

v4.47.0

NOTES:

  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)

FEATURES:

  • New Resource: google_alloydb_backup (#4959)
  • New Resource: google_filestore_backup (#4963)

IMPROVEMENTS:

  • bigtable: added deletion_protection field to google_bigtable_table (#4975)
  • compute: Made google_compute_subnetwork.ipv6_access_type field updatable in-place (#4965)
  • container: added auto_provisioning_defaults.cluster_autoscaling.upgrade_settings in google_container_cluster (#4958)
  • container: added gateway_api_config block to google_container_cluster resource for supporting the gke gateway api controller (#4976)
  • datacatalog: added update support for fields in google_data_catalog_tag_template (#4968)
  • iam: added plan-time validation for IAM members (#4960)
  • logging: added bucket_name field to google_logging_metric (#4964)
  • logging: made metric_descriptor field optional for google_logging_metric (#4971)

BUG FIXES:

  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#4956)
  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)
Changelog

Sourced from hashicorp/google-beta's changelog.

4.47.0 (December 21, 2022)

NOTES:

  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)

FEATURES:

  • New Resource: google_alloydb_backup (#4959)
  • New Resource: google_filestore_backup (#4963)

IMPROVEMENTS:

  • bigtable: added deletion_protection field to google_bigtable_table (#4975)
  • compute: Made google_compute_subnetwork.ipv6_access_type field updatable in-place (#4965)
  • container: added auto_provisioning_defaults.cluster_autoscaling.upgrade_settings in google_container_cluster (#4958)
  • container: added gateway_api_config block to google_container_cluster resource for supporting the gke gateway api controller (#4976)
  • datacatalog: added update support for fields in google_data_catalog_tag_template (#4968)
  • iam: added plan-time validation for IAM members (#4960)
  • logging: added bucket_name field to google_logging_metric (#4964)
  • logging: made metric_descriptor field optional for google_logging_metric (#4971)

BUG FIXES:

  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#4956)
  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)

4.46.0 (December 12, 2022)

FEATURES:

  • New Data Source: google_firebase_android_app (#4955)
  • New Resource: google_cloud_run_v2_job (#4937)
  • New Resource: google_cloud_run_v2_service (#4942)
  • New Resource: google_gke_backup_backup_plan (#4948)
  • New Resource: google_firebase_storage_bucket (#4951)

IMPROVEMENTS:

  • network_services: added origin_override_action and origin_redirect to google_network_services_edge_cache_origin (#4936)
  • bigquerydatatransfer: recreate google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#4929)
  • compute: added fields to resource google_compute_security_policy to support Cloud Armor bot management (#4938)
  • container: added support for concurrent node pool mutations on a cluster. Previously, node pool mutations were restricted to run synchronously clientside. NOTE: While this feature is supported in Terraform from this release onwards, only a limited number of GCP projects will support this behavior initially. The provider will automatically process mutations concurrently as the feature rolls out generally. (#4947)
  • metastore: added general field network_config to google_dataproc_metastore_service (#4952)
  • storage: added support for autoclass in google_storage_bucket resource (#4953)

BUG FIXES:

  • alloydb: made machine_config.cpu_count updatable on google_alloydb_instance (#4930)
  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#4956)
  • container: fixed GKE permadiff/thrashing when update_settings. max_surge or update_settings. max_unavailable values are updating on google_container_node_pool (#4945)
  • datastream: fixed google_datastream_private_connection ignoring failures during creation (#4939)
  • firebase: fixed permadiff on the field deletion_policy of google_firebase_apple_app (#4954)
  • kms: fixed issues with deleting crypto key versions in states other than ENABLED (#4943)

4.45.0 (December 5, 2022)

... (truncated)

Commits
  • 33471cf Release 4.47.0 changelogs (#4995)
  • 99a8c0e Revert "Add support for reservation affinity, dataproc oss metric collection ...
  • e3ea42c google_container_cluster: add support for new GKE Gateway API controller (#68...
  • fada168 Bigtable: table deletion protection support (#6722) (#4975)
  • 99bb678 Add support for reservation affinity, dataproc oss metric collection and node...
  • 45adf0d Update SQL Instance sweeper to check common prefixes (#6934) (#4973)
  • 61d6d86 Change the default for google_sql_database.deletion_policy to DELETE (#6936) ...
  • 96369ca Updated changelog for 4.46.0
  • e94dc5d #13215 Make metric_descriptor argument optional for google_logging_metric (...
  • 9e0d554 gke_backup_agent_config: support from beta to ga (#6898) (#4970)
  • 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)

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.44.1...v4.47.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 Jan 1, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 1, 2023

Superseded by #20.

@dependabot dependabot Bot closed this Feb 1, 2023
@dependabot dependabot Bot deleted the dependabot/terraform/gcp/hashicorp/google-beta-tw-4.47.0 branch February 1, 2023 17:03
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.

0 participants