Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump hashicorp/google from 6.4.0 to 6.5.0 (#63)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 6.4.0 to 6.5.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>v6.5.0</h2> <p>DEPRECATIONS:</p> <ul> <li>compute: deprecated <code>macsec.pre_shared_keys.fail_open</code> field in <code>google_compute_interconnect</code> resource. Use the new <code>macsec.fail_open</code> field instead (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19572">#19572</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_instance_group_manager</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19589">#19589</a>)</li> <li><strong>New Data Source:</strong> <code>google_privileged_access_manager_entitlement</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19580">#19580</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secret_version_access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19538">#19538</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secret_version</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19514">#19514</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secrets</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19532">#19532</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_router_nat_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19550">#19550</a>)</li> <li><strong>New Resource:</strong> <code>google_logging_log_scope</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19559">#19559</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>apigee: added <code>activate</code> field to <code>google_apigee_nat_address</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19591">#19591</a>)</li> <li>bigquery: added <code>biglake_configuration</code> field to <code>google_bigquery_table</code> resource to support BigLake Managed Tables (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19541">#19541</a>)</li> <li>cloudrunv2: promoted <code>scaling</code> field in <code>google_cloud_run_v2_service</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19588">#19588</a>)</li> <li>composer: promoted <code>config.workloads_config.cloud_data_lineage_integration</code> field in <code>google_composer_environment</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19612">#19612</a>)</li> <li>compute: added <code>existing_reservations</code> field to <code>google_compute_region_commitment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19585">#19585</a>)</li> <li>compute: added <code>hostname</code> field to <code>google_compute_instance</code> data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19607">#19607</a>)</li> <li>compute: added <code>initial_nat_ip</code> field to <code>google_compute_router_nat</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19550">#19550</a>)</li> <li>compute: added <code>macsec.fail_open</code> field to <code>google_compute_interconnect</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19572">#19572</a>)</li> <li>compute: added <code>SUSPENDED</code> as a possible value to <code>desired_state</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19586">#19586</a>)</li> <li>compute: added import support for <code>projects/{{project}}/meta-data/{{key}}</code> format for <code>google_compute_project_metadata_item</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19613">#19613</a>)</li> <li>compute: marked <code>customer_name</code> and <code>location</code> fields as optional in <code>google_compute_interconnect</code> resource to support cross cloud interconnect (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19619">#19619</a>)</li> <li>container: added <code>linux_node_config.hugepages_config</code> field to <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19521">#19521</a>)</li> <li>container: promoted <code>gcfs_config</code> field in <code>google_container_cluster</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19617">#19617</a>)</li> <li>looker: added <code>psc_enabled</code> and <code>psc_config</code> fields to <code>google_looker_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19523">#19523</a>)</li> <li>networkconnectivity: added <code>include_import_ranges</code> field to <code>google_network_connectivity_spoke</code> resource for <code>linked_vpn_tunnels</code>, <code>linked_interconnect_attachments</code> and <code>linked_router_appliance_instances</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19530">#19530</a>)</li> <li>secretmanagerregional: added <code>version_aliases</code> field to <code>google_secret_manager_regional_secret</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19514">#19514</a>)</li> <li>workbench: increased create timeout to 20 minutes for <code>google_workbench_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19551">#19551</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed in-place update of <code>google_bigquery_table</code> resource when <code>external_data_configuration.schema</code> field is set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19558">#19558</a>)</li> <li>bigquerydatapolicy: fixed permadiff on <code>policy_tag</code> field in <code>google_bigquery_datapolicy_data_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19563">#19563</a>)</li> <li>composer: fixed <code>storage_config.bucket</code> field to support a bucket name with or without "gs://" prefix (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19552">#19552</a>)</li> <li>container: added support for setting <code>addons_config.gcp_filestore_csi_driver_config</code> and <code>enable_autopilot</code> in the same <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19590">#19590</a>)</li> <li>container: fixed <code>node_config.kubelet_config</code> updates in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19562">#19562</a>)</li> <li>container: fixed a bug where specifying <code>node_pool_defaults.node_config_defaults</code> with <code>enable_autopilot = true</code> would cause <code>google_container_cluster</code> resource creation failure (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19543">#19543</a>)</li> <li>workbench: fixed a bug in the <code>google_workbench_instance</code> resource where the removal of <code>labels</code> was not functioning as expected (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19620">#19620</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>6.5.0 (September 30, 2024)</h2> <p>DEPRECATIONS:</p> <ul> <li>compute: deprecated <code>macsec.pre_shared_keys.fail_open</code> field in <code>google_compute_interconnect</code> resource. Use the new <code>macsec.fail_open</code> field instead (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19572">#19572</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_instance_group_manager</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19589">#19589</a>)</li> <li><strong>New Data Source:</strong> <code>google_privileged_access_manager_entitlement</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19580">#19580</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secret_version_access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19538">#19538</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secret_version</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19514">#19514</a>)</li> <li><strong>New Data Source:</strong> <code>google_secret_manager_regional_secrets</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19532">#19532</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_router_nat_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19550">#19550</a>)</li> <li><strong>New Resource:</strong> <code>google_logging_log_scope</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19559">#19559</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>apigee: added <code>activate</code> field to <code>google_apigee_nat_address</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19591">#19591</a>)</li> <li>bigquery: added <code>biglake_configuration</code> field to <code>google_bigquery_table</code> resource to support BigLake Managed Tables (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19541">#19541</a>)</li> <li>cloudrunv2: promoted <code>scaling</code> field in <code>google_cloud_run_v2_service</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19588">#19588</a>)</li> <li>composer: promoted <code>config.workloads_config.cloud_data_lineage_integration</code> field in <code>google_composer_environment</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19612">#19612</a>)</li> <li>compute: added <code>existing_reservations</code> field to <code>google_compute_region_commitment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19585">#19585</a>)</li> <li>compute: added <code>hostname</code> field to <code>google_compute_instance</code> data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19607">#19607</a>)</li> <li>compute: added <code>initial_nat_ip</code> field to <code>google_compute_router_nat</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19550">#19550</a>)</li> <li>compute: added <code>macsec.fail_open</code> field to <code>google_compute_interconnect</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19572">#19572</a>)</li> <li>compute: added <code>SUSPENDED</code> as a possible value to <code>desired_state</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19586">#19586</a>)</li> <li>compute: added import support for <code>projects/{{project}}/meta-data/{{key}}</code> format for <code>google_compute_project_metadata_item</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19613">#19613</a>)</li> <li>compute: marked <code>customer_name</code> and <code>location</code> fields as optional in <code>google_compute_interconnect</code> resource to support cross cloud interconnect (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19619">#19619</a>)</li> <li>container: added <code>linux_node_config.hugepages_config</code> field to <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19521">#19521</a>)</li> <li>container: promoted <code>gcfs_config</code> field in <code>google_container_cluster</code> resource to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19617">#19617</a>)</li> <li>looker: added <code>psc_enabled</code> and <code>psc_config</code> fields to <code>google_looker_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19523">#19523</a>)</li> <li>networkconnectivity: added <code>include_import_ranges</code> field to <code>google_network_connectivity_spoke</code> resource for <code>linked_vpn_tunnels</code>, <code>linked_interconnect_attachments</code> and <code>linked_router_appliance_instances</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19530">#19530</a>)</li> <li>secretmanagerregional: added <code>version_aliases</code> field to <code>google_secret_manager_regional_secret</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19514">#19514</a>)</li> <li>workbench: increased create timeout to 20 minutes for <code>google_workbench_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19551">#19551</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed in-place update of <code>google_bigquery_table</code> resource when <code>external_data_configuration.schema</code> field is set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19558">#19558</a>)</li> <li>bigquerydatapolicy: fixed permadiff on <code>policy_tag</code> field in <code>google_bigquery_datapolicy_data_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19563">#19563</a>)</li> <li>composer: fixed <code>storage_config.bucket</code> field to support a bucket name with or without "gs://" prefix (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19552">#19552</a>)</li> <li>container: added support for setting <code>addons_config.gcp_filestore_csi_driver_config</code> and <code>enable_autopilot</code> in the same <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19590">#19590</a>)</li> <li>container: fixed <code>node_config.kubelet_config</code> updates in <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19562">#19562</a>)</li> <li>container: fixed a bug where specifying <code>node_pool_defaults.node_config_defaults</code> with <code>enable_autopilot = true</code> would cause <code>google_container_cluster</code> resource creation failure (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19543">#19543</a>)</li> <li>workbench: fixed a bug in the <code>google_workbench_instance</code> resource where the removal of <code>labels</code> was not functioning as expected (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19620">#19620</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/2f104745123b975ba96b1eb9db0deab4caa25a5b"><code>2f10474</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19672">#19672</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/5976eb52435e0cf849bb8c1896f56db1aa7d3569"><code>5976eb5</code></a> Revert the promotion of Port Mapping NEGs from GA to Beta (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11854">#11854</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19684">#19684</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/d615f6627ec06ceaeabc1216e86b77f72fa554f3"><code>d615f66</code></a> Revert "upgrade dcl version to v1.73.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11804">#11804</a>)" (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11862">#11862</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19673">#19673</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/165d6ad6a872ede205780ff887d59c3313c1d163"><code>165d6ad</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19666">#19666</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/46a9478611b8bbffe20fb6edf6627a7f00be7259"><code>46a9478</code></a> workbench: Fix a bug with instance labels being removed not working as expect...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e60fd97f083f144f65c2f93bf31dc6846b1bc839"><code>e60fd97</code></a> Marked customer_name field as optional for interconnect resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11640">#11640</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1">#1</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/b8ca8c75a9ea133b3b3f4466e620a9acbc519bf0"><code>b8ca8c7</code></a> fixed flaky test TestAccSecurityCenterManagement (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11756">#11756</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19618">#19618</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/629088f88c7af01ee16f0f048e5509df438fa58e"><code>629088f</code></a> container: bump gcsfs to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11542">#11542</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19617">#19617</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6554ab1d5622c1f8c2de6815e38d8c2c015b9cf8"><code>6554ab1</code></a> upgrade dcl version to v1.73.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11804">#11804</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19616">#19616</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/11a51984beade86c4616779049aaff122eb95d83"><code>11a5198</code></a> Skip test that fails in replaying (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11796">#11796</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19614">#19614</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v6.4.0...v6.5.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=6.4.0&new-version=6.5.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