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

   Bumps 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing)
 from 1.7.0 to 1.14.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.14.0</h2>
   <p>FEATURES:</p>
   <ul>
   <li>queryfilter: Introduces new <code>queryfilter</code> package with 
interface and built-in query check filtering functionality. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/573";>#573</a>)</li>
   <li>querycheck: Adds <code>ExpectResourceDisplayName</code> query check to 
assert a display name value on a filtered query result. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/573";>#573</a>)</li>
   <li>querycheck: Adds <code>ExpectResourceKnownValues</code> query check to 
assert resource values on a filtered query result. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/583";>#583</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/resource: Adds <code>PostApplyFunc</code> test step hook to run 
generic post-apply logic for plan/apply testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/566";>#566</a>)</li>
   </ul>
   <h2>v1.14.0-beta.1</h2>
   <p>NOTES:</p>
   <ul>
   <li>Adds an opt-in compatibility flag for config mode tests to unlock 
upgrade from v1.5.1 to latest for specific providers. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)</li>
   <li>This beta pre-release adds a new query mode to support testing for list 
blocks which can be used with Terraform v1.14+ (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/531";>#531</a>)</li>
   <li>all: This Go module has been updated to Go 1.24 per the Go support 
policy. It is recommended to review the Go 1.24 release notes before upgrading. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/551";>#551</a>)</li>
   </ul>
   <h2>v1.13.3</h2>
   <p>NOTES:</p>
   <ul>
   <li>Adds an opt-in compatibility flag for config mode tests to unlock 
upgrade from v1.5.1 to latest for specific providers. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)</li>
   </ul>
   <h2>v1.13.2</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Updated <code>ImportBlockWith*</code> import state 
modes to use the <code>ExpectNonEmpty</code> field to allow non-empty import 
plans to pass successfully. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/518";>#518</a>)</li>
   <li>helper/resource: Fixed bug with import state mode where prior test 
config is not used for <code>ConfigFile</code> or <code>ConfigDirectory</code> 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/516";>#516</a>)</li>
   </ul>
   <h2>v1.13.1</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>echoprovider: Fixed bug where Terraform v1.12+ would return an error 
message indicating the provider doesn't support 
<code>GetResourceIdentitySchemas</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/512";>#512</a>)</li>
   </ul>
   <h2>v1.13.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>reduced the volume of DEBUG-level logging to make it easier to visually 
scan debug output (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463";>#463</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>ImportState: Added support for testing plannable import via Terraform 
configuration. Configuration is used from the previous test step if available. 
<code>Config</code>, <code>ConfigFile</code>, and <code>ConfigDirectory</code> 
can also be used directly with <code>ImportState</code> if needed. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442";>#442</a>)</li>
   <li>ImportState: Added <code>ImportStateKind</code> to control which method 
of import the <code>ImportState</code> test step uses. 
<code>ImportCommandWithID</code> (default, same behavior as today) , 
<code>ImportBlockWithID</code>, and 
<code>ImportBlockWithResourceIdentity</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442";>#442</a>)</li>
   <li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out of new 
import config generation for plannable import. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494";>#494</a>)</li>
   <li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> state 
check to assert that an identity value matches a state value at the same path. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503";>#503</a>)</li>
   <li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code> 
state check to assert that an identity value matches a state value at different 
paths. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503";>#503</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>statecheck: Added <code>ExpectIdentityValue</code> state check, which 
asserts a specified attribute value of a managed resource identity in state. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468";>#468</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.14.0 (December 03, 2025)</h2>
   <p>FEATURES:</p>
   <ul>
   <li>queryfilter: Introduces new <code>queryfilter</code> package with 
interface and built-in query check filtering functionality. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/573";>#573</a>)</li>
   <li>querycheck: Adds <code>ExpectResourceDisplayName</code> query check to 
assert a display name value on a filtered query result. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/573";>#573</a>)</li>
   <li>querycheck: Adds <code>ExpectResourceKnownValues</code> query check to 
assert resource values on a filtered query result. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/583";>#583</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/resource: Adds <code>PostApplyFunc</code> test step hook to run 
generic post-apply logic for plan/apply testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/566";>#566</a>)</li>
   </ul>
   <h2>1.14.0-beta.1 (September 18, 2025)</h2>
   <p>NOTES:</p>
   <ul>
   <li>Adds an opt-in compatibility flag for config mode tests to unlock 
upgrade from v1.5.1 to latest for specific providers. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)</li>
   <li>This beta pre-release adds a new query mode to support testing for list 
blocks which can be used with Terraform v1.14+ (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/531";>#531</a>)</li>
   <li>all: This Go module has been updated to Go 1.24 per the Go support 
policy. It is recommended to review the Go 1.24 release notes before upgrading. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/551";>#551</a>)</li>
   </ul>
   <h2>1.13.2 (June 11, 2025)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Updated <code>ImportBlockWith*</code> import state 
modes to use the <code>ExpectNonEmpty</code> field to allow non-empty import 
plans to pass successfully. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/518";>#518</a>)</li>
   <li>helper/resource: Fixed bug with import state mode where prior test 
config is not used for <code>ConfigFile</code> or <code>ConfigDirectory</code> 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/516";>#516</a>)</li>
   </ul>
   <h2>1.13.1 (May 21, 2025)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>echoprovider: Fixed bug where Terraform v1.12+ would return an error 
message indicating the provider doesn't support 
<code>GetResourceIdentitySchemas</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/512";>#512</a>)</li>
   </ul>
   <h2>1.13.0 (May 16, 2025)</h2>
   <p>NOTES:</p>
   <ul>
   <li>reduced the volume of DEBUG-level logging to make it easier to visually 
scan debug output (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463";>#463</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>ImportState: Added support for testing plannable import via Terraform 
configuration. Configuration is used from the previous test step if available. 
<code>Config</code>, <code>ConfigFile</code>, and <code>ConfigDirectory</code> 
can also be used directly with <code>ImportState</code> if needed. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442";>#442</a>)</li>
   <li>ImportState: Added <code>ImportStateKind</code> to control which method 
of import the <code>ImportState</code> test step uses. 
<code>ImportCommandWithID</code> (default, same behavior as today) , 
<code>ImportBlockWithID</code>, and 
<code>ImportBlockWithResourceIdentity</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442";>#442</a>)</li>
   <li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out of new 
import config generation for plannable import. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494";>#494</a>)</li>
   <li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> state 
check to assert that an identity value matches a state value at the same path. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503";>#503</a>)</li>
   <li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code> 
state check to assert that an identity value matches a state value at different 
paths. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503";>#503</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>statecheck: Added <code>ExpectIdentityValue</code> state check, which 
asserts a specified attribute value of a managed resource identity in state. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468";>#468</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/1d6227788f2db5be11ce84acc64b123b10fe97da";><code>1d62277</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/4fba753cc0caff4c02f847532b761084842fb94c";><code>4fba753</code></a>
 Update <code>ExpectKnownValue</code> query check to use 
<code>queryfilter</code> and accept multipl...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/b176f5bf3e5376e34dadf205fd5143df0fe09ec4";><code>b176f5b</code></a>
 Add <code>queryfilter</code> package and 
<code>ExpectResourceDisplayName</code> query check (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/573";>#573</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/f696cc91c7d0f2f83430bd659254cbb9d44309d1";><code>f696cc9</code></a>
 build(deps): Bump the github-actions group with 3 updates (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/581";>#581</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/1c1f594c5b1a6bb93cd5f18f79885f3492ba48d1";><code>1c1f594</code></a>
 build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/578";>#578</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/d27b48d5cc6fe3a3ca5e6b87fe947509c137778a";><code>d27b48d</code></a>
 build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/579";>#579</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/86601b0a9166b44d8652aca51d9a7494ae830f56";><code>86601b0</code></a>
 build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/575";>#575</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/3bb925384a89aeede8bb4352306e3f482cb7eaef";><code>3bb9253</code></a>
 Use <code>tfsdklog.ContextWithTestLogging</code> (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/574";>#574</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/926d699e387d881f7f8ce43b62781020e0e414ea";><code>926d699</code></a>
 build(deps): Bump golangci/golangci-lint-action (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/572";>#572</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/203e6cc410a0dbcd143f226441a758ca845f0e7a";><code>203e6cc</code></a>
 query: refactor query test step logic into <code>testStepNewQuery()</code> (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/568";>#568</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.7.0...v1.14.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.7.0&new-version=1.14.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>


-- 
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]

Reply via email to