Skip to content

Commit

Permalink
Build(deps): Bump github.com/hashicorp/terraform-plugin-framework fro…
Browse files Browse the repository at this point in the history
…m 1.9.0 to 1.10.0 (#134)

Bumps
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)
from 1.9.0 to 1.10.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.10.0</h2>
<p>FEATURES:</p>
<ul>
<li>types/basetypes: Added <code>Int32Type</code> and
<code>Int32Value</code> implementations for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>types/basetypes: Added interfaces
<code>basetypes.Int32Typable</code>,
<code>basetypes.Int32Valuable</code>, and
<code>basetypes.Int32ValuableWithSemanticEquals</code> for Int32 custom
type and value implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>datasource/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>provider/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>function: Added <code>Int32Parameter</code> and
<code>Int32Return</code> for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/int32default: New package with
<code>StaticValue</code> implementation for Int32 schema-based default
values. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/int32planmodifier: New package with built-in
implementations for Int32 value plan modification. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/defaults: New <code>Int32</code> interface for Int32
schema-based default implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/planmodifier: New <code>Int32</code> interface for
Int32 value plan modification implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>schema/validator: New <code>Int32</code> interface for Int32 value
schema validation. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>types/basetypes: Added <code>Float32Type</code> and
<code>Float32Value</code> implementations for Float32 value handling.
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>types/basetypes: Added interfaces
<code>basetypes.Float32Typable</code>,
<code>basetypes.Float32Valuable</code>, and
<code>basetypes.Float32ValuableWithSemanticEquals</code> for Float32
custom type and value implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema: Added <code>Float32Attribute</code> implementation
for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>datasource/schema: Added <code>Float32Attribute</code>
implementation for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>provider/schema: Added <code>Float32Attribute</code> implementation
for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>function: Added <code>Float32Parameter</code> and
<code>Float32Return</code> for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/float32default: New package with
<code>StaticValue</code> implementation for Float32 schema-based default
values. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/float32planmodifier: New package with built-in
implementations for Float32 value plan modification. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/defaults: New <code>Float32</code> interface for
Float32 schema-based default implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/planmodifier: New <code>Float32</code> interface for
Float32 value plan modification implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>schema/validator: New <code>Float32</code> interface for Float32
value schema validation. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</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.10.0 (July 09, 2024)</h2>
<p>FEATURES:</p>
<ul>
<li>types/basetypes: Added <code>Int32Type</code> and
<code>Int32Value</code> implementations for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>types/basetypes: Added interfaces
<code>basetypes.Int32Typable</code>,
<code>basetypes.Int32Valuable</code>, and
<code>basetypes.Int32ValuableWithSemanticEquals</code> for Int32 custom
type and value implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>datasource/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>provider/schema: Added <code>Int32Attribute</code> implementation
for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>function: Added <code>Int32Parameter</code> and
<code>Int32Return</code> for Int32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/int32default: New package with
<code>StaticValue</code> implementation for Int32 schema-based default
values. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/int32planmodifier: New package with built-in
implementations for Int32 value plan modification. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/defaults: New <code>Int32</code> interface for Int32
schema-based default implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>resource/schema/planmodifier: New <code>Int32</code> interface for
Int32 value plan modification implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>schema/validator: New <code>Int32</code> interface for Int32 value
schema validation. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li>types/basetypes: Added <code>Float32Type</code> and
<code>Float32Value</code> implementations for Float32 value handling.
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>types/basetypes: Added interfaces
<code>basetypes.Float32Typable</code>,
<code>basetypes.Float32Valuable</code>, and
<code>basetypes.Float32ValuableWithSemanticEquals</code> for Float32
custom type and value implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema: Added <code>Float32Attribute</code> implementation
for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>datasource/schema: Added <code>Float32Attribute</code>
implementation for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>provider/schema: Added <code>Float32Attribute</code> implementation
for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>function: Added <code>Float32Parameter</code> and
<code>Float32Return</code> for Float32 value handling. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/float32default: New package with
<code>StaticValue</code> implementation for Float32 schema-based default
values. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/float32planmodifier: New package with built-in
implementations for Float32 value plan modification. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/defaults: New <code>Float32</code> interface for
Float32 schema-based default implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>resource/schema/planmodifier: New <code>Float32</code> interface for
Float32 value plan modification implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li>schema/validator: New <code>Float32</code> interface for Float32
value schema validation. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/154799da4839638519132f50d48f9a826193f33e"><code>154799d</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f322448effb3a6c0eb9c57fcc2815f93f9072836"><code>f322448</code></a>
Remove extra unaccepted comma in the example code (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1016">#1016</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/6ab653a3d85eda4f961442774f46cf4c06d26020"><code>6ab653a</code></a>
reflect: Use <code>float64</code> string representation for
<code>float32</code> reflection equival...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/758afb75f253b59530e5d1d25a61d56a458d360b"><code>758afb7</code></a>
all: Add float32 type, attribute, and function support (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1014">#1014</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/79b0229770c163b7c9f1f1922931ede578052295"><code>79b0229</code></a>
all: Add int32 type, attribute, and function support (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1010">#1010</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/c9804e94a5951e335c21d7efea16afc7ddc0c603"><code>c9804e9</code></a>
build(deps): Bump github.com/hashicorp/copywrite in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1013">#1013</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/d923420127b3910765b43d7b31b00d6e348ba33c"><code>d923420</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1011">#1011</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/d7376059e00211d30acf0969febb642ce28d0626"><code>d737605</code></a>
SEC-090: Automated trusted workflow pinning (2024-06-17) (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1009">#1009</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/63578d140445ded4c7f32462e8950783c87e4fcc"><code>63578d1</code></a>
[CI] Update lock workflow file</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/8a09cef0bb892e2d90c89cad551ce12a959f1a2d"><code>8a09cef</code></a>
[CI] terraform-devex-repos automation</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.9.0...v1.10.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.9.0&new-version=1.10.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 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 committed Jul 10, 2024
2 parents ba708bc + 19f8f3f commit 9b63608
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.22
require (
github.com/h2non/gock v1.2.0
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.9.0
github.com/hashicorp/terraform-plugin-framework v1.10.0
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.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 9b63608

Please sign in to comment.