dependabot[bot] opened a new pull request, #235: URL: https://github.com/apache/cloudstack-terraform-provider/pull/235
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.24.0 to 0.29.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.29.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.24 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.24">Go 1.24 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/556">#556</a>)</li> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>ActionServer</code> implementation as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/534">#534</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new action type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/534">#534</a>)</li> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new list type (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/525">#525</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tftypes: <code>tftypes.Value.IsFullyNull()</code> allows SDKs to determine when a value is null or consists of only null elements and attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/541">#541</a>)</li> </ul> <h2>v0.29.0-beta.1</h2> <p>NOTES:</p> <ul> <li>Updates the <code>ValidateListResourceConfig</code> RPC to validate <code>include_resource</code> as well as <code>limit</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/538">#538</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Add action validation RPC (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/539">#539</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tftypes: <code>tftypes.Value.IsFullyNull()</code> allows SDKs to determine when a value is null or consists of only null elements and attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/541">#541</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fix proto field numbering for <code>GetProviderSchema</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/539">#539</a>)</li> </ul> <h2>v0.29.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions and Go type definitions for list resources, which are a new type of resource. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>A <code>ProviderServerWithListResource</code> can be used with the <code>terraform query</code> subcommand in Terraform 1.13.0-alpha20250708 and later to search unmanaged infrastructure. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>The list resource protocol definitions are considered experimental and may change up until general availability. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>ValidateListResourceConfig</code> and <code>ListResource</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/514">#514</a>)</li> </ul> <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 [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/516">#516</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.29.0 (September 17, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.24 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.24">Go 1.24 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/556">#556</a>)</li> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>ActionServer</code> implementation as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/534">#534</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new action type. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/534">#534</a>)</li> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new list type (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/525">#525</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tftypes: <code>tftypes.Value.IsFullyNull()</code> allows SDKs to determine when a value is null or consists of only null elements and attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/541">#541</a>)</li> </ul> <h2>0.29.0-beta.1 (July 31, 2025)</h2> <p>NOTES:</p> <ul> <li>Updates the <code>ValidateListResourceConfig</code> RPC to validate <code>include_resource</code> as well as <code>limit</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/538">#538</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Add action validation RPC (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/539">#539</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tftypes: <code>tftypes.Value.IsFullyNull()</code> allows SDKs to determine when a value is null or consists of only null elements and attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/541">#541</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fix proto field numbering for <code>GetProviderSchema</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/539">#539</a>)</li> </ul> <h2>0.29.0-alpha.1 (July 08, 2025)</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions and Go type definitions for list resources, which are a new type of resource. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>A <code>ProviderServerWithListResource</code> can be used with the <code>terraform query</code> subcommand in Terraform 1.13.0-alpha20250708 and later to search unmanaged infrastructure. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>The list resource protocol definitions are considered experimental and may change up until general availability. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/512">#512</a>)</li> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>ValidateListResourceConfig</code> and <code>ListResource</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/514">#514</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/a361c9bf2cc501ea50660fd14125d33c57260454"><code>a361c9b</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/9c9e494a6e759b9ad203c826335c57d52f576d2c"><code>9c9e494</code></a> add changelog for list (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/561">#561</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/2cd3335df03c44f7acdded7f111446f65292b575"><code>2cd3335</code></a> add action changelogs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/560">#560</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/c3810b1245c0f956919b8d453cff9d28119914f0"><code>c3810b1</code></a> Simplify actions to one schema type (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/559">#559</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/0d697e5665132b205e43bcd5243e4e11f02a1730"><code>0d697e5</code></a> build(deps): Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/557">#557</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/ef1c33e9ddce70a1938c542f38aea8db8957d1f1"><code>ef1c33e</code></a> build(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/558">#558</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/45d8122ffc9f246ee0a1dc74afe66917e3cb4143"><code>45d8122</code></a> build(deps): Bump github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/555">#555</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/d0210751fafbe65e71a45affc3b65c252b93eb00"><code>d021075</code></a> build(deps): Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/556">#556</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/4c19f069077df4604e75bb02898903f7a78a31c7"><code>4c19f06</code></a> Update action proto v5/v6 definitions to match TF core (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/554">#554</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/f90fa5d0756cde5bdd75fc54bc45ea796b635d8d"><code>f90fa5d</code></a> build(deps): Bump github.com/hashicorp/terraform-registry-address (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/553">#553</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.24.0...v0.29.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
