Skip to content

Commit

Permalink
Bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.…
Browse files Browse the repository at this point in the history
…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
dependabot[bot] authored Jun 15, 2023
1 parent b09b434 commit 0103290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/go-containerregistry v0.15.2
github.com/google/uuid v1.3.0
github.com/hashicorp/terraform-plugin-docs v0.14.1
github.com/hashicorp/terraform-plugin-framework v1.3.0
github.com/hashicorp/terraform-plugin-framework v1.3.1
github.com/hashicorp/terraform-plugin-go v0.15.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ github.com/hashicorp/terraform-json v0.16.0 h1:UKkeWRWb23do5LNAFlh/K3N0ymn1qTOO8
github.com/hashicorp/terraform-json v0.16.0/go.mod h1:v0Ufk9jJnk6tcIZvScHvetlKfiNTC+WS21mnXIlc0B0=
github.com/hashicorp/terraform-plugin-docs v0.14.1 h1:MikFi59KxrP/ewrZoaowrB9he5Vu4FtvhamZFustiA4=
github.com/hashicorp/terraform-plugin-docs v0.14.1/go.mod h1:k2NW8+t113jAus6bb5tQYQgEAX/KueE/u8X2Z45V1GM=
github.com/hashicorp/terraform-plugin-framework v1.3.0 h1:WtP1CIaWAfbzME17xoUXvJcyh5Ewu9attdhbfWNnYLs=
github.com/hashicorp/terraform-plugin-framework v1.3.0/go.mod h1:A1WD3Ry7FhrThViUTbkx4ZDsMq9oaAv4U9oTI8bBzCU=
github.com/hashicorp/terraform-plugin-framework v1.3.1 h1:uhd+SuyuDq3oh5VB2Toq5IPyaC5XFAUf9vUFKBmNNOk=
github.com/hashicorp/terraform-plugin-framework v1.3.1/go.mod h1:A1WD3Ry7FhrThViUTbkx4ZDsMq9oaAv4U9oTI8bBzCU=
github.com/hashicorp/terraform-plugin-go v0.15.0 h1:1BJNSUFs09DS8h/XNyJNJaeusQuWc/T9V99ylU9Zwp0=
github.com/hashicorp/terraform-plugin-go v0.15.0/go.mod h1:tk9E3/Zx4RlF/9FdGAhwxHExqIHHldqiQGt20G6g+nQ=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
Expand Down

0 comments on commit 0103290

Please sign in to comment.