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.25.0 to 5.26.0 (#49)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.25.0 to 5.26.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.26.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_project_iam_member_remove</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17871">#17871</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>apigee: added support for <code>api_consumer_data_location</code>, <code>api_consumer_data_encryption_key_name</code>, and <code>control_plane_encryption_key_name</code> in <code>google_apigee_organization</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17874">#17874</a>)</li> <li>artifactregistry: added <code>remote_repository_config.<facade>_repository.custom_repository.uri</code> field to <code>google_artifact_registry_repository</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17840">#17840</a>)</li> <li>bigquery: added <code>resource_tags</code> field to <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17876">#17876</a>)</li> <li>billing: added <code>ownership_scope</code> field to <code>google_billing_budget</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17868">#17868</a>)</li> <li>cloudfunctions2: added <code>build_config.service_account</code> field to <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17841">#17841</a>)</li> <li>resourcemanager: added the field <code>api_method</code> to datasource <code>google_active_folder</code> so you can use either <code>SEARCH</code> or <code>LIST</code> to find your folder (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17877">#17877</a>)</li> <li>storage: added labels validation to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17806">#17806</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>apigee: fixed permadiff in ordering of <code>google_apigee_organization.properties.property</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17850">#17850</a>)</li> <li>cloudrun: fixed the bug that computed <code>metadata.0.labels</code> and <code>metadata.0.annotations</code> fields don't appear in terraform plan when creating resource <code>google_cloud_run_service</code> and <code>google_cloud_run_domain_mapping</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17815">#17815</a>)</li> <li>dns: fixed bug where some methods of authentication didn't work when using <code>dns</code> data sources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17847">#17847</a>)</li> <li>iam: fixed a bug that prevented setting <code>create_ignore_already_exists</code> on existing resources in <code>google_service_account</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17856">#17856</a>)</li> <li>sql: fixed issues with updating the <code>enable_google_ml_integration</code> field in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17878">#17878</a>)</li> <li>storage: added validation to <code>name</code> field in <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17858">#17858</a>)</li> <li>vmwareengine: fixed stretched cluster creation in <code>google_vmwareengine_private_cloud</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17875">#17875</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.26.0 (Apr 22, 2024)</h2> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_project_iam_member_remove</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17871">#17871</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>apigee: added support for <code>api_consumer_data_location</code>, <code>api_consumer_data_encryption_key_name</code>, and <code>control_plane_encryption_key_name</code> in <code>google_apigee_organization</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17874">#17874</a>)</li> <li>artifactregistry: added <code>remote_repository_config.<facade>_repository.custom_repository.uri</code> field to <code>google_artifact_registry_repository</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17840">#17840</a>)</li> <li>bigquery: added <code>resource_tags</code> field to <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17876">#17876</a>)</li> <li>billing: added <code>ownership_scope</code> field to <code>google_billing_budget</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17868">#17868</a>)</li> <li>cloudfunctions2: added <code>build_config.service_account</code> field to <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17841">#17841</a>)</li> <li>resourcemanager: added the field <code>api_method</code> to datasource <code>google_active_folder</code> so you can use either <code>SEARCH</code> or <code>LIST</code> to find your folder (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17877">#17877</a>)</li> <li>storage: added labels validation to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17806">#17806</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>apigee: fixed permadiff in ordering of <code>google_apigee_organization.properties.property</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17850">#17850</a>)</li> <li>cloudrun: fixed the bug that computed <code>metadata.0.labels</code> and <code>metadata.0.annotations</code> fields don't appear in terraform plan when creating resource <code>google_cloud_run_service</code> and <code>google_cloud_run_domain_mapping</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17815">#17815</a>)</li> <li>dns: fixed bug where some methods of authentication didn't work when using <code>dns</code> data sources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17847">#17847</a>)</li> <li>iam: fixed a bug that prevented setting <code>create_ignore_already_exists</code> on existing resources in <code>google_service_account</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17856">#17856</a>)</li> <li>sql: fixed issues with updating the <code>enable_google_ml_integration</code> field in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17878">#17878</a>)</li> <li>storage: added validation to <code>name</code> field in <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17858">#17858</a>)</li> <li>vmwareengine: fixed stretched cluster creation in <code>google_vmwareengine_private_cloud</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17875">#17875</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/25be1b316c5fbfd2a02d0251f246619c1a748266"><code>25be1b3</code></a> Add changelog for 5.26.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17908">#17908</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/09d3ef56523365fe62d33eae1ab0f709a37ac53c"><code>09d3ef5</code></a> Fix Terraform updates for instances with Google ML Integration enabled (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1041">#1041</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/a092786bd70ab8ed1110ac1c8c2a1418bc84e9f9"><code>a092786</code></a> Update active folder to support both LIST and SEARCH methods (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10439">#10439</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17877">#17877</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/f04cbbce3e4e927c2f53c97d833f6fdcf763a2f5"><code>f04cbbc</code></a> Add resource tags to BigQuery Table (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10455">#10455</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17876">#17876</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/28e14fec1d254c70ff3631c3b1b3c72d6908f504"><code>28e14fe</code></a> Fix Stretch Private Cloud creation in vmwareengine (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10443">#10443</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17875">#17875</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/d27b66cfbb37ff5f85fe02edcfc7a7078398e794"><code>d27b66c</code></a> Add support for apiConsumerDataLocation, apiConsumerDataEncryptionKeyName, an...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/691c9eeec00b0e8bef7e4b026e991c744eb79d1a"><code>691c9ee</code></a> Fix tests to use dedicated bootstrapped service accounts instead of one share...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/35ebdc7889fbfa80ba24bff6ef9b2295f0645fde"><code>35ebdc7</code></a> Fix a documentation typo (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10464">#10464</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17872">#17872</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/25946341078580cee08fdf3171a8f10f2860e787"><code>2594634</code></a> Add New Resource resource_google_project_iam_member_remove (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10376">#10376</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17871">#17871</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6ba9bd341c57f5e67f679123d84bfaca57fb793d"><code>6ba9bd3</code></a> Fix typo in Document.yaml (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10447">#10447</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/17870">#17870</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.25.0...v5.26.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.25.0&new-version=5.26.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