Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.8.0 to 5.9.0 (#30)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.8.0 to 5.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/releases">hashicorp/google's releases</a>.</em></p>
<blockquote>
<h2>v5.9.0</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_logging_folder_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_logging_organization_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_logging_project_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_network_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16639">#16639</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_nsx_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16669">#16669</a>)</li>
<li><strong>New Resource:</strong> <code>google_scc_event_threat_detection_custom_module</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16649">#16649</a>)</li>
<li><strong>New Resource:</strong> <code>google_secure_source_manager_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16637">#16637</a>)</li>
<li><strong>New Resource:</strong> <code>google_vmwareengine_network_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16639">#16639</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>bigqueryconnection: added <code>spark</code> support to <code>google_bigquery_connection</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16677">#16677</a>)</li>
<li>cloudidentity: added <code>expiry_detail</code> field to <code>google_cloud_identity_group_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16643">#16643</a>)</li>
<li>container: added <code>autoscaling_profile</code> field in the <code>cluster_autoscaling</code> block in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16653">#16653</a>)</li>
<li>gkehub: added <code>default_cluster_config</code> field to <code>google_gke_hub_fleet</code> resource  (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16630">#16630</a>)</li>
<li>gkehub: added <code>binary_authorization_config</code> field to <code>google_gke_hub_fleet</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16674">#16674</a>)</li>
<li>sql: added support for in-place updates to the <code>edition</code> field in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16629">#16629</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>artifactregistry: fixed permadiff due to unsorted <code>virtual_repository_config</code> array in <code>google_artifact_registry_repository</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16646">#16646</a>)</li>
<li>container: made <code>dns_config</code> field updatable on <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16652">#16652</a>)</li>
<li>dlp: added conflicting field validation in the <code>storage_config.timespan_config</code> block in <code>data_loss_prevention_job_trigger</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16628">#16628</a>)</li>
<li>dlp: updated the <code>storage_config.timespan_config.timestamp_field</code> field in <code>data_loss_prevention_job_trigger</code> to be optional (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16628">#16628</a>)</li>
<li>firestore: added retries during creation of <code>google_firestore_index</code> resources to address retryable 409 code API errors (&quot;Please retry, underlying data changed&quot;, and &quot;Aborted due to cross-transaction contention&quot;) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16618">#16618</a>, <a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16670">#16670</a>)</li>
<li>storage: fixed unexpected <code>lifecycle_rule</code> conditions being added for <code>google_storage_bucket</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16683">#16683</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md">hashicorp/google's changelog</a>.</em></p>
<blockquote>
<h2>5.9.0 (Dec 11, 2023)</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_logging_folder_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_logging_organization_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_logging_project_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16658">#16658</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_network_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16639">#16639</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_nsx_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16669">#16669</a>)</li>
<li><strong>New Resource:</strong> <code>google_scc_event_threat_detection_custom_module</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16649">#16649</a>)</li>
<li><strong>New Resource:</strong> <code>google_secure_source_manager_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16637">#16637</a>)</li>
<li><strong>New Resource:</strong> <code>google_vmwareengine_network_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16639">#16639</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>bigqueryconnection: added <code>spark</code> support to <code>google_bigquery_connection</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16677">#16677</a>)</li>
<li>cloudidentity: added <code>expiry_detail</code> field to <code>google_cloud_identity_group_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16643">#16643</a>)</li>
<li>container: added <code>autoscaling_profile</code> field in the <code>cluster_autoscaling</code> block in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16653">#16653</a>)</li>
<li>gkehub: added <code>default_cluster_config</code> field to <code>google_gke_hub_fleet</code> resource  (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16630">#16630</a>)</li>
<li>gkehub: added <code>binary_authorization_config</code> field to <code>google_gke_hub_fleet</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16674">#16674</a>)</li>
<li>sql: added support for in-place updates to the <code>edition</code> field in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16629">#16629</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>artifactregistry: fixed permadiff due to unsorted <code>virtual_repository_config</code> array in <code>google_artifact_registry_repository</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16646">#16646</a>)</li>
<li>container: made <code>dns_config</code> field updatable on <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16652">#16652</a>)</li>
<li>dlp: added conflicting field validation in the <code>storage_config.timespan_config</code> block in <code>data_loss_prevention_job_trigger</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16628">#16628</a>)</li>
<li>dlp: updated the <code>storage_config.timespan_config.timestamp_field</code> field in <code>data_loss_prevention_job_trigger</code> to be optional (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16628">#16628</a>)</li>
<li>firestore: added retries during creation of <code>google_firestore_index</code> resources to address retryable 409 code API errors (&quot;Please retry, underlying data changed&quot;, and &quot;Aborted due to cross-transaction contention&quot;) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16618">#16618</a>, <a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16670">#16670</a>)</li>
<li>storage: fixed unexpected <code>lifecycle_rule</code> conditions being added for <code>google_storage_bucket</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16683">#16683</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4a8a493c209665bb8d91e907d781ab559966ec28"><code>4a8a493</code></a> Update CHANGELOG.md for v5.9.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16752">#16752</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/eff923cabb43314f946b7804206c603191ba5061"><code>eff923c</code></a> Revert &quot; add support for IAM Group authentication to google_sql_user (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9578">#9578</a>)&quot;...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/a95e84a13795c80f8adf9b4d7dae9ebfc1418377"><code>a95e84a</code></a> Fix Adding Unexpected Conditions (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9547">#9547</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16683">#16683</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/070e86810b7b8727cc2962c76a65cf66513ab67a"><code>070e868</code></a> migrating router-bgp-peer to be a handwritten resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9559">#9559</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16682">#16682</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/0ecdc7fd5df85d870f0c57bb290660763da7c477"><code>0ecdc7f</code></a> add support for IAM Group authentication to google_sql_user (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9578">#9578</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16681">#16681</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/2edc05fe6a6243243e9cc36c7aa6af7eaa15f12f"><code>2edc05f</code></a> Update CHANGELOG.md after 5.8.0 release (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16673">#16673</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/87d0dab7153db627d574c4b01971b120839c70e7"><code>87d0dab</code></a> bigquery connection - spark connection type (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/7498">#7498</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16677">#16677</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/3031a1529b7a43bf98d1baf766f3cb0c1a345f3a"><code>3031a15</code></a> docs: remove app engine warning on <code>cloud_tasks_queue</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/8342">#8342</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16676">#16676</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/856c3378d6d9f93188b3d7eec1de732822acb7d3"><code>856c337</code></a> Cloud Run v2 limits examples and docs (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9563">#9563</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16675">#16675</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/5a0f75e182c4a36e9395727a1514d8a99333080c"><code>5a0f75e</code></a> [GKE Hub]: Add Fleet binary authorization config (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9545">#9545</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16674">#16674</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.8.0...v5.9.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google&package-manager=terraform&previous-version=5.8.0&new-version=5.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent c942b4a commit fa8a3f3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa8a3f3

Please sign in to comment.