Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.10.0 to 5.11.0 (#32)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.10.0 to 5.11.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.11.0</h2>
<p>NOTES:</p>
<ul>
<li>compute: changed underlying actuation engine for <code>google_network_firewall_policy</code> and <code>google_region_network_firewall_policy</code>, there should be no user-facing impact (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16837">#16837</a>)</li>
</ul>
<p>DEPRECATIONS:</p>
<ul>
<li>gkehub2: deprecated field <code>configmanagement.config_sync.oci.version</code> in <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16818">#16818</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_compute_reservation</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16860">#16860</a>)</li>
<li><strong>New Resource:</strong> <code>google_integration_connectors_endpoint_attachment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16822">#16822</a>)</li>
<li><strong>New Resource:</strong> <code>google_logging_folder_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16800">#16800</a>)</li>
<li><strong>New Resource:</strong> <code>google_logging_organization_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16800">#16800</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_active_directory</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16844">#16844</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_online_store</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16840">#16840</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16842">#16842</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_backup_vault</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16876">#16876</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>bigqueryanalyticshub: added <code>restricted_export_config</code> field to <code>google_bigquery_analytics_hub_listing </code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16850">#16850</a>)</li>
<li>composer: added support for <code>composer_internal_ipv4_cidr_block</code> field to <code>google_composer_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16815">#16815</a>)</li>
<li>compute: added <code>provisioned_iops</code>and <code>provisioned_throughput</code> fields under <code>boot_disk.initialize_params</code> to <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16871">#16871</a>)</li>
<li>compute: added <code>resource_manager_tags</code> and <code>disk.resource_manager_tags</code> for <code>google_compute_instance_template</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16889">#16889</a>)</li>
<li>compute: added <code>resource_manager_tags</code> and <code>disk.resource_manager_tags</code> for <code>google_compute_region_instance_template</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16889">#16889</a>)</li>
<li>dataproc: added <code>auxiliary_node_groups</code> field to <code>google_dataproc_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16798">#16798</a>)</li>
<li>edgecontainer: increased default timeout on <code>google_edgecontainer_cluster</code>, <code>google_edgecontainer_node_pool</code> to 480m from 60m (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16886">#16886</a>)</li>
<li>gkehub2: added field <code>version</code> under <code>configmanagement</code> in <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16818">#16818</a>)</li>
<li>kms: added output-only field <code>primary</code> to <code>google_kms_crypto_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16845">#16845</a>)</li>
<li>metastore: added <code>endpoint_protocol</code>, <code>metadata_integration</code>, and <code>auxiliary_versions</code> to <code>google_dataproc_metastore_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16823">#16823</a>)</li>
<li>sql: added support for IAM GROUP authentication in the <code>type</code> field of <code>google_sql_user</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16853">#16853</a>)</li>
<li>storagetransfer: made <code>name</code> field settable on <code>google_storage_transfer_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16838">#16838</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>container: added check that <code>node_version</code> and <code>min_master_version</code> are the same on create of <code>google_container_cluster</code>, when running terraform plan (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16817">#16817</a>)</li>
<li>container: fixed a bug where disabling PDCSI addon <code>gce_persistent_disk_csi_driver_config</code> during creation will result in permadiff in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16794">#16794</a>)</li>
<li>container: fixed an issue in which migrating from the deprecated Binauthz enablement bool to the new evaluation mode enum inadvertently caused two cluster update events, instead of none. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16851">#16851</a>)</li>
<li>containerattached: fixed crash when updating a cluster to remove <code>admin_users</code> or <code>admin_groups</code> in <code>google_container_attached_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16852">#16852</a>)</li>
<li>dialogflowcx: fixed a permadiff in the <code>git_integration_settings</code> field of <code>google_diagflow_cx_agent</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16803">#16803</a>)</li>
<li>monitoring: fixed the index out of range crash in <code>dashboard_json</code> for the resource <code>google_monitoring_dashboard</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16792">#16792</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.11.0 (Jan 08, 2024)</h2>
<p>NOTES:</p>
<ul>
<li>compute: changed underlying actuation engine for <code>google_network_firewall_policy</code> and <code>google_region_network_firewall_policy</code>, there should be no user-facing impact (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16837">#16837</a>)</li>
</ul>
<p>DEPRECATIONS:</p>
<ul>
<li>gkehub2: deprecated field <code>configmanagement.config_sync.oci.version</code> in <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16818">#16818</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_compute_reservation</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16860">#16860</a>)</li>
<li><strong>New Resource:</strong> <code>google_integration_connectors_endpoint_attachment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16822">#16822</a>)</li>
<li><strong>New Resource:</strong> <code>google_logging_folder_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16800">#16800</a>)</li>
<li><strong>New Resource:</strong> <code>google_logging_organization_settings</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16800">#16800</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_active_directory</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16844">#16844</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_online_store</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16840">#16840</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16842">#16842</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_backup_vault</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16876">#16876</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>bigqueryanalyticshub: added <code>restricted_export_config</code> field to <code>google_bigquery_analytics_hub_listing </code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16850">#16850</a>)</li>
<li>composer: added support for <code>composer_internal_ipv4_cidr_block</code> field to <code>google_composer_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16815">#16815</a>)</li>
<li>compute: added <code>provisioned_iops</code>and <code>provisioned_throughput</code> fields under <code>boot_disk.initialize_params</code> to <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16871">#16871</a>)</li>
<li>compute: added <code>resource_manager_tags</code> and <code>disk.resource_manager_tags</code> for <code>google_compute_instance_template</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16889">#16889</a>)</li>
<li>compute: added <code>resource_manager_tags</code> and <code>disk.resource_manager_tags</code> for <code>google_compute_region_instance_template</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16889">#16889</a>)</li>
<li>dataproc: added <code>auxiliary_node_groups</code> field to <code>google_dataproc_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16798">#16798</a>)</li>
<li>edgecontainer: increased default timeout on <code>google_edgecontainer_cluster</code>, <code>google_edgecontainer_node_pool</code> to 480m from 60m (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16886">#16886</a>)</li>
<li>gkehub2: added field <code>version</code> under <code>configmanagement</code> in <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16818">#16818</a>)</li>
<li>kms: added output-only field <code>primary</code> to <code>google_kms_crypto_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16845">#16845</a>)</li>
<li>metastore: added <code>endpoint_protocol</code>, <code>metadata_integration</code>, and <code>auxiliary_versions</code> to <code>google_dataproc_metastore_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16823">#16823</a>)</li>
<li>sql: added support for IAM GROUP authentication in the <code>type</code> field of <code>google_sql_user</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16853">#16853</a>)</li>
<li>storagetransfer: made <code>name</code> field settable on <code>google_storage_transfer_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16838">#16838</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>container: added check that <code>node_version</code> and <code>min_master_version</code> are the same on create of <code>google_container_cluster</code>, when running terraform plan (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16817">#16817</a>)</li>
<li>container: fixed a bug where disabling PDCSI addon <code>gce_persistent_disk_csi_driver_config</code> during creation will result in permadiff in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16794">#16794</a>)</li>
<li>container: fixed an issue in which migrating from the deprecated Binauthz enablement bool to the new evaluation mode enum inadvertently caused two cluster update events, instead of none. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16851">#16851</a>)</li>
<li>containerattached: fixed crash when updating a cluster to remove <code>admin_users</code> or <code>admin_groups</code> in <code>google_container_attached_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16852">#16852</a>)</li>
<li>dialogflowcx: fixed a permadiff in the <code>git_integration_settings</code> field of <code>google_diagflow_cx_agent</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16803">#16803</a>)</li>
<li>monitoring: fixed the index out of range crash in <code>dashboard_json</code> for the resource <code>google_monitoring_dashboard</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16792">#16792</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/dd8fb18c0a370f780710ceba2433df910b37b2dd"><code>dd8fb18</code></a> Release 5.11.0 changelog (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16903">#16903</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/cf66153d631b54bd977ce8a2a927829fb7317221"><code>cf66153</code></a> Refactor <code>networkName</code> in TestAccComputeNetwork_* (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9713">#9713</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16891">#16891</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/badc26b2836a394149e3a7c9e1cd18cfd8ed8531"><code>badc26b</code></a> Add missing depends_on arguments in various acceptance tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9654">#9654</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16890">#16890</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/cfb5307ac46d5b58bbd46f9d4c28fa43102d8420"><code>cfb5307</code></a> <a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16356">#16356</a> Add support for resource manager tags for google_compute_instance_te...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/23172e51b8ba36881bdaad1db1587dacadee1f6f"><code>23172e5</code></a> Software and workloads configs (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9653">#9653</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16887">#16887</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/910c6624b403526059f7771d4a0c2e7ed0f6f9a1"><code>910c662</code></a> Update edgecontainer cluster/node-pool timeout (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9726">#9726</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16886">#16886</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/3cf33f21079d0a02d920554256b0b309e91d6155"><code>3cf33f2</code></a> Add missing depends_on in TestAccComputeImage_imageEncryptionKey (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9673">#9673</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16">#16</a>...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/8672cef86ede3be7b29b195ebfd00b08325c0e32"><code>8672cef</code></a> Add Cloud Deploy Automation (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9562">#9562</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16877">#16877</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/172f911b7a98983d3d8fc3bdd5b3cfb001cb5538"><code>172f911</code></a> Netapp backup vault (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9687">#9687</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16876">#16876</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/27f6e11e83be91043f453991014c1e4985da2ec8"><code>27f6e11</code></a> Add support of provisioned iops and throughput on boot disk. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9649">#9649</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16871">#16871</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.10.0...v5.11.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.10.0&new-version=5.11.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 Jan 15, 2024
1 parent d191e84 commit 359e07b
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 359e07b

Please sign in to comment.