Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 6.8.0 to 6.9.0 (#67)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 6.8.0 to 6.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>v6.9.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>containerattached: deprecated <code>security_posture_config</code> field in <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19912">#19912</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_oracle_database_autonomous_database</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19903">#19903</a>)</li>
<li><strong>New Data Source:</strong> <code>google_oracle_database_autonomous_databases</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19901">#19901</a>)</li>
<li><strong>New Data Source:</strong> <code>google_oracle_database_cloud_exadata_infrastructures</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19884">#19884</a>)</li>
<li><strong>New Data Source:</strong> <code>google_oracle_database_cloud_vm_clusters</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19900">#19900</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_app_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19921">#19921</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_developer</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19911">#19911</a>)</li>
<li><strong>New Resource:</strong> <code>google_network_connectivity_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19902">#19902</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute: <code>google_compute_network_firewall_policy_association</code> now uses MMv1 engine instead of DCL. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976">#19976</a>)</li>
<li>compute: <code>google_compute_region_network_firewall_policy_association</code> now uses MMv1 engine instead of DCL. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976">#19976</a>)</li>
<li>compute: added <code>creation_timestamp</code> field to <code>google_compute_instance</code>, <code>google_compute_instance_template</code>, <code>google_compute_region_instance_template</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19906">#19906</a>)</li>
<li>compute: added <code>key_revocation_action_type</code> to <code>google_compute_instance</code> and related resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19952">#19952</a>)</li>
<li>looker: added <code>deletion_policy</code> to <code>google_looker_instance</code> to allow force-destroying instances with nested resources by setting <code>deletion_policy = FORCE</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19924">#19924</a>)</li>
<li>monitoring: added <code>alert_strategy.notification_prompts</code> field to <code>google_monitoring_alert_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19928">#19928</a>)</li>
<li>storage: added <code>hierarchical_namespace</code> to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19882">#19882</a>)</li>
<li>sql: removed the client-side default of <code>ENTERPRISE</code> for <code>edition</code> in <code>google_sql_database_instance</code> so that <code>edition</code> is determined by the API when unset. This will cause new instances to use <code>ENTERPRISE_PLUS</code> as the default for POSTGRES_16. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19977">#19977</a>)</li>
<li>vmwareengine: added <code>autoscaling_settings</code> to <code>google_vmwareengine_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19962">#19962</a>)</li>
<li>workstations: added <code>max_usable_workstations</code> field to <code>google_workstations_workstation_config</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19872">#19872</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>compute: fixed an issue where immutable <code>distribution_zones</code> was incorrectly sent to the API when updating <code>distribution_policy_target_shape</code> in <code>google_compute_region_instance_group_manager</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19949">#19949</a>)</li>
<li>container: fixed a crash in <code>google_container_node_pool</code> caused by an occasional nil pointer (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19922">#19922</a>)</li>
<li>essentialcontacts: fixed <code>google_essential_contacts_contact</code> import to include required parent field. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19877">#19877</a>)</li>
<li>sql: made <code>google_sql_database_instance.0.settings.0.data_cache_config</code> accept server-side changes when unset. When unset, no diffs will be created when instances change in <code>edition</code> and the feature is enabled or disabled as a result. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19972">#19972</a>)</li>
<li>storage: removed retry on 404s during refresh for <code>google_storage_bucket</code>, preventing hanging when refreshing deleted buckets (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19964">#19964</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.9.0 (Unreleased)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/39e428df10a564df7f5552a7ef0fd524cf524da5"><code>39e428d</code></a> Add 6.9.0 CHANGELOG (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/20013">#20013</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/db410f494a26a557739a6d7b4958bde74e917638"><code>db410f4</code></a> Allow ENTERPRISE_PLUS as default Edition for POSTGRES_16 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12077">#12077</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19977">#19977</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/62718745dba5ce94cb2d8cfe2d63b19c10680c66"><code>6271874</code></a> Migrate Network Firewall Policy Association (global and region) resource from...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/d99ec20da1451fae35bdcfb143aafbddafca3eb6"><code>d99ec20</code></a> Update CMEK usage in Bigquery tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11953">#11953</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19975">#19975</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/511fcdb02a642b1a7022a3161532db31598372a4"><code>511fcdb</code></a> Update Google APIs to v201 to include recent changes to GKE. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12042">#12042</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19974">#19974</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/f2a4079fad922d1e400fd22f029ce09af29cc798"><code>f2a4079</code></a> Add a magician command for reassigning reviewers (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12049">#12049</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19973">#19973</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/1f94e31f3c11b02d41d059b5b0096fd4b2306b41"><code>1f94e31</code></a> Mark <code>google_sql_database_instance.settings.data_cache_config</code> Computed (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/120">#120</a>...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4e4118b53fe5acd93807c2d906d503248b0c3ae0"><code>4e4118b</code></a> Remove bad timeouts from GKE tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12092">#12092</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19971">#19971</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c46d322350f17b1487565f4a202de38d0d099e1e"><code>c46d322</code></a> Bump GKE Hub Feature versions (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12091">#12091</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19969">#19969</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e2bf2f8235100aa0604fc8721e9b203afec0bc62"><code>e2bf2f8</code></a> add Principal Access Boundary Admin to pab service account (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12072">#12072</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19968">#19968</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v6.8.0...v6.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=6.8.0&new-version=6.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 Nov 4, 2024
1 parent aff9388 commit 241fc9d
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 241fc9d

Please sign in to comment.