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

   Bumps 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing)
 from 1.7.0 to 1.10.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.10.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>compare: The <code>compare</code> package is considered experimental and 
may be altered or removed in a subsequent release (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: <code>CompareValue</code>, 
<code>CompareValueCollection</code>, and <code>CompareValuePairs</code> state 
checks are considered experimental and may be altered or removed in a 
subsequent release. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>compare: Introduced new <code>compare</code> package, which contains 
interfaces and implementations for value comparisons in state checks. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValue</code> state check, which compares 
sequential values of the specified attribute at the given managed resource, or 
data source, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValueCollection</code> state check, which 
compares each item in the specified collection (e.g., list, set) attribute, 
with the second specified attribute at the given managed resources, or data 
sources, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValuePairs</code> state check, which 
compares the specified attributes at the given managed resources, or data 
sources, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   </ul>
   <h2>v1.9.0</h2>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>knownvalue: Add <code>Int32Exact</code> check for int32 value testing. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/356";>#356</a>)</li>
   <li>knownvalue: Add <code>Float32Exact</code> check for float32 value 
testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/356";>#356</a>)</li>
   </ul>
   <h2>v1.8.0</h2>
   <p>FEATURES:</p>
   <ul>
   <li>plancheck: Added  <code>ExpectDeferredChange</code> and 
<code>ExpectNoDeferredChanges</code> checks for experimental deferred action 
support. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   <li>tfversion: Added <code>SkipIfNotPrerelease</code> version check for 
testing experimental features of prerelease Terraform builds. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/acctest: Improve scope of IPv4/IPv6 random address generation in 
RandIpAddress() (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/305";>#305</a>)</li>
   <li>knownvalue: Add <code>TupleExact</code>, <code>TuplePartial</code> and 
<code>TupleSizeExact</code> checks for dynamic value testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/312";>#312</a>)</li>
   <li>tfversion: Ensured Terraform CLI prerelease versions are considered 
semantically equal to patch versions in built-in checks to match the Terraform 
CLI versioning policy (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/303";>#303</a>)</li>
   <li>helper/resource: Added <code>(TestCase).AdditionalCLIOptions</code> with 
<code>AllowDeferral</code> option for plan and apply commands. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Fix panic in output state shimming when a tuple is 
present. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/310";>#310</a>)</li>
   <li>tfversion: Fixed <code>RequireBelow</code> ignoring equal versioning to 
fail a test (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/303";>#303</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.10.0 (August 08, 2024)</h2>
   <p>NOTES:</p>
   <ul>
   <li>compare: The <code>compare</code> package is considered experimental and 
may be altered or removed in a subsequent release (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: <code>CompareValue</code>, 
<code>CompareValueCollection</code>, and <code>CompareValuePairs</code> state 
checks are considered experimental and may be altered or removed in a 
subsequent release. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>compare: Introduced new <code>compare</code> package, which contains 
interfaces and implementations for value comparisons in state checks. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValue</code> state check, which compares 
sequential values of the specified attribute at the given managed resource, or 
data source, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValueCollection</code> state check, which 
compares each item in the specified collection (e.g., list, set) attribute, 
with the second specified attribute at the given managed resources, or data 
sources, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   <li>statecheck: Added <code>CompareValuePairs</code> state check, which 
compares the specified attributes at the given managed resources, or data 
sources, using the supplied value comparer. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330";>#330</a>)</li>
   </ul>
   <h2>1.9.0 (July 09, 2024)</h2>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>knownvalue: Add <code>Int32Exact</code> check for int32 value testing. 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/356";>#356</a>)</li>
   <li>knownvalue: Add <code>Float32Exact</code> check for float32 value 
testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/356";>#356</a>)</li>
   </ul>
   <h2>1.8.0 (May 17, 2024)</h2>
   <p>FEATURES:</p>
   <ul>
   <li>plancheck: Added  <code>ExpectDeferredChange</code> and 
<code>ExpectNoDeferredChanges</code> checks for experimental deferred action 
support. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   <li>tfversion: Added <code>SkipIfNotPrerelease</code> version check for 
testing experimental features of prerelease Terraform builds. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>helper/acctest: Improve scope of IPv4/IPv6 random address generation in 
RandIpAddress() (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/305";>#305</a>)</li>
   <li>knownvalue: Add <code>TupleExact</code>, <code>TuplePartial</code> and 
<code>TupleSizeExact</code> checks for dynamic value testing. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/312";>#312</a>)</li>
   <li>tfversion: Ensured Terraform CLI prerelease versions are considered 
semantically equal to patch versions in built-in checks to match the Terraform 
CLI versioning policy (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/303";>#303</a>)</li>
   <li>helper/resource: Added <code>(TestCase).AdditionalCLIOptions</code> with 
<code>AllowDeferral</code> option for plan and apply commands. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/331";>#331</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Fix panic in output state shimming when a tuple is 
present. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/310";>#310</a>)</li>
   <li>tfversion: Fixed <code>RequireBelow</code> ignoring equal versioning to 
fail a test (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/303";>#303</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/dfafdd7aa12923aad56131dc541bc3278bd8a712";><code>dfafdd7</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/5d78aa425672b061e9ff1195b4331db2070a1346";><code>5d78aa4</code></a>
 Implement comparison state checks to replace 
<code>TestCheckResourceAttrPtr</code>, `Tes...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/9501a02b120c21132854c73c01d415dc53e6c81f";><code>9501a02</code></a>
 build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/364";>#364</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/c1879251ea10fe83a52a6dd7be847f1764ef2285";><code>c187925</code></a>
 build(deps): Bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/362";>#362</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/4910d5236f5dd824dec00ad90bf1ba1be74680f7";><code>4910d52</code></a>
 docs: Update <code>Check</code> function examples with <code>statecheck</code> 
package implementati...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/f9ca4c365abff60c826dd84855b2bff3d1466a17";><code>f9ca4c3</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/361";>#361</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/6dacd4f01f7992c73945126f40294f3b9345ac46";><code>6dacd4f</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/360";>#360</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/23a9124b59be2685af2f953ceeb09eb0222824ce";><code>23a9124</code></a>
 build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/359";>#359</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/5cb292c91e051a588928e0081fc5b09bb64875e0";><code>5cb292c</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/0448ecc770330fcca9372d5f0f068cd4e292d40a";><code>0448ecc</code></a>
 build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/358";>#358</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.7.0...v1.10.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.10.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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to