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

   Bumps 
[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go)
 from 0.22.1 to 0.25.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.25.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: An upcoming release will require the 
<code>EphemeralResourceServer</code> implementation as part of 
<code>ProviderServer</code>.  (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441";>#441</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the 
new ephemeral resource type (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441";>#441</a>)</li>
   </ul>
   <h2>v0.24.0</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Removed temporary 
<code>ResourceServerWithMoveResourceState</code> interface type. Use 
<code>ResourceServer</code> instead. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/408";>#408</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>all: If using terraform-plugin-mux, it must be upgraded to v0.16.0 or 
later to prevent compilation errors (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/408";>#408</a>)</li>
   <li>all: This Go module has been updated to Go 1.22 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.22";>Go 1.22 release 
notes</a> before upgrading. Any consumers building on earlier Go versions may 
experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/428";>#428</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>logging: Add existing <code>MoveResourceState</code> server capability 
to v5 and v6 logging (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/432";>#432</a>)</li>
   </ul>
   <h2>v0.23.0</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: <code>FunctionServer</code> interface is now 
required in <code>ProviderServer</code>. Implementations not needing function 
support can return errors from the <code>GetFunctions</code> and 
<code>CallFunction</code> methods. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</a>)</li>
   <li>tfprotov5+tfprotov6: <code>MoveResourceState</code> method is now 
required in <code>ResourceServer</code>. Implementations not needing move state 
support can return errors from the <code>MoveResourceState</code> method. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</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.6.0, terraform-plugin-mux@v0.15.0, 
terraform-plugin-sdk/v2@v2.33.0, and terraform-plugin-testing@v1.7.0 before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support 
deferred actions (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/403";>#403</a>)</li>
   </ul>
   <h2>v0.22.2</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>tftypes: Large integers are always encoded as msgpack integers rather 
than float values to ensure the decoded value will not be rounded to 52-bit 
precision (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396";>#396</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.25.0 (October 30, 2024)</h2>
   <p>NOTES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: An upcoming release will require the 
<code>EphemeralResourceServer</code> implementation as part of 
<code>ProviderServer</code>.  (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441";>#441</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the 
new ephemeral resource type (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441";>#441</a>)</li>
   </ul>
   <h2>0.24.0 (September 18, 2024)</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Removed temporary 
<code>ResourceServerWithMoveResourceState</code> interface type. Use 
<code>ResourceServer</code> instead. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/408";>#408</a>)</li>
   </ul>
   <p>NOTES:</p>
   <ul>
   <li>all: If using terraform-plugin-mux, it must be upgraded to v0.16.0 or 
later to prevent compilation errors (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/408";>#408</a>)</li>
   <li>all: This Go module has been updated to Go 1.22 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.22";>Go 1.22 release 
notes</a> before upgrading. Any consumers building on earlier Go versions may 
experience errors. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/428";>#428</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>logging: Add existing <code>MoveResourceState</code> server capability 
to v5 and v6 logging (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/432";>#432</a>)</li>
   </ul>
   <h2>0.23.0 (May 06, 2024)</h2>
   <p>BREAKING CHANGES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: <code>FunctionServer</code> interface is now 
required in <code>ProviderServer</code>. Implementations not needing function 
support can return errors from the <code>GetFunctions</code> and 
<code>CallFunction</code> methods. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</a>)</li>
   <li>tfprotov5+tfprotov6: <code>MoveResourceState</code> method is now 
required in <code>ResourceServer</code>. Implementations not needing move state 
support can return errors from the <code>MoveResourceState</code> method. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</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.6.0, terraform-plugin-mux@v0.15.0, 
terraform-plugin-sdk/v2@v2.33.0, and terraform-plugin-testing@v1.7.0 before 
upgrading this dependency. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/388";>#388</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support 
deferred actions (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/403";>#403</a>)</li>
   </ul>
   <h2>0.22.2 (April 18, 2024)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>tftypes: Large integers are always encoded as msgpack integers rather 
than float values to ensure the decoded value will not be rounded to 52-bit 
precision (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396";>#396</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/3cebe39d453f6a37b9e6fe94d53a8f6e6f8f42ee";><code>3cebe39</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/879185f129ef9dc3e74341da58c1d499ece5980f";><code>879185f</code></a>
 tfprotov5+tfprotov6: Initial ephemeral resource type implementation (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/441";>#441</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/8e75df61cdad6d17738ead04d5bf20affe96d4e8";><code>8e75df6</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/439";>#439</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/ed475ebc19902061f916eac60e5675ef5b8ef423";><code>ed475eb</code></a>
 build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/440";>#440</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/4bb130f799d4f36d5b5a1460acad50a0a198d6d6";><code>4bb130f</code></a>
 build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/9ad05a32171b4c803f4e8dc61d2086d1492971bd";><code>9ad05a3</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/438";>#438</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/47d2cbf318aa17c5b8a1babce1da25480b58bd17";><code>47d2cbf</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/436";>#436</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/e20c6d11d4df1bde01f515bdb27a1faa90da0e95";><code>e20c6d1</code></a>
 build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/435";>#435</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/e8141297cc0320fee004c481f1e2f73a77a7e88d";><code>e814129</code></a>
 build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/434";>#434</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-go/commit/c0a3a56625789a134abd7e8550439a14fb997e9f";><code>c0a3a56</code></a>
 Update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.22.1...v0.25.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-go&package-manager=go_modules&previous-version=0.22.1&new-version=0.25.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