Skip to content

Bump hashicorp/google from 4.80.0 to 4.83.0#22

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-4.83.0
Closed

Bump hashicorp/google from 4.80.0 to 4.83.0#22
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-4.83.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps hashicorp/google from 4.80.0 to 4.83.0.

Release notes

Sourced from hashicorp/google's releases.

v4.83.0

DEPRECATIONS:

  • secretmanager: deprecated automatic field on google_secret_manager_secret. Use auto instead. (#15793)

FEATURES:

  • New Resource: google_biglake_table (#15736)
  • New Resource: google_data_pipeline_pipeline (#15785)
  • New Resource: google_dialogflow_cx_test_case (#15814)
  • New Resource: google_storage_insights_report_config (#15819)
  • New Resource: google_apigee_target_server (#15751)

IMPROVEMENTS:

  • gkehub: added labels fields to google_gke_hub_membership_binding resource (#15753)
  • bigquery: added allow_non_incremental_definition to google_bigquery_table resource (#15813)
  • bigquery: added table_constraints field to google_bigquery_table resource (#15815)
  • compute: added internal IPV6 support for google_compute_address and google_compute_instance resources (#15780)
  • containerattached: added binary_authorization field to google_container_attached_cluster resource (#15822)
  • containeraws: added update support for config.instance_type in container_aws_node_pool (#15862)
  • firestore: added point_in_time_recovery_enablement field to google_firestore_database resource (#15795)
  • firestore: added update_time and uid fields to google_firestore_database resource (#15823)
  • gkehub2: added labels, namespace_labels fields to google_gke_hub_namespace resource (#15732)
  • gkehub: added labels fields to google_gke_hub_scope resource (#15801)
  • gkeonprem: added upgrade_policy and binary_authorization fields in google_gkeonprem_bare_metal_cluster resource (beta) (#15765)
  • gkeonprem: added upgrade_policy field in google_gkeonprem_vmware_cluster resource (beta) (#15765)
  • secretmanager: added auto field to google_secret_manager_secret resource (#15793)
  • secretmanager: added deletion_policy field to google_secret_manager_secret_version resource (#15818)
  • storage: supported in-place update for autoclass field in google_storage_bucket resource (#15782)
  • vertexai: added public_endpoint_enabled to google_vertex_ai_index_endpoint (#15741)

BUG FIXES:

  • bigquerydatatransfer: fixed a bug when importing location of google_bigquery_data_transfer_config (#15734)
  • container: fixed concurrent ops' quota-error to be retriable in google_container_node_pool (#15820)
  • eventarc: resolved permadiff on event_content_type in eventarc_trigger, the field will now default to a value returned by the API when not set in configuration (#15862)
  • pipeline: fixed issue where certain google_dataflow_job instances would crash the provider (#15821)
  • provider: fixed a bug where user_project_override would not be not used correctly when provisioning resources implemented using the plugin framework. Currently there are no resources implemented this way, so no-one should have been impacted. (#15776)
  • pubsub: fixed issue where setting no_wrapper.write_metadata to false wasn't passed to the API for google_pubsub_subscription (#15758)
  • serviceaccount: added retries for reads after google_service_account creation if 403 Forbidden is returned. (#15760)
  • storage: fixed the failure in building a plan when a content value is expected on google_storage_bucket_object_content (#15735)

v4.82.0

IMPROVEMENTS:

  • compute: added in-place update support for field enable_proxy_protocol in google_compute_service_attachment resource (#15716)
  • compute: added in-place update support for field reconcile_connections in google_compute_service_attachment resource (#15706)
  • compute: added in-place update support for field allowPscGlobalAccess in google_compute_forwarding_rule resource (#15691)
  • compute: promoted google_compute_region_instance_template to GA (#15710)
  • container: added additional options for field monitoring_config.enable_components in google_container_cluster resource (#15727)
  • gkehub: added labels field to google_gke_hub_scope_rbac_role_binding resource (#15729)
  • logging: added in-place update support for field unique_writer_identity in google_logging_project_sink resource (#15721)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

4.83.0 (September 18, 2023)

DEPRECATIONS:

  • secretmanager: deprecated automatic field on google_secret_manager_secret. Use auto instead. (#15793)

FEATURES:

  • New Resource: google_biglake_table (#15736)
  • New Resource: google_data_pipeline_pipeline (#15785)
  • New Resource: google_dialogflow_cx_test_case (#15814)
  • New Resource: google_storage_insights_report_config (#15819)
  • New Resource: google_apigee_target_server (#15751)

IMPROVEMENTS:

  • gkehub: added labels fields to google_gke_hub_membership_binding resource (#15753)
  • bigquery: added allow_non_incremental_definition to google_bigquery_table resource (#15813)
  • bigquery: added table_constraints field to google_bigquery_table resource (#15815)
  • compute: added internal IPV6 support for google_compute_address and google_compute_instance resources (#15780)
  • containerattached: added binary_authorization field to google_container_attached_cluster resource (#15822)
  • containeraws: added update support for config.instance_type in container_aws_node_pool (#15862)
  • firestore: added point_in_time_recovery_enablement field to google_firestore_database resource (#15795)
  • firestore: added update_time and uid fields to google_firestore_database resource (#15823)
  • gkehub2: added labels, namespace_labels fields to google_gke_hub_namespace resource (#15732)
  • gkehub: added labels fields to google_gke_hub_scope resource (#15801)
  • gkeonprem: added upgrade_policy and binary_authorization fields in google_gkeonprem_bare_metal_cluster resource (beta) (#15765)
  • gkeonprem: added upgrade_policy field in google_gkeonprem_vmware_cluster resource (beta) (#15765)
  • secretmanager: added auto field to google_secret_manager_secret resource (#15793)
  • secretmanager: added deletion_policy field to google_secret_manager_secret_version resource (#15818)
  • storage: supported in-place update for autoclass field in google_storage_bucket resource (#15782)
  • vertexai: added public_endpoint_enabled to google_vertex_ai_index_endpoint (#15741)

BUG FIXES:

  • bigquerydatatransfer: fixed a bug when importing location of google_bigquery_data_transfer_config (#15734)
  • container: fixed concurrent ops' quota-error to be retriable in google_container_node_pool (#15820)
  • eventarc: resolved permadiff on event_content_type in eventarc_trigger, the field will now default to a value returned by the API when not set in configuration (#15862)
  • pipeline: fixed issue where certain google_dataflow_job instances would crash the provider (#15821)
  • provider: fixed a bug where user_project_override would not be not used correctly when provisioning resources implemented using the plugin framework. Currently there are no resources implemented this way, so no-one should have been impacted. (#15776)
  • pubsub: fixed issue where setting no_wrapper.write_metadata to false wasn't passed to the API for google_pubsub_subscription (#15758)
  • serviceaccount: added retries for reads after google_service_account creation if 403 Forbidden is returned. (#15760)
  • storage: fixed the failure in building a plan when a content value is expected on google_storage_bucket_object_content (#15735)

4.82.0 (September 11, 2023)

IMPROVEMENTS:

  • compute: added in-place update support for field enable_proxy_protocol in google_compute_service_attachment resource (#15716)
  • compute: added in-place update support for field reconcile_connections in google_compute_service_attachment resource (#15706)
  • compute: added in-place update support for field allowPscGlobalAccess in google_compute_forwarding_rule resource (#15691)
  • compute: promoted google_compute_region_instance_template to GA (#15710)
  • container: added additional options for field monitoring_config.enable_components in google_container_cluster resource (#15727)
  • gkehub: added labels field to google_gke_hub_scope_rbac_role_binding resource (#15729)
  • logging: added in-place update support for field unique_writer_identity in google_logging_project_sink resource (#15721)

... (truncated)

Commits
  • 027c3ec Add 4.83.0 changelog (#15854)
  • e207472 feat: add env block to cloud workstations resource. (#8911) (#15824)
  • 34f95d7 Firestore: Add missing fields to Firestore database (#8909) (#15823)
  • 5e121ee Support Binary Authorization. (#8915) (#15822)
  • 9e626fc Don't error out if dataflow api fails to return sdk pipeline options (#8902) ...
  • 68dc6cc Node pool operations should retry if they encountered quota error. (#8828) (#...
  • c0c6796 Add storageinsights product and ReportConfig resource type. (#8799) (#15819)
  • 4e75ffb Added deletion_policy field in google_secret_manager_secret_version resou...
  • eec6891 Add tests around how plugin framework provider configuration code handles `ba...
  • 3f32d4c Add BigQuery Table Constraints Field (#8885) (#15815)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 the dependencies Pull requests that update a dependency file label Sep 19, 2023
@dependabot dependabot bot force-pushed the dependabot/terraform/hashicorp/google-4.83.0 branch 4 times, most recently from f322642 to 2a71298 Compare September 20, 2023 16:54
@gnarea
Copy link
Contributor

gnarea commented Sep 20, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/terraform/hashicorp/google-4.83.0 branch 5 times, most recently from 694a8ef to 869a487 Compare September 23, 2023 10:49
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 4.80.0 to 4.83.0.
- [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.80.0...v4.83.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  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/hashicorp/google-4.83.0 branch from 869a487 to b01e61c Compare September 23, 2023 11:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #29.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-4.83.0 branch October 2, 2023 15:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments