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

   Bumps the deps group with 2 updates: 
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)
 and 
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go).
   
   Updates `github.com/hashicorp/terraform-plugin-framework` from 1.17.0 to 
1.18.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-framework/releases";>github.com/hashicorp/terraform-plugin-framework's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.18.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>State store support is considered experimental and offered without 
compatibility promises until support for <code>state_store</code> in Terraform 
core is generally available. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>framework: Add support for deprecation messages on attributes and blocks 
in the configuration schema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li>statestore: New package for implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>statestore/schema: New package for implementing state store schemas (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>ListValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>MapValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>SetValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>TupleValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>provider: Added <code>ProviderWithStateStores</code> interface for 
implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>provider: Added <code>StateStoreData</code> to 
<code>ConfigureResponse</code>, to pass provider-defined data to 
<code>(statestore.StateStore).Initialize</code> methods (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262";>#1262</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-framework's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.18.0 (February 27, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>State store support is considered experimental and offered without 
compatibility promises until support for <code>state_store</code> in Terraform 
core is generally available. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>framework: Add support for deprecation messages on attributes and blocks 
in the configuration schema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li>statestore: New package for implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>statestore/schema: New package for implementing state store schemas (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>ListValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>MapValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>SetValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>types/basetypes: Added <code>Length()</code> method for the 
<code>TupleValue</code> type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1067";>#1067</a>)</li>
   <li>provider: Added <code>ProviderWithStateStores</code> interface for 
implementing state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1259";>#1259</a>)</li>
   <li>provider: Added <code>StateStoreData</code> to 
<code>ConfigureResponse</code>, to pass provider-defined data to 
<code>(statestore.StateStore).Initialize</code> methods (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1262";>#1262</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c271e918af964c9fe6621a5adef67fe0280f3daa";><code>c271e91</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/ed8d66cf472b9b3915a35c68600dddac1c78e66c";><code>ed8d66c</code></a>
 feat: add deprecation messages for attributes and blocks in configschema (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1276";>#1276</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c74cfce0e428a6448b7949f41ba8e1b195489e";><code>60c74cf</code></a>
 build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1280";>#1280</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/7b6eb103b2e8211ae84009ff565e7a4a59686e0d";><code>7b6eb10</code></a>
 Add Validate for StateStore (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1272";>#1272</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/9bd8a09d5996c99e622a8bf85e300001345bdaac";><code>9bd8a09</code></a>
 statestore: Add experimental notes + changelog (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1277";>#1277</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/aa52d3738c447dffacbf275e8e128964c8929252";><code>aa52d37</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1275";>#1275</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/5024442f555ced4b81652c427f3d3a4c0cc7822c";><code>5024442</code></a>
 statestore: Implement workspace RPCs (<code>GetStates</code>, 
<code>DeleteState</code>) (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1273";>#1273</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/43e036020291df17043cfca415fca6913c1b91fe";><code>43e0360</code></a>
 statestore: Implement <code>Write</code> for state stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1270";>#1270</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/e642d51e6f812462da5a128ba39f249feb8ac57f";><code>e642d51</code></a>
 statestore: Implement <code>Lock</code> and <code>Unlock</code> for state 
stores (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1266";>#1266</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c9992175c71f126d74863127de32ca1a81263c71";><code>c999217</code></a>
 Update Copywrite years to 2026 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1268";>#1268</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.17.0...v1.18.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/hashicorp/terraform-plugin-go` from 0.29.0 to 0.30.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.30.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov6: An upcoming release will require the 
<code>StateStoreServer</code> implementation as part of 
<code>ProviderServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594";>#594</a>)</li>
   <li>The state store protocol definitions are considered experimental and may 
change up until general availability in Terraform core. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov6: Upgraded protocol v6 and added types to support the new state 
store type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute 
and SchemaNestedAttribute (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600";>#600</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.30.0 (February 24, 2026)</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov6: An upcoming release will require the 
<code>StateStoreServer</code> implementation as part of 
<code>ProviderServer</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/594";>#594</a>)</li>
   <li>The state store protocol definitions are considered experimental and may 
change up until general availability in Terraform core. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov6: Upgraded protocol v6 and added types to support the new state 
store type. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/563";>#563</a>)</li>
   <li>tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute 
and SchemaNestedAttribute (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600";>#600</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/7a04181e9ee299629c1a108104b888048c28c595";><code>7a04181</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/e000918f016f9eb106eea83569f3742628ef4dea";><code>e000918</code></a>
 statestore: Add experimental notes + changelog (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/e392eb684ef3de405a8ccd611e3c211e48797db8";><code>e392eb6</code></a>
 add deprecation_message to grpc proto and schema structs (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/600";>#600</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/6f6f68aadcef184949cbf7c8a9fd1999c9bff534";><code>6f6f68a</code></a>
 build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/603";>#603</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/cd3252f783a6f88bae113a388c2e9e85312c937d";><code>cd3252f</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/602";>#602</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/83ff28277ca5b1a024af0a25239c7ca9301ad945";><code>83ff282</code></a>
 build(deps): Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 
to...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/caa12502e0af3ff93152ba08b08bad768204da01";><code>caa1250</code></a>
 build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in 
/to...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/14fe65ea923b5e306dbb4f67f2bb861f74b9e3ec";><code>14fe65e</code></a>
 build(deps): Bump github.com/hashicorp/copywrite in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/597";>#597</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/5ee985d8067587610eeeb21ddc01b7503604da01";><code>5ee985d</code></a>
 build(deps): Bump actions/checkout in the github-actions group (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/595";>#595</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/b0a6aca80fd756f6906735c55976500425342cbd";><code>b0a6aca</code></a>
 tfprotov6: Add package docs for state store types, refactoring, add unit 
test...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.29.0...v0.30.0";>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 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]

Reply via email to