dependabot[bot] opened a new pull request, #40:
URL: https://github.com/apache/iceberg-terraform/pull/40

   Bumps the gomod_updates group with 1 update: 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).
   
   Updates `github.com/hashicorp/terraform-plugin-testing` from 1.15.0 to 1.16.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-testing/releases";>github.com/hashicorp/terraform-plugin-testing's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.16.0</h2>
   <p>FEATURES:</p>
   <ul>
   <li>querycheck: Add new <code>ExpectTotalLengthForMatching</code> querycheck 
for validating the number of found resources for multiple list blocks (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/607";>#607</a>)</li>
   <li>helper/resource: Added new <code>GenerateConfig</code> testing mode to 
<code>TestStep</code> which can be used to test the generated resource 
configuration during <code>ImportState</code> testing mode. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/638";>#638</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/resource: Added <code>DefaultWorkspaceOnly</code> to enable 
testing state store implementations that don't support multiple workspaces. 
This is achieved by only running Terraform commands with the 
<code>default</code> workspace. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/633";>#633</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>querycheck: Fix behaviour of <code>ExpectLength</code> querycheck to 
match on the provided resource address before comparing the count (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/604";>#604</a>)</li>
   <li>querycheck: Fix behaviour of <code>ExpectLengthAtLeast</code> querycheck 
to match on the provided resource address before comparing the count (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/607";>#607</a>)</li>
   <li>dep: updated <code>hc-install</code> dependency to <code>0.9.4</code> to 
prevent openpgp key expiration errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/647";>#647</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-testing's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.16.0 (April 23, 2026)</h2>
   <p>FEATURES:</p>
   <ul>
   <li>querycheck: Add new <code>ExpectTotalLengthForMatching</code> querycheck 
for validating the number of found resources for multiple list blocks (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/607";>#607</a>)</li>
   <li>helper/resource: Added new <code>GenerateConfig</code> testing mode to 
<code>TestStep</code> which can be used to test the generated resource 
configuration during <code>ImportState</code> testing mode. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/638";>#638</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/resource: Added <code>DefaultWorkspaceOnly</code> to enable 
testing state store implementations that don't support multiple workspaces. 
This is achieved by only running Terraform commands with the 
<code>default</code> workspace. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/633";>#633</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>querycheck: Fix behaviour of <code>ExpectLength</code> querycheck to 
match on the provided resource address before comparing the count (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/604";>#604</a>)</li>
   <li>querycheck: Fix behaviour of <code>ExpectLengthAtLeast</code> querycheck 
to match on the provided resource address before comparing the count (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/607";>#607</a>)</li>
   <li>dep: updated <code>hc-install</code> dependency to <code>0.9.4</code> to 
prevent openpgp key expiration errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/647";>#647</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/54ba38bae695d587b38c9d54009668349a0f1f76";><code>54ba38b</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/086f9cb57545004cb8b1e3e7fbaedd8f909e144f";><code>086f9cb</code></a>
 Add changelog for <code>hc-install</code> dependency update (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/649";>#649</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/878c611abd5adebac44e8335f815ffe9120d6681";><code>878c611</code></a>
 build(deps): Bump github.com/hashicorp/terraform-exec (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/648";>#648</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/c492fcf1e21ef595aa78675c7ebcf51d754e32b1";><code>c492fcf</code></a>
 build(deps): Bump github.com/hashicorp/hc-install from 0.9.3 to 0.9.4 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/646";>#646</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/c63514703a09a489295071b4f7155d4415e4593b";><code>c635147</code></a>
 build(deps): Bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/644";>#644</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/d854a0f84bf97002cfe44e94be3f59a5ef41ae30";><code>d854a0f</code></a>
 build(deps): Bump the github-actions group with 2 updates (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/643";>#643</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/2684d0d5c935ac0bb145c158452452fcc656c2bd";><code>2684d0d</code></a>
 build(deps): Bump golang.org/x/crypto from 0.49.0 to 0.50.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/642";>#642</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/2699d6957fe0dc22cde67359d6a1f2da59e28031";><code>2699d69</code></a>
 Add <code>GenerateConfig</code> testing mode to <code>ImportState</code> 
testing (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/638";>#638</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/57e3cc10d54c4e02731388a2dd37626f66103eb5";><code>57e3cc1</code></a>
 build(deps): Bump actions/setup-go in the github-actions group (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/639";>#639</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/8ac77729d0ceeb3f3829f387467858730d062c3f";><code>8ac7772</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/637";>#637</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.15.0...v1.16.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-testing&package-manager=go_modules&previous-version=1.15.0&new-version=1.16.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to