dependabot[bot] opened a new pull request, #185: URL: https://github.com/apache/cloudstack-terraform-provider/pull/185
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.22.1 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> <h2>v0.27.0</h2> <p>NOTES:</p> <ul> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>GetResourceIdentitySchemas</code> and <code>UpgradeResourceIdentity</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <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-go/issues/491">#491</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/484">#484</a>)</li> </ul> <h2>v0.27.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <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-go/issues/491">#491</a>)</li> </ul> <h2>v0.26.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>tfprotov5+tfprotov6: <code>EphemeralResourceServer</code> interface is now required in <code>ProviderServer</code>. Implementations not needing ephemeral resource support can return errors from the <code>*EphemeralResource</code> methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li> <li>tfprotov5+tfprotov6: Removed temporary <code>ProviderServerWithEphemeralResources</code> interface type. Use <code>EphemeralResourceServer</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</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.13.0, terraform-plugin-mux@v0.17.0, terraform-plugin-sdk/v2@v2.35.0, and terraform-plugin-testing@v1.11.0 before upgrading this dependency. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/462">#462</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2>0.27.0 (May 16, 2025)</h2> <p>NOTES:</p> <ul> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>GetResourceIdentitySchemas</code> and <code>UpgradeResourceIdentity</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <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-go/issues/491">#491</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/484">#484</a>)</li> </ul> <h2>0.27.0-alpha.1 (March 18, 2025)</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <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-go/issues/491">#491</a>)</li> </ul> <h2>0.26.0 (January 22, 2025)</h2> <p>BREAKING CHANGES:</p> <ul> <li>tfprotov5+tfprotov6: <code>EphemeralResourceServer</code> interface is now required in <code>ProviderServer</code>. Implementations not needing ephemeral resource support can return errors from the <code>*EphemeralResource</code> methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li> <li>tfprotov5+tfprotov6: Removed temporary <code>ProviderServerWithEphemeralResources</code> interface type. Use <code>EphemeralResourceServer</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</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.13.0, terraform-plugin-mux@v0.17.0, terraform-plugin-sdk/v2@v2.35.0, and terraform-plugin-testing@v1.11.0 before upgrading this dependency. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support write-only attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/462">#462</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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 "Add protobuf support for list messages and rpcs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)" (<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><a href="https://github.com/hashicorp/terraform-plugin-go/commit/2030c6ca744896f2e8d5a5c60ed87989a57ef0ce"><code>2030c6c</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/2f2273a4c3e4bd92ef97e775f211943856b36074"><code>2f2273a</code></a> build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/509">#509</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/6eb70a18f4295a17c9a28455ff3fbe3de61a490b"><code>6eb70a1</code></a> build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/507">#507</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/8327e4df2537e7cb4286bdec8b8632e123fccb0c"><code>8327e4d</code></a> build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/508">#508</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/d87b67acbe68e9057e2b018e64450b0fd53fbd94"><code>d87b67a</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/506">#506</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.22.1...v0.28.0">compare view</a></li> </ul> </details> <br /> [](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