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.3.0 to 1.…
…3.1 (#34) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.0 to 1.3.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.3.1</h2> <p>BUG FIXES:</p> <ul> <li>datasource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>provider/metaschema: Ensure nested attribute Equal methods check nested attribute definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>provider/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>resource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>types/basetypes: Prevented panics in <code>ListType</code>, <code>MapType</code>, and <code>SetType</code> methods when <code>ElemType</code> field is not set (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/714">#714</a>)</li> <li>resource/schema: Prevented <code>Value Conversion Error</code> diagnostics for attributes and blocks implementing both <code>CustomType</code> and <code>PlanModifiers</code> fields (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/754">#754</a>)</li> <li>types/basetypes: Prevented panic with <code>ListTypableWithSemanticEquals</code> and <code>SetTypableWithSemanticEquals</code> when proposed new element count was greater than prior element count (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/772">#772</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.3.1 (June 14, 2023)</h2> <p>BUG FIXES:</p> <ul> <li>datasource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>provider/metaschema: Ensure nested attribute Equal methods check nested attribute definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>provider/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>resource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/752">#752</a>)</li> <li>types/basetypes: Prevented panics in <code>ListType</code>, <code>MapType</code>, and <code>SetType</code> methods when <code>ElemType</code> field is not set (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/714">#714</a>)</li> <li>resource/schema: Prevented <code>Value Conversion Error</code> diagnostics for attributes and blocks implementing both <code>CustomType</code> and <code>PlanModifiers</code> fields (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/754">#754</a>)</li> <li>types/basetypes: Prevented panic with <code>ListTypableWithSemanticEquals</code> and <code>SetTypableWithSemanticEquals</code> when proposed new element count was greater than prior element count (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/772">#772</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d33e7ae875c6894dae3294fcd0a21fa10d80faa1"><code>d33e7ae</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/1401070f6f259960ff8d12564b15e2bc565c349d"><code>1401070</code></a> internal/fwserver: Add unit test for PlanResourceChange with CustomType and D...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e9f48e6534bc882b06de9db9f5063a354805ceee"><code>e9f48e6</code></a> docs: Adjust semantic equality ordering and use stronger wording for overridi...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/8c25df4a73192821a0233b682703a89df4268801"><code>8c25df4</code></a> internal/fwschemadata: Prevent panics in <code>ValueSemanticEqualityListElements</code> ...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/22f77e2a2e57e2d56d3ede993a763bd07ec5d4da"><code>22f77e2</code></a> internal/fwserver: Ensure Attribute and Block plan modification returns custo...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/8f824839164b3385a8762790bc5ea907f890ed07"><code>8f82483</code></a> docs: Additional type-based semantic equality information (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/769">#769</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c94a7ec05b3baa42e959904df265e8d77c98673d"><code>c94a7ec</code></a> build(deps): Bump dessant/lock-threads from 4.0.0 to 4.0.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/765">#765</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/8f21ad776b695329e69549b15f8fa3f5454a320e"><code>8f21ad7</code></a> docs: Add missing word in diagnostics documentation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/766">#766</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/1d1bf84e11b42f1ef73e99c8be01b44215fd34f9"><code>1d1bf84</code></a> Adjust <code>NestedAttributesEqual</code> to perform shallow compare first (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/762">#762</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/8cfc161b116f4ab2af650fbae2a72fa63e1b720f"><code>8cfc161</code></a> docs: Fix missing return value on custom-types.mdx (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/764">#764</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.3.0...v1.3.1">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.3.0&new-version=1.3.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'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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information