Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.19.0 to 5.20.0 (#42)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.19.0 to 5.20.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.20.0</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Resource:</strong> <code>google_clouddeploy_custom_target_type_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17445">#17445</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>certificatemanager: added <code>type</code> field to <code>google_certificate_manager_dns_authorization</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17459">#17459</a>)</li>
<li>compute: added the <code>network_url</code> attribute to the <code>consumer_accept_list</code>-block of the <code>google_compute_service_attachment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17492">#17492</a>)</li>
<li>gkehub: added support for <code>policycontroller.policy_controller_hub_config.policy_content.bundles</code> and
<code>policycontroller.policy_controller_hub_config.deployment_configs</code> fields to <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17483">#17483</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>artifactregistry: fixed permadiff when <code>google_artifact_repository.docker_config</code> field is unset (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17484">#17484</a>)</li>
<li>bigquery: corrected plan-time validation on <code>google_bigquery_dataset.dataset_id</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17449">#17449</a>)</li>
<li>kms: fixed issue where <code>google_kms_crypto_key_version.attestation.cert_chains</code> properties were incorrectly set to type string (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17486">#17486</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.20.0 (Mar 11, 2024)</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Resource:</strong> <code>google_clouddeploy_custom_target_type_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17445">#17445</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>certificatemanager: added <code>type</code> field to <code>google_certificate_manager_dns_authorization</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17459">#17459</a>)</li>
<li>compute: added the <code>network_url</code> attribute to the <code>consumer_accept_list</code>-block of the <code>google_compute_service_attachment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17492">#17492</a>)</li>
<li>gkehub: added support for <code>policycontroller.policy_controller_hub_config.policy_content.bundles</code> and
<code>policycontroller.policy_controller_hub_config.deployment_configs</code> fields to <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17483">#17483</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>artifactregistry: fixed permadiff when <code>google_artifact_repository.docker_config</code> field is unset (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17484">#17484</a>)</li>
<li>bigquery: corrected plan-time validation on <code>google_bigquery_dataset.dataset_id</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17449">#17449</a>)</li>
<li>kms: fixed issue where <code>google_kms_crypto_key_version.attestation.cert_chains</code> properties were incorrectly set to type string (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17486">#17486</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/12088ed343dc1e81de23d5b633cae8097e1dcf15"><code>12088ed</code></a> release 5.20.0 changelog (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17526">#17526</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/8ac20c5fdde63694f7338ce5865ace982cee9ec5"><code>8ac20c5</code></a> previous changelog</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/7bfec68c20de9479f9c818198267ec42da8e4f34"><code>7bfec68</code></a> Switch to issue form for developer productivity (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17488">#17488</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/03376eed84789890ab8959af5e8b1bdb0aa2956f"><code>03376ee</code></a> Update the GCF resource to reflect transition from Container Registry to Arti...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/063c48dc0ac5e8cda8811e7c1c6b6dbb80476b49"><code>063c48d</code></a> add network_url attribute in consumer_accept_list block of google_compute_ser...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/197eb5127caec65a8bc030d913fedf06051b631b"><code>197eb51</code></a> Address dependency issues in TestAccFirestoreField_* tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9957">#9957</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17490">#17490</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/135b6f4cad88f466e9c9c7695498d435ab1139b6"><code>135b6f4</code></a> Added issue form for developer productivity (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17424">#17424</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c368e093c0448931416d51e77f0829c469be32e7"><code>c368e09</code></a> fix(kms): certificate chain type to array of strings (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9582">#9582</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17486">#17486</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/9a5e3a0689d92ad560282760a7a858149af57381"><code>9a5e3a0</code></a> fix permadiff by reading empty docker_config field (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10113">#10113</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17484">#17484</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/b05aedf40c2e905614c29e391476eff9e9e63baf"><code>b05aedf</code></a> Add support for string --&gt; object map for DCL resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10039">#10039</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17483">#17483</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.19.0...v5.20.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.19.0&new-version=5.20.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 Mar 18, 2024
1 parent 3c25010 commit 0d17c48
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 0d17c48

Please sign in to comment.