Skip to content

Commit

Permalink
Bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.…
Browse files Browse the repository at this point in the history
…3.2 (#32)

Bumps
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)
from 1.3.1 to 1.3.2.
<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.2</h2>
<p>BUG FIXES:</p>
<ul>
<li>resource/schema: Ensured <code>Default</code> implementations
received request <code>Path</code> and have response
<code>Diagnostics</code> handled (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/778">#778</a>)</li>
<li>resource/schema: Prevented panics with <code>Default</code>
implementations on list, map, and set where no response
<code>Diagnostics</code> or <code>PlanValue</code> was returned (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/778">#778</a>)</li>
<li>providerserver: Ensured Terraform CLI interrupts (e.g. Ctrl-c)
properly cancel the <code>context.Context</code> of inflight requests
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/782">#782</a>)</li>
<li>providerserver: Prevented caching of unused data and managed
resource schemas (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/784">#784</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.2 (June 28, 2023)</h2>
<p>BUG FIXES:</p>
<ul>
<li>resource/schema: Ensured <code>Default</code> implementations
received request <code>Path</code> and have response
<code>Diagnostics</code> handled (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/778">#778</a>)</li>
<li>resource/schema: Prevented panics with <code>Default</code>
implementations on list, map, and set where no response
<code>Diagnostics</code> or <code>PlanValue</code> was returned (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/778">#778</a>)</li>
<li>providerserver: Ensured Terraform CLI interrupts (e.g. Ctrl-c)
properly cancel the <code>context.Context</code> of inflight requests
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/782">#782</a>)</li>
<li>providerserver: Prevented caching of unused data and managed
resource schemas (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/784">#784</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/defe94cadfdc544cbd62cca5470afaf84248d3c3"><code>defe94c</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/58b62c83da3f6f2b79732f0f7f29f84a6111b332"><code>58b62c8</code></a>
build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/788">#788</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/44c2fc9c563046d508a729bd670d33eca36ef479"><code>44c2fc9</code></a>
build(deps): Bump github.com/hashicorp/copywrite in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/787">#787</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f0ede68b8b541449068d6d765f60b7bc304838a2"><code>f0ede68</code></a>
internal/fwserver: Delay resource schema caching to occur after
GetProviderSc...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/4ededd7ae917f3faa09879028c0af9fc8d2ffb67"><code>4ededd7</code></a>
internal/fwschemadata: Ensure Default implementations receive request
Path an...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/7f6bef5d8aceef2ed775a75515cee6c8614b9191"><code>7f6bef5</code></a>
build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.15.0
to 0.1...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/b219ea4e55a15e2141bef8d38b2226b9a00154fc"><code>b219ea4</code></a>
internal/testing: Migrate types package to testtypes to reduce import
collisi...</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.3.1...v1.3.2">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.1&new-version=1.3.2)](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>
  • Loading branch information
tdabasinskas authored Jun 29, 2023
2 parents 2131be6 + 7b56363 commit 884bda1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.20

require (
github.com/hashicorp/terraform-plugin-docs v0.15.0
github.com/hashicorp/terraform-plugin-framework v1.3.1
github.com/hashicorp/terraform-plugin-framework v1.3.2
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0
github.com/hashicorp/terraform-plugin-go v0.16.0
github.com/hashicorp/terraform-plugin-go v0.17.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0
github.com/tdabasinskas/go-backstage/v2 v2.0.0
Expand Down Expand Up @@ -69,6 +69,6 @@ require (
golang.org/x/text v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
16 changes: 8 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 884bda1

Please sign in to comment.