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

fix(deps): Bump hashicorp/google from 4.82.0 to 4.83.0 #13

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google from 4.82.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)
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)
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)

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 4.82.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.82.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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@github-actions github-actions bot added the automerge Allow kodiak to automerge commit when all checks pass label Sep 25, 2023
@kodiakhq kodiakhq bot merged commit 57557ca into main Sep 25, 2023
8 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/terraform/hashicorp/google-4.83.0 branch September 25, 2023 06:44
@github-actions
Copy link

🎉 This PR is included in version 1.4.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Allow kodiak to automerge commit when all checks pass dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants