Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe0a4a3

Browse files
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 />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-framework&package-manager=go_modules&previous-version=1.13.0&new-version=1.14.1)](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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/docker/go-connectionsv0.5.0
1010
github.com/google/uuidv1.6.0
1111
github.com/hashicorp/terraform-plugin-docsv0.20.1
12-
github.com/hashicorp/terraform-plugin-frameworkv1.14.0
12+
github.com/hashicorp/terraform-plugin-frameworkv1.14.1
1313
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0
1414
github.com/hashicorp/terraform-plugin-gov0.26.0
1515
github.com/hashicorp/terraform-plugin-logv0.9.0

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4
236236
github.com/hashicorp/terraform-jsonv0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow=
237237
github.com/hashicorp/terraform-plugin-docsv0.20.1 h1:Fq7E/HrU8kuZu3hNliZGwloFWSYfWEOWnylFhYQIoys=
238238
github.com/hashicorp/terraform-plugin-docsv0.20.1/go.mod h1:Yz6HoK7/EgzSrHPB9J/lWFzwl9/xep2OPnc5jaJDV90=
239-
github.com/hashicorp/terraform-plugin-frameworkv1.14.0 h1:lsmTJqBlZ4GUabnDxj8Lsa5bmbuUKiUO3Zm9iIKSDf0=
240-
github.com/hashicorp/terraform-plugin-frameworkv1.14.0/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4=
239+
github.com/hashicorp/terraform-plugin-frameworkv1.14.1 h1:jaT1yvU/kEKEsxnbrn4ZHlgcxyIfjvZ41BLdlLk52fY=
240+
github.com/hashicorp/terraform-plugin-frameworkv1.14.1/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4=
241241
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0 h1:0uYQcqqgW3BMyyve07WJgpKorXST3zkpzvrOnf3mpbg=
242242
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0/go.mod h1:VwdfgE/5Zxm43flraNa0VjcvKQOGVrcO4X8peIri0T0=
243243
github.com/hashicorp/terraform-plugin-gov0.26.0 h1:cuIzCv4qwigug3OS7iKhpGAbZTiypAfFQmw8aE65O2M=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp