Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(deps): Bump github.com/hashicorp/terraform-plugin-framework fro…
…m 1.6.1 to 1.7.0 (#456) 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.6.1 to 1.7.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.7.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>function: All parameters must be explicitly named via the <code>Name</code> field (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/964">#964</a>)</li> <li>function: <code>DefaultParameterNamePrefix</code> and <code>DefaultVariadicParameterName</code> constants have been removed (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/964">#964</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>types/basetypes: Added <code>DynamicType</code> and <code>DynamicValue</code> implementations for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>types/basetypes: Added interfaces <code>basetypes.DynamicTypable</code>, <code>basetypes.DynamicValuable</code>, and <code>basetypes.DynamicValuableWithSemanticEquals</code> for dynamic custom type and value implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>datasource/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>provider/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>function: Added <code>DynamicParameter</code> and <code>DynamicReturn</code> for dynamic value handling` (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/dynamicdefault: New package with <code>StaticValue</code> implementation for dynamic schema-based default values (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/dynamicplanmodifier: New package with built-in implementations for dynamic value plan modification. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/defaults: New <code>Dynamic</code> interface for dynamic schema-based default implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/planmodifier: New <code>Dynamic</code> interface for dynamic value plan modification implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>schema/validator: New <code>Dynamic</code> interface for dynamic value schema validation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</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.7.0 (March 21, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>function: All parameters must be explicitly named via the <code>Name</code> field (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/964">#964</a>)</li> <li>function: <code>DefaultParameterNamePrefix</code> and <code>DefaultVariadicParameterName</code> constants have been removed (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/964">#964</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>types/basetypes: Added <code>DynamicType</code> and <code>DynamicValue</code> implementations for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>types/basetypes: Added interfaces <code>basetypes.DynamicTypable</code>, <code>basetypes.DynamicValuable</code>, and <code>basetypes.DynamicValuableWithSemanticEquals</code> for dynamic custom type and value implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>datasource/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>provider/schema: Added <code>DynamicAttribute</code> implementation for dynamic value handling (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>function: Added <code>DynamicParameter</code> and <code>DynamicReturn</code> for dynamic value handling` (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/dynamicdefault: New package with <code>StaticValue</code> implementation for dynamic schema-based default values (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/dynamicplanmodifier: New package with built-in implementations for dynamic value plan modification. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/defaults: New <code>Dynamic</code> interface for dynamic schema-based default implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>resource/schema/planmodifier: New <code>Dynamic</code> interface for dynamic value plan modification implementations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> <li>schema/validator: New <code>Dynamic</code> interface for dynamic value schema validation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/147">#147</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/332d5d11189e7a1fb4cd94e26da64642587fb18d"><code>332d5d1</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/a7607bb3f91477b1a702a9e626dd84375cb75e9e"><code>a7607bb</code></a> Require provider-defined function parameter naming (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/964">#964</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/84f656ed0c597bb24372065aaf7b36b1b2c03ccf"><code>84f656e</code></a> all: Add dynamic type, attribute, and function support (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/931">#931</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/f86c88c9700c4bd03743b32382b20694577d71a7"><code>f86c88c</code></a> website/docs: Link fix on int64 type page (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/960">#960</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/05f0d88ab91e21cc08b82bf00ecfa20cac89f75d"><code>05f0d88</code></a> all: Miscellaneous doc fixes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/958">#958</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/37dabc87ce686ae4a74836d455961c98522e583e"><code>37dabc8</code></a> docs: Explicitly call out object parameter attributes are required (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/956">#956</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/09b53c3e7bde127e4821692d3f7533bcfc9a48f1"><code>09b53c3</code></a> Correct resource State Move documentation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/957">#957</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/6f28bad7558bca002f9be88b905bc62ae0485355"><code>6f28bad</code></a> build(deps): Bump google.golang.org/protobuf in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/953">#953</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/91d777b8e8045965ce0bd6be86dcdd1717752b6b"><code>91d777b</code></a> docs: Fix note tag with link (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/952">#952</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d88ef0ebd25497979c7d51411f2677fa0c5f03e0"><code>d88ef0e</code></a> Add clarification for nil check of ProviderData in data source and resource C...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.6.1...v1.7.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.6.1&new-version=1.7.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