- Notifications
You must be signed in to change notification settings - Fork4
Commitfe0a4a3
authored
chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (#185)
Bumps[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)from 1.13.0 to 1.14.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework/releases">github.com/hashicorp/terraform-plugin-framework'sreleases</a>.</em></p><blockquote><h2>v1.14.1</h2><p>BUG FIXES:</p><ul><li>internal/fwserver: fixed bug where write-only attributes set inconfiguration would cause perpetual diffs for computed attributes. (<ahref="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 offeredwithout compatibility promises until Terraform 1.11 is generallyavailable. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>ephemeral: Ephemeral resources are now considered generallyavailable and protected by compatibility promises. (<ahref="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 formanaged resource schemas to indicate a write-only attribute. Write-onlyattribute values are not saved to the Terraform plan or state artifacts.(<ahref="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 adjustedand will now ignore order of elements during comparison. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li><li>internal/fwserver: Fixed bug where dynamic attributes would notprompt invalid configuration error messages (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework'schangelog</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 inconfiguration would cause perpetual diffs for computed attributes. (<ahref="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 offeredwithout compatibility promises until Terraform 1.11 is generallyavailable. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>ephemeral: Ephemeral resources are now considered generallyavailable and protected by compatibility promises. (<ahref="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 formanaged resource schemas to indicate a write-only attribute. Write-onlyattribute values are not saved to the Terraform plan or state artifacts.(<ahref="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 adjustedand will now ignore order of elements during comparison. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li><li>internal/fwserver: Fixed bug where dynamic attributes would notprompt invalid configuration error messages (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/083644c9fda0e22aa7821709790517d5c09c37a8"><code>083644c</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/3000d8cd3b4383186cc5d27094d98b2a534904b1"><code>3000d8c</code></a>internal/fwserver: Move write-only nullification to earlier inPlanResourceCh...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/7c9193d31400679ce0d6f815efd404ca03a5b642"><code>7c9193d</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/8288f627f3e85d4a67c6ac6076daf65cb0bf58f1"><code>8288f62</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1094">#1094</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/ecd80f67daed0b92b243ae59bb1ee2077f8077c7"><code>ecd80f6</code></a>resource/schema: Add validation to prevent write-only attributes in setsand ...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/0724df105602e6b6676e201b7c0c5e1d187df990"><code>0724df1</code></a>Improve dynamic attribute internal validation handling (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/d91ccc11dd1f369d2fa18a40500cb67e30db3f49"><code>d91ccc1</code></a>docs: Remove experimental verbiage from ephemeral resources (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1092">#1092</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/fbfbe5c00f763b8fef627556c8784bda4e305358"><code>fbfbe5c</code></a>chore: Update golangci-lint linters and apply fixes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1091">#1091</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/bf1d023e7887c45e4fcaa4dd3b80641a0a94602b"><code>bf1d023</code></a>internal/fwschemadata: Rewrite <code>SetValue</code> semantic equalitylogic to ignore o...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/e1e686639f4c97187876aaf8b77f156094d8ad19"><code>e1e6866</code></a>Add support for write only attributes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.13.0...v1.14.1">compareview</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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent33e57c8 commitfe0a4a3
2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
240 |
| - | |
| 239 | + | |
| 240 | + | |
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
|
0 commit comments
Comments
(0)