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

   Bumps the deps group with 2 updates in the / directory: 
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go)
 and 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).
   
   Updates `github.com/hashicorp/terraform-plugin-go` from 0.27.0 to 0.28.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-go/releases";>github.com/hashicorp/terraform-plugin-go's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.28.0</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Removed temporary 
<code>ProviderServerWithResourceIdentity</code> interface type. Use 
<code>ProviderServer</code> instead. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   <li>tfprotov5+tfprotov6: <code>GetResourceIdentitySchemas</code> and 
<code>UpgradeResourceIdentity</code> RPC calls are now required in 
<code>ProviderServer</code> and <code>ResourceServer</code>. Implementations 
that don't support resource identity can return empty responses from the 
<code>GetResourceIdentitySchemas</code> method and an error message the 
<code>UpgradeResourceIdentity</code> method. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>all: To prevent compilation errors, ensure your Go module is updated to 
at least terraform-plugin-framework@v1.15.0, terraform-plugin-mux@v0.20.0, 
terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0 before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-go's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.28.0 (May 21, 2025)</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Removed temporary 
<code>ProviderServerWithResourceIdentity</code> interface type. Use 
<code>ProviderServer</code> instead. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   <li>tfprotov5+tfprotov6: <code>GetResourceIdentitySchemas</code> and 
<code>UpgradeResourceIdentity</code> RPC calls are now required in 
<code>ProviderServer</code> and <code>ResourceServer</code>. Implementations 
that don't support resource identity can return empty responses from the 
<code>GetResourceIdentitySchemas</code> method and an error message the 
<code>UpgradeResourceIdentity</code> method. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>all: To prevent compilation errors, ensure your Go module is updated to 
at least terraform-plugin-framework@v1.15.0, terraform-plugin-mux@v0.20.0, 
terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0 before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/3fd901baa420da6d63c8bb999304291117ff09df";><code>3fd901b</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/68ac8c5d0be466efdaf9e54a2e74997c5370ea00";><code>68ac8c5</code></a>
 all: Remove temporary <code>ProviderServerWithResourceIdentity</code> 
interface (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516";>#516</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/0c51a41a58e3713caf7330b2d4364f2d2cfa5c47";><code>0c51a41</code></a>
 Revert &quot;Add protobuf support for list messages and rpcs (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512";>#512</a>)&quot;
 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/515";>#515</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/f412d3942e55695a3afac20f7f2862ba4bfb4d00";><code>f412d39</code></a>
 Add protobuf support for list messages and rpcs (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512";>#512</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/8c5322284b6dcf52ed3f89cc09c8a6d5fa3842b9";><code>8c53222</code></a>
 Create pull_request_template.md (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/511";>#511</a>)</li>
   <li>See full diff in <a 
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.27.0...v0.28.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/hashicorp/terraform-plugin-testing` from 1.13.0 to 1.13.1
   <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.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>
   </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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/f8212c01474d367995cbdcf3c5c184fd6939dbf7";><code>f8212c0</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/f86f169beb607dbd85c85b4d4fa21668bdb43f57";><code>f86f169</code></a>
 echoprovider: Fix bug where Terraform v1.12.1 would return an error 
indicatin...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/549959be051cd7b05972afb2a6529f9c00a954e3";><code>549959b</code></a>
 Create pull_request_template.md (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/508";>#508</a>)</li>
   <li>See full diff in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.13.0...v1.13.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 <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: dev-unsubscr...@devlake.apache.org

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

Reply via email to