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

Update hashicorp/google requirement from ~> 4.44.1 to ~> 4.47.0 in /gcp #562

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from hashicorp/google'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. (#13226)

FEATURES:

  • New Resource: google_alloydb_backup (#13202)
  • New Resource: google_filestore_backup (#13209)

IMPROVEMENTS:

  • bigtable: added deletion_protection field to google_bigtable_table (#13232)
  • compute: made google_compute_subnetwork.ipv6_access_type field updatable in-place (#13211)
  • container: added auto_provisioning_defaults.cluster_autoscaling.upgrade_settings in google_container_cluster (#13199)
  • container: added gateway_api_config block to google_container_cluster resource for supporting the gke gateway api controller (#13233)
  • container: promoted gke_backup_agent_config in google_container_cluster to GA (#13223)
  • container: promoted min_cpu_platform in google_container_cluster to GA (#13199)
  • datacatalog: added update support for fields in google_data_catalog_tag_template (#13216)
  • iam: Added plan-time validation for IAM members (#13203)
  • logging: added bucket_name field to google_logging_metric (#13210)
  • logging: made metric_descriptor field optional for google_logging_metric (#13225)

BUG FIXES:

  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#13188)
  • 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. (#13226)
Changelog

Sourced from hashicorp/google'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. (#13226)

FEATURES:

  • New Resource: google_alloydb_backup (#13202)
  • New Resource: google_filestore_backup (#13209)

IMPROVEMENTS:

  • bigtable: added deletion_protection field to google_bigtable_table (#13232)
  • compute: made google_compute_subnetwork.ipv6_access_type field updatable in-place (#13211)
  • container: added auto_provisioning_defaults.cluster_autoscaling.upgrade_settings in google_container_cluster (#13199)
  • container: added gateway_api_config block to google_container_cluster resource for supporting the gke gateway api controller (#13233)
  • container: promoted gke_backup_agent_config in google_container_cluster to GA (#13223)
  • container: promoted min_cpu_platform in google_container_cluster to GA (#13199)
  • datacatalog: added update support for fields in google_data_catalog_tag_template (#13216)
  • iam: Added plan-time validation for IAM members (#13203)
  • logging: added bucket_name field to google_logging_metric (#13210)
  • logging: made metric_descriptor field optional for google_logging_metric (#13225)

BUG FIXES:

  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#13188)
  • 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. (#13226)

4.46.0 (December 12, 2022)

FEATURES:

  • New Data Source: google_firebase_android_app (#13186)
  • New Resource: google_cloud_run_v2_job (#13154)
  • New Resource: google_cloud_run_v2_service (#13166)
  • New Resource: google_gke_backup_backup_plan (beta) (#13176)
  • New Resource: google_firebase_storage_bucket (#13183)

IMPROVEMENTS:

  • network_services: added origin_override_action and origin_redirect to google_network_services_edge_cache_origin (#13153)
  • bigquerydatatransfer: recreate google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#13137)
  • compute: Added fields to resource google_compute_security_policy to support Cloud Armor bot management (#13159)
  • 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. (#13173)
  • container: promoted managed_prometheus field in google_container_cluster to GA (#13150)
  • metastore: added general field network_config to google_dataproc_metastore_service (#13184)
  • storage: added support for autoclass in google_storage_bucket resource (#13185)

BUG FIXES:

  • alloydb: made machine_config.cpu_count updatable on google_alloydb_instance (#13144)
  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#13188)
  • container: fixed GKE permadiff/thrashing when update_settings. max_surge or update_settings. max_unavailable values are updating on google_container_node_pool (#13171)
  • datastream: fixed google_datastream_private_connection ignoring failures during creation (#13160)
  • kms: fixed issues with deleting crypto key versions in states other than ENABLED (#13167)

... (truncated)

Commits
  • 87f866a Release notes for 4.47.0 (#13264)
  • 7a07299 Revert "Add support for reservation affinity, dataproc oss metric collection ...
  • 7c54260 google_container_cluster: add support for new GKE Gateway API controller (#68...
  • 1120b9f Bigtable: table deletion protection support (#6722) (#13232)
  • dca9c11 Add support for reservation affinity, dataproc oss metric collection and node...
  • 9688bd7 Update SQL Instance sweeper to check common prefixes (#6934) (#13228)
  • a989875 Change the default for google_sql_database.deletion_policy to DELETE (#6936) ...
  • df663ab Updated release notes
  • b8c54c3 #13215 Make metric_descriptor argument optional for google_logging_metric (...
  • d3e9199 gke_backup_agent_config: support from beta to ga (#6898) (#13223)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 1, 2023
@dependabot dependabot bot force-pushed the dependabot/terraform/gcp/hashicorp/google-tw-4.47.0 branch 2 times, most recently from 540cd30 to ddf0ac5 Compare January 2, 2023 05:52
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@v4.44.1...v4.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/gcp/hashicorp/google-tw-4.47.0 branch from ddf0ac5 to 51f849e Compare January 2, 2023 06:10
@commjoen commjoen changed the base branch from master to dependabot/terraform/gcp/hashicorp/google-beta-tw-4.47.0 January 2, 2023 06:11
@commjoen commjoen merged commit eae1c04 into dependabot/terraform/gcp/hashicorp/google-beta-tw-4.47.0 Jan 2, 2023
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-tw-4.47.0 branch January 2, 2023 06:11
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