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

Commit11f4a71

Browse files
chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.14.1 to 1.15.0 (#219)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes sometime.Note: if you make any changes to this PR yourself, they will takeprecedence over the rebase.---[//]: # (dependabot-end)Bumps[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)from 1.14.1 to 1.15.0.<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.15.0</h2><p>NOTES:</p><ul><li>all: This Go module has been updated to Go 1.23 per the <ahref="https://go.dev/doc/devel/release#policy">Go support policy</a>. Itis recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23release notes</a> before upgrading. Any consumers building on earlier Goversions may experience errors. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li><li>all: This release contains a new interface and package forimplmenting managed resource identity. Resource identity is data that isdefined by a separate schema and is stored alongside resource state.Identity data is used by Terrform to uniquely identify a remote objectand is meant to be immutable during the remote object's lifecycle.Resources that support identity can now be imported using the<code>identity</code> attribute in Terraform configuration<code>import</code> blocks, available in Terraform v1.12+. The<code>resource.ResourceWithIdentity</code> interface can be implementedto support identity by defining an identity schema. Once the identityschema is defined, you can read and store identity data in the statefile via the new <code>Identity</code> fields in the response objects onthe resource CRUD methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li></ul><p>FEATURES:</p><ul><li>tfsdk: Added <code>ResourceIdentity</code> struct to representmanaged resource identity data. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li><li>resource/identityschema: New package for implementing managedresource identity schemas. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li><li>resource: Added new <code>ImportStatePassthroughWithIdentity</code>helper that can support both identity and ID importing via a singlefield. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1134">#1134</a>)</li><li>resource: Added <code>ResourceWithIdentity</code> interface forimplementing managed resource identity. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li></ul><p>ENHANCEMENTS:</p><ul><li>resource: Updated <code>Create</code>, <code>Update</code>,<code>Read</code>, and <code>Delete</code> request and response objectsto support the passing of identity data. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li><li>resource: Updated <code>ImportState</code> method to allow importingby resource identity and returning identity data from import response.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li></ul><h2>v1.15.0-beta.1</h2><p>NOTES:</p><ul><li>This beta pre-release continues the implementation of managedresource identity, which should now be used with Terraformv1.12.0-beta1. Managed resources now can support import by identityduring plan and apply workflows. Managed resources that already supportimport via the <code>resource.ResourceWithImportState</code> interfacewill automatically pass-through identity data to the <code>Read</code>method. The <code>RequiredForImport</code> and<code>OptionalForImport</code> fields on the identity schema can be usedto control the validation that Terraform core will apply to the importconfig block. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li></ul><h2>v1.15.0-alpha.1</h2><p>NOTES:</p><ul><li>all: This Go module has been updated to Go 1.23 per the <ahref="https://go.dev/doc/devel/release#policy">Go support policy</a>. Itis recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23release notes</a> before upgrading. Any consumers building on earlier Goversions may experience errors. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li><li>This alpha pre-release contains an initial implementation formanaged resource identity, which can used with Terraformv1.12.0-alpha20250312, to store and read identity data during plan andapply workflows. A managed resource identity can be used by implementingthe optional <code>resource.ResourceWithIdentity</code> interface anddefining an identity schema. Once the identity schema is defined, youcan read and store identity data in the state file via the new<code>Identity</code> fields in the response objects on the resourceCRUD methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</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.15.0 (May 16, 2025)</h2><p>NOTES:</p><ul><li>all: This Go module has been updated to Go 1.23 per the <ahref="https://go.dev/doc/devel/release#policy">Go support policy</a>. Itis recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23release notes</a> before upgrading. Any consumers building on earlier Goversions may experience errors. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li><li>all: This release contains a new interface and package forimplmenting managed resource identity. Resource identity is data that isdefined by a separate schema and is stored alongside resource state.Identity data is used by Terrform to uniquely identify a remote objectand is meant to be immutable during the remote object's lifecycle.Resources that support identity can now be imported using the<code>identity</code> attribute in Terraform configuration<code>import</code> blocks, available in Terraform v1.12+. The<code>resource.ResourceWithIdentity</code> interface can be implementedto support identity by defining an identity schema. Once the identityschema is defined, you can read and store identity data in the statefile via the new <code>Identity</code> fields in the response objects onthe resource CRUD methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li></ul><p>FEATURES:</p><ul><li>tfsdk: Added <code>ResourceIdentity</code> struct to representmanaged resource identity data. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li><li>resource/identityschema: New package for implementing managedresource identity schemas. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li><li>resource: Added new <code>ImportStatePassthroughWithIdentity</code>helper that can support both identity and ID importing via a singlefield. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1134">#1134</a>)</li><li>resource: Added <code>ResourceWithIdentity</code> interface forimplementing managed resource identity. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li></ul><p>ENHANCEMENTS:</p><ul><li>resource: Updated <code>Create</code>, <code>Update</code>,<code>Read</code>, and <code>Delete</code> request and response objectsto support the passing of identity data. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li><li>resource: Updated <code>ImportState</code> method to allow importingby resource identity and returning identity data from import response.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li></ul><h2>1.15.0-beta.1 (April 15, 2025)</h2><p>NOTES:</p><ul><li>This beta pre-release continues the implementation of managedresource identity, which should now be used with Terraformv1.12.0-beta1. Managed resources now can support import by identityduring plan and apply workflows. Managed resources that already supportimport via the <code>resource.ResourceWithImportState</code> interfacewill automatically pass-through identity data to the <code>Read</code>method. The <code>RequiredForImport</code> and<code>OptionalForImport</code> fields on the identity schema can be usedto control the validation that Terraform core will apply to the importconfig block. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li></ul><h2>1.15.0-alpha.1 (March 18, 2025)</h2><p>NOTES:</p><ul><li>all: This Go module has been updated to Go 1.23 per the <ahref="https://go.dev/doc/devel/release#policy">Go support policy</a>. Itis recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23release notes</a> before upgrading. Any consumers building on earlier Goversions may experience errors. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li><li>This alpha pre-release contains an initial implementation formanaged resource identity, which can used with Terraformv1.12.0-alpha20250312, to store and read identity data during plan andapply workflows. A managed resource identity can be used by implementingthe optional <code>resource.ResourceWithIdentity</code> interface anddefining an identity schema. Once the identity schema is defined, youcan read and store identity data in the state file via the new<code>Identity</code> fields in the response objects on the resourceCRUD methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/acbc06a5e7a43fdc192a5995bc5ad7d855a37be2"><code>acbc06a</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/57021a4272b63995b9f80072247ba945759b92fa"><code>57021a4</code></a>build(deps): Bump github.com/hashicorp/terraform-plugin-go (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1145">#1145</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/fc240f17bed6f21a67d580ac410cc0cb35b1c6e4"><code>fc240f1</code></a>ResourceIdentity: Validate that identities do not change after Terraformstor...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/e43fb0b504c3e1702c2c8913eae78523fd816eac"><code>e43fb0b</code></a>build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1142">#1142</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/77d74764642e5d26bb60f474d2839727fd93103b"><code>77d7476</code></a>build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1143">#1143</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/68d7b53836690c927c08f60d9b0cddb8411aa44a"><code>68d7b53</code></a>github: Use Dependabot to keep Actions updated (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1141">#1141</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/e1d72e4112536aad26a23964555f747e09964ce6"><code>e1d72e4</code></a>Resource Identity: Add the UpgradeRPC for resource identity (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1135">#1135</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/5c1ab2d98cfc44fd4a3f42c22ed053f269d8dec4"><code>5c1ab2d</code></a>Prep changelogs for <code>v1.15.0</code> release (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1138">#1138</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/24e7ad7aec11f264757acb1e0256d58202cf1ee4"><code>24e7ad7</code></a>Add catalog metadata (META.d) (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1139">#1139</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/17f1faf8787c6987ade7b6d58e297f256473ab43"><code>17f1faf</code></a>resource: Add identity to DeleteRequest (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1132">#1132</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.14.1...v1.15.0">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.14.1&new-version=1.15.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'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 parent9f77f18 commit11f4a71

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.21.0
12-
github.com/hashicorp/terraform-plugin-frameworkv1.14.1
12+
github.com/hashicorp/terraform-plugin-frameworkv1.15.0
1313
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0
1414
github.com/hashicorp/terraform-plugin-gov0.27.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
@@ -243,8 +243,8 @@ github.com/hashicorp/terraform-json v0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGo
243243
github.com/hashicorp/terraform-jsonv0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
244244
github.com/hashicorp/terraform-plugin-docsv0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8=
245245
github.com/hashicorp/terraform-plugin-docsv0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
246-
github.com/hashicorp/terraform-plugin-frameworkv1.14.1 h1:jaT1yvU/kEKEsxnbrn4ZHlgcxyIfjvZ41BLdlLk52fY=
247-
github.com/hashicorp/terraform-plugin-frameworkv1.14.1/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4=
246+
github.com/hashicorp/terraform-plugin-frameworkv1.15.0 h1:LQ2rsOfmDLxcn5EeIwdXFtr03FVsNktbbBci8cOKdb4=
247+
github.com/hashicorp/terraform-plugin-frameworkv1.15.0/go.mod h1:hxrNI/GY32KPISpWqlCoTLM9JZsGH3CyYlir09bD/fI=
248248
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0 h1:0uYQcqqgW3BMyyve07WJgpKorXST3zkpzvrOnf3mpbg=
249249
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0/go.mod h1:VwdfgE/5Zxm43flraNa0VjcvKQOGVrcO4X8peIri0T0=
250250
github.com/hashicorp/terraform-plugin-gov0.27.0 h1:ujykws/fWIdsi6oTUT5Or4ukvEan4aN9lY+LOxVP8EE=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp