Skip to content

Commit

Permalink
build(deps): Bumps github.com/hashicorp/terraform-plugin-framework fr…
Browse files Browse the repository at this point in the history
…om 1.4.2 to 1.5.0 (#419)

Bumps the hashicorp group with 1 update:
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework).

Updates `github.com/hashicorp/terraform-plugin-framework` from 1.4.2 to
1.5.0
<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.5.0</h2>
<p>NOTES:</p>
<ul>
<li>all: Update <code>google.golang.org/grpc</code> dependency to
address CVE-2023-44487 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/865">#865</a>)</li>
<li>Provider-defined function support is in technical preview and
offered without compatibility promises until Terraform 1.8 is generally
available. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>function: New package for implementing provider defined functions
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>types/basetypes: Added <code>TupleType</code> and
<code>TupleValue</code> implementations, which are only necessary for
dynamic value handling (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/870">#870</a>)</li>
<li>diag: Added <code>NewArgumentErrorDiagnostic()</code> and
<code>NewArgumentWarningDiagnostic()</code> functions, which create
diagnostics with the function argument position set (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
<li>provider: Added <code>ProviderWithFunctions</code> interface for
implementing provider defined functions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
<li>diag: Added <code>(Diagnostics).AddArgumentError()</code> and
<code>(Diagnostics).AddArgumentWarning()</code> methods for appending
function argument diagnostics (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</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.5.0 (January 11, 2024)</h2>
<p>NOTES:</p>
<ul>
<li>all: Update <code>google.golang.org/grpc</code> dependency to
address CVE-2023-44487 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/865">#865</a>)</li>
<li>Provider-defined function support is in technical preview and
offered without compatibility promises until Terraform 1.8 is generally
available. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>function: New package for implementing provider defined functions
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>types/basetypes: Added <code>TupleType</code> and
<code>TupleValue</code> implementations, which are only necessary for
dynamic value handling (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/870">#870</a>)</li>
<li>diag: Added <code>NewArgumentErrorDiagnostic()</code> and
<code>NewArgumentWarningDiagnostic()</code> functions, which create
diagnostics with the function argument position set (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
<li>provider: Added <code>ProviderWithFunctions</code> interface for
implementing provider defined functions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
<li>diag: Added <code>(Diagnostics).AddArgumentError()</code> and
<code>(Diagnostics).AddArgumentWarning()</code> methods for appending
function argument diagnostics (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/ea3e74dfc64aa203e53f5bbc5873e1dcad7e2114"><code>ea3e74d</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/79accaca46cc3989a3defffdc14e8ad3de8f111d"><code>79accac</code></a>
website: Document managed resource Read and UpgradeState unknown value
errors...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/18af0e8fbe46758059c69ae5f9fbb1583639973e"><code>18af0e8</code></a>
build(deps): Bump github.com/cloudflare/circl in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/901">#901</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/2a97b81de1608b39da7919e6e133b6c547a319b2"><code>2a97b81</code></a>
website: Use ConfigPlanChecks instead of PlanOnly in migration testing
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/899">#899</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/791e37bc10ac1f76fd585801a0696663ef73c988"><code>791e37b</code></a>
function: Initial provider defined functions implementation (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/889">#889</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/ce8a02d2d425ef3d94a3206401a99291e680f568"><code>ce8a02d</code></a>
build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/895">#895</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/5e257a376dc27fe68819259b35fc34d060932d68"><code>5e257a3</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/892">#892</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/9cb36590e8680dab93f1146c4b55083df2a4fb0a"><code>9cb3659</code></a>
build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/891">#891</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/6c28dc6dea8aeaed0dde075d414c050e4b9b1029"><code>6c28dc6</code></a>
Fixed documentation resource model code (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/890">#890</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/0545d40b32b345f972fba3abb02dd505d2cc0afe"><code>0545d40</code></a>
Result of tsccr-helper -log-level=info -pin-all-workflows . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/886">#886</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.4.2...v1.5.0">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.4.2&new-version=1.5.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'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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 3efb5f4 commit 3fca3aa
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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-retryablehttp v0.7.5
github.com/hashicorp/terraform-plugin-framework v1.4.2
github.com/hashicorp/terraform-plugin-framework v1.5.0
github.com/hashicorp/terraform-plugin-go v0.20.0
github.com/hashicorp/terraform-plugin-mux v0.13.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

0 comments on commit 3fca3aa

Please sign in to comment.