Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.…
…9.0 (#323) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.8.0 to 1.9.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.9.0</h2> <p>NOTES:</p> <ul> <li>resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> <li>This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource: Add <code>Deferred</code> field to <code>ReadResponse</code>, <code>ModifyPlanResponse</code>, and <code>ImportStateResponse</code> which indicates a resource deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>Deferred</code> field to <code>ReadResponse</code> which indicates a data source deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>resource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code>, <code>ModifyPlanRequest</code>, and <code>ImportStateRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>provider: Add <code>Deferred</code> field to <code>ConfigureResponse</code> which indicates a provider deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> <li>provider: Add <code>ClientCapabilities</code> field to <code>ConfigureRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>function: Introduced implementation errors for collection and object parameters and returns which are missing type information (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/991">#991</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>resource: Prevented errant collection-based nested object conversion from null/unknown object to known object (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</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.9.0 (June 04, 2024)</h2> <p>NOTES:</p> <ul> <li>resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> <li>This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource: Add <code>Deferred</code> field to <code>ReadResponse</code>, <code>ModifyPlanResponse</code>, and <code>ImportStateResponse</code> which indicates a resource deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>Deferred</code> field to <code>ReadResponse</code> which indicates a data source deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>resource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code>, <code>ModifyPlanRequest</code>, and <code>ImportStateRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>provider: Add <code>Deferred</code> field to <code>ConfigureResponse</code> which indicates a provider deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> <li>provider: Add <code>ClientCapabilities</code> field to <code>ConfigureRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>function: Introduced implementation errors for collection and object parameters and returns which are missing type information (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/991">#991</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>resource: Prevented errant collection-based nested object conversion from null/unknown object to known object (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/41951efb7fb7b1dc18c3ab899299b1faec9bfb49"><code>41951ef</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9876a3bfb36a67d4a5e7e3af8238b0c389c270f4"><code>9876a3b</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/96b998a144832c387d108683d1843b40e342e439"><code>96b998a</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c46dce183de76e502931ad7e4da5d562371422d6"><code>c46dce1</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c2c5a39c455e9e0297a0dc1016ceabbfa63247"><code>60c2c5a</code></a> all: Add automatic deferred action support for unknown provider configuration...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d46eab15c7ca6ebe59203481a0370b0975c3931b"><code>d46eab1</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1005">#1005</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9760e4dd5288087754925c7269c10ca13fcdc514"><code>9760e4d</code></a> [CI] Update lock workflow file</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/7c28f83aa1cc1faeaad8c90a4675366f312ad668"><code>7c28f83</code></a> workflows: Delete old issue label remove workflow (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1004">#1004</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/08e0894fbf0e705e9da18c4cbf163fb2106acc6d"><code>08e0894</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1003">#1003</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/1bf22e4eaded5ac566c71dfee3023fc19a12b440"><code>1bf22e4</code></a> [CI] Update issue comment triage workflow file</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.8.0...v1.9.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-framework&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information