dependabot[bot] opened a new pull request, #178: URL: https://github.com/apache/cloudstack-terraform-provider/pull/178
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.7.0 to 1.14.1. <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.14.1</h2> <p>BUG FIXES:</p> <ul> <li>internal/fwserver: fixed bug where write-only attributes set in configuration would cause perpetual diffs for computed attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1097">#1097</a>)</li> </ul> <h2>v1.14.0</h2> <p>NOTES:</p> <ul> <li>Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li> <li>ephemeral: Ephemeral resources are now considered generally available and protected by compatibility promises. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1052">#1052</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource/schema: Added <code>WriteOnly</code> schema field for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>internal/fwschemadata: Set semantic equality logic has been adjusted and will now ignore order of elements during comparison. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li> <li>internal/fwserver: Fixed bug where dynamic attributes would not prompt invalid configuration error messages (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li> </ul> <h2>v1.13.0</h2> <p>NOTES:</p> <ul> <li>Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>ephemeral: New package for implementing ephemeral resources (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>ephemeral/schema: New package for implementing ephemeral resource schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>provider: Added <code>ProviderWithEphemeralResources</code> interface for implementing ephemeral resources (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>tfsdk: Added <code>EphemeralResultData</code> struct for representing ephemeral values produced by a provider, such as from an ephemeral resource (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>provider: Added <code>EphemeralResourceData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>ephemeral.EphemeralResource</code> implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <h2>v1.12.0</h2> <p>NOTES:</p> <ul> <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-framework/issues/1033">#1033</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>providerserver: Fixed bug that prevented <code>moved</code> operation support between resource types for framework-only providers. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1039">#1039</a>)</li> </ul> <h2>v1.11.0</h2> <p>NOTES:</p> <ul> <li>Framework reflection logic (<code>Config.Get</code>, <code>Plan.Get</code>, etc.) for structs with <code>tfsdk</code> field tags has been updated to support embedded structs that promote exported</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-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework's changelog</a>.</em></p> <blockquote> <h2>1.14.1 (February 20, 2025)</h2> <p>BUG FIXES:</p> <ul> <li>internal/fwserver: fixed bug where write-only attributes set in configuration would cause perpetual diffs for computed attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1097">#1097</a>)</li> </ul> <h2>1.14.0 (February 19, 2025)</h2> <p>NOTES:</p> <ul> <li>Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li> <li>ephemeral: Ephemeral resources are now considered generally available and protected by compatibility promises. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1052">#1052</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource/schema: Added <code>WriteOnly</code> schema field for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>internal/fwschemadata: Set semantic equality logic has been adjusted and will now ignore order of elements during comparison. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li> <li>internal/fwserver: Fixed bug where dynamic attributes would not prompt invalid configuration error messages (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li> </ul> <h2>1.13.0 (October 31, 2024)</h2> <p>NOTES:</p> <ul> <li>Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>ephemeral: New package for implementing ephemeral resources (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>ephemeral/schema: New package for implementing ephemeral resource schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>provider: Added <code>ProviderWithEphemeralResources</code> interface for implementing ephemeral resources (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>tfsdk: Added <code>EphemeralResultData</code> struct for representing ephemeral values produced by a provider, such as from an ephemeral resource (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> <li>provider: Added <code>EphemeralResourceData</code> to <code>ConfigureResponse</code>, to pass provider-defined data to <code>ephemeral.EphemeralResource</code> implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1050">#1050</a>)</li> </ul> <h2>1.12.0 (September 18, 2024)</h2> <p>NOTES:</p> <ul> <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-framework/issues/1033">#1033</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>providerserver: Fixed bug that prevented <code>moved</code> operation support between resource types for framework-only providers. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1039">#1039</a>)</li> </ul> <h2>1.11.0 (August 06, 2024)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/083644c9fda0e22aa7821709790517d5c09c37a8"><code>083644c</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/3000d8cd3b4383186cc5d27094d98b2a534904b1"><code>3000d8c</code></a> internal/fwserver: Move write-only nullification to earlier in PlanResourceCh...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/7c9193d31400679ce0d6f815efd404ca03a5b642"><code>7c9193d</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/8288f627f3e85d4a67c6ac6076daf65cb0bf58f1"><code>8288f62</code></a> Result of tsccr-helper -log-level=info gha update -latest .github/ (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1094">#1094</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/ecd80f67daed0b92b243ae59bb1ee2077f8077c7"><code>ecd80f6</code></a> resource/schema: Add validation to prevent write-only attributes in sets and ...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/0724df105602e6b6676e201b7c0c5e1d187df990"><code>0724df1</code></a> Improve dynamic attribute internal validation handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d91ccc11dd1f369d2fa18a40500cb67e30db3f49"><code>d91ccc1</code></a> docs: Remove experimental verbiage from ephemeral resources (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1092">#1092</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/fbfbe5c00f763b8fef627556c8784bda4e305358"><code>fbfbe5c</code></a> chore: Update golangci-lint linters and apply fixes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1091">#1091</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/bf1d023e7887c45e4fcaa4dd3b80641a0a94602b"><code>bf1d023</code></a> internal/fwschemadata: Rewrite <code>SetValue</code> semantic equality logic to ignore o...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e1e686639f4c97187876aaf8b77f156094d8ad19"><code>e1e6866</code></a> Add support for write only attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.7.0...v1.14.1">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