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

   Bumps 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing)
 from 1.11.0 to 1.12.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.12.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>all: This Go module has been updated to Go 1.23 per the <a 
href="https://go.dev/doc/devel/release#policy";>Go support policy</a>. It is 
recommended to review the <a href="https://go.dev/doc/go1.23";>Go 1.23 release 
notes</a> before upgrading. Any consumers building on earlier Go versions may 
experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454";>#454</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>knownvalue: added function checks for custom validation of resource 
attribute or output values. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412";>#412</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>knownvalue: Updated the <code>ObjectExact</code> error message to report 
extra/missing attributes from the actual object. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/451";>#451</a>)</li>
   <li>plancheck: Improved the unknown value plan check error messages to 
include a known value if one exists. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450";>#450</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>plancheck: Fixed bug with all unknown value plan checks where a valid 
path would return a &quot;path not found&quot; error. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450";>#450</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.12.0 (March 18, 2025)</h2>
   <p>NOTES:</p>
   <ul>
   <li>all: This Go module has been updated to Go 1.23 per the <a 
href="https://go.dev/doc/devel/release#policy";>Go support policy</a>. It is 
recommended to review the <a href="https://go.dev/doc/go1.23";>Go 1.23 release 
notes</a> before upgrading. Any consumers building on earlier Go versions may 
experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454";>#454</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>knownvalue: added function checks for custom validation of resource 
attribute or output values. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412";>#412</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>knownvalue: Updated the <code>ObjectExact</code> error message to report 
extra/missing attributes from the actual object. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/451";>#451</a>)</li>
   <li>plancheck: Improved the unknown value plan check error messages to 
include a known value if one exists. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450";>#450</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>plancheck: Fixed bug with all unknown value plan checks where a valid 
path would return a &quot;path not found&quot; error. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/450";>#450</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/1ffb3e0fe1479fbb9d30f8bcb683b2fca1090275";><code>1ffb3e0</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/b0b505eb32b1fe90afc00fc63973640dc5611e5e";><code>b0b505e</code></a>
 plancheck: Include known value in error message when asserting an unknown 
val...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/41b2d19a2f1617bf99d0f29bb19db8123081c222";><code>41b2d19</code></a>
 Add the missing/extra attribute names to the error message for 
`knownvalue.Ob...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/b50511071a04e06ac158c4d6f04560e8c3828bec";><code>b505110</code></a>
 build(deps): Bump github.com/hashicorp/go-cty from 1.4.1 to 1.5.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/457";>#457</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/b9403856bb06ab4d47ad781b03d4e49ea24fa0d6";><code>b940385</code></a>
 chore: Update minimum Go version in module (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/454";>#454</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/96ff574850135e88e64f2722d774ce2c4f6f8eae";><code>96ff574</code></a>
 knownvalue: Introduce function checks for primitive types (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/412";>#412</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/5f414d2c091c7f97d3fd1e19842f5fbc112e7444";><code>5f414d2</code></a>
 Result of tsccr-helper -log-level=info gha update -latest .github/ (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/447";>#447</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/21135503b07354cb3f35e86ed2dccc098621a52c";><code>2113550</code></a>
 chore: FIx golangci linters (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/446";>#446</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/13c4fb0506e2fcd2c8eca4824458ace8ec2325b2";><code>13c4fb0</code></a>
 build(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/9a146e5df5b5965d7761892d7e0959636dcd03c7";><code>9a146e5</code></a>
 build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/433";>#433</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.11.0...v1.12.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.11.0&new-version=1.12.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...@devlake.apache.org

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

Reply via email to