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 5.23.0 to 5.24.0 (#47)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.23.0 to 5.24.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.24.0</h2> <p>IMPROVEMENTS:</p> <ul> <li>container: added <code>enable_cilium_clusterwide_network_policy</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17738">#17738</a>)</li> <li>container: added <code>node_pool_auto_config.resource_manager_tags</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17715">#17715</a>)</li> <li>gkeonprem: added <code>disable_bundled_ingress</code> field to <code>google_gkeonprem_vmware_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17718">#17718</a>)</li> <li>redis: added <code>node_type</code> and <code>precise_size_gb</code> fields to <code>google_redis_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17742">#17742</a>)</li> <li>storage: added <code>project_number</code> attribute to <code>google_storage_bucket</code> resource and data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17719">#17719</a>)</li> <li>storage: added ability to provide <code>project</code> argument to <code>google_storage_bucket</code> data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17719">#17719</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>appengine: fixed a crash in <code>google_app_engine_flexible_app_version</code> due to the <code>deployment</code> field not being returned by the API (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17744">#17744</a>)</li> <li>bigquery: fixed a crash when <code>google_bigquery_table</code> had a <code>primary_key.columns</code> entry set to <code>""</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17721">#17721</a>)</li> <li>compute: fixed update scenarios on<code>google_compute_region_target_https_proxy</code> and <code>google_compute_target_https_proxy</code> resources. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17733">#17733</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.24.0 (Apr 8, 2024)</h2> <p>IMPROVEMENTS:</p> <ul> <li>container: added <code>enable_cilium_clusterwide_network_policy</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17738">#17738</a>)</li> <li>container: added <code>node_pool_auto_config.resource_manager_tags</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17715">#17715</a>)</li> <li>gkeonprem: added <code>disable_bundled_ingress</code> field to <code>google_gkeonprem_vmware_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17718">#17718</a>)</li> <li>redis: added <code>node_type</code> and <code>precise_size_gb</code> fields to <code>google_redis_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17742">#17742</a>)</li> <li>storage: added <code>project_number</code> attribute to <code>google_storage_bucket</code> resource and data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17719">#17719</a>)</li> <li>storage: added ability to provide <code>project</code> argument to <code>google_storage_bucket</code> data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17719">#17719</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>appengine: fixed a crash in <code>google_app_engine_flexible_app_version</code> due to the <code>deployment</code> field not being returned by the API (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17744">#17744</a>)</li> <li>bigquery: fixed a crash when <code>google_bigquery_table</code> had a <code>primary_key.columns</code> entry set to <code>""</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17721">#17721</a>)</li> <li>compute: fixed update scenarios on<code>google_compute_region_target_https_proxy</code> and <code>google_compute_target_https_proxy</code> resources. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17733">#17733</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/426a3f36c385505bce150359e66dcda76981f131"><code>426a3f3</code></a> release notes ga - 5.24.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17774">#17774</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/1c1d44aa599ef461f4a97ed229a9ebee6a82a2e3"><code>1c1d44a</code></a> Revert "fixed permission issues when activating a sub-CA in a different regio...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/fa17f2d0cdc489b17e5b8262fa960b008bf6b432"><code>fa17f2d</code></a> fixed permission issues when activating a sub-CA in a different region (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1035">#1035</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/2437b06b1c79c0dd43fa61abe0851d3b57a1896f"><code>2437b06</code></a> Update examples to use LOOKER_CORE_STANDARD_ANNUAL edition (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10325">#10325</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17750">#17750</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/8f5edbbc0dde4972b1c021f9bf320862adee23dd"><code>8f5edbb</code></a> docs: Document that the max allowed retention for Firestore backup schedules ...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/cbb309f213b64b0902bd914e424581fbe04d9438"><code>cbb309f</code></a> Test Fix: TestAccDataprocCluster_spotWithAuxiliaryNodeGroups (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10307">#10307</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17747">#17747</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/57abbe6785d834ba13483563de4cf9524d4d908e"><code>57abbe6</code></a> Updating Documentation for exchanging credentials with the kubernetes… (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1015">#1015</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/d33fc9c908d069d70348ff9ccef92d53e392b8da"><code>d33fc9c</code></a> Ignore read on FlexibleAppVersion deployment (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10330">#10330</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17744">#17744</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/807b5d9486771d74ca70d8689554855ec4942af8"><code>807b5d9</code></a> Adding nodeType field in the terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10090">#10090</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17742">#17742</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/75e4d03af831dcfe15e32a9b50238e02ae17a039"><code>75e4d03</code></a> Changelog 04-01-23 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17739">#17739</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.23.0...v5.24.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.23.0&new-version=5.24.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