Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.1#274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 3, 2025
edited
Loading

Bumpsgithub.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.1.

Release notes

Sourced fromgithub.com/hashicorp/terraform-plugin-framework's releases.

v1.16.1

BUG FIXES:

  • all: Prevent identity change validation from raising an error when prior identity is empty (all attributes are null) (#1229)
  • all: Added an additional validation check to ensure the resource identity object is not null. (#1193)

v1.16.0

NOTES:

  • all: This Go module has been updated to Go 1.24 per theGo support policy. It is recommended to review theGo 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1217)
  • Support for the newaction{} block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1181)
  • action: This release contains a new interface (action.Action) and packages for implementing action types, available in Terraform 1.14+. An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via thelifecycle.action_trigger block. (#1181)
  • List support is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1150)
  • list: This release contains a new interface (list.ListResource) and packages for implementing list resource types, available in Terraform 1.14+. A list resource in Terraform can be defined by providers to list remote resources within a given scope. (#1150)

FEATURES:

  • action: New package for implementing actions. (#1181)
  • action/schema: New package for implementing action schemas. (#1183)
  • types: Exported a previously internal function,TerraformTypeToFrameworkType, which convertstftypes.Type to a known framework type. (#1200)
  • list: New package for implementing list resources. (#1150)
  • all: Update Framework to handle new ListResource RPCs. (#1157)

ENHANCEMENTS:

  • provider: AddedProviderWithActions interface for implementing actions. (#1181)
  • provider: AddedActionData toConfigureResponse, to pass provider-defined data toaction.Action implementations. (#1185)
  • provider: AddedListResourceData toConfigureResponse, to pass provider-defined data tolist.ListResource implementations. (#1202)
  • tfsdk: AllowSetAtPath to be called with atftypes.Value. (#1198)
  • tfsdk: AllowSetAttribute to be called with atftypes.Value. (#1205)
  • list: Add theListResourceWithRawV5Schemas andListResourceWithRawV6Schemas interfaces to support list implementation on non-framework resources. (#1198)

v1.16.0-beta.1

FEATURES:

  • actions: Initial package implementation and new Actions RPC support (#1181)

ENHANCEMENTS:

  • list: addlimit field toListResult (#1182)
  • list: add primitives, list and map types to schema (#1177)
  • actions: add schema interface and unlinked schema (#1183)
  • actions: add standard validation methods and interfaces forValidateActionConfig RPCs (#1188)
  • actions: add attributes and nested blocks to schema package (#1186)

BUG FIXES:

  • list: callConfigure inListResource RPC and remove theListResource call inValidateListResourceConfig (#1192)

v1.16.0-alpha.1

... (truncated)

Changelog

Sourced fromgithub.com/hashicorp/terraform-plugin-framework's changelog.

1.16.1 (September 29, 2025)

BUG FIXES:

  • all: Prevent identity change validation from raising an error when prior identity is empty (all attributes are null) (#1229)
  • all: Added an additional validation check to ensure the resource identity object is not null. (#1193)

1.16.0 (September 17, 2025)

NOTES:

  • all: This Go module has been updated to Go 1.24 per theGo support policy. It is recommended to review theGo 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1217)
  • Support for the newaction{} block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1181)
  • action: This release contains a new interface (action.Action) and packages for implementing action types, available in Terraform 1.14+. An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via thelifecycle.action_trigger block. (#1181)
  • List support is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1150)
  • list: This release contains a new interface (list.ListResource) and packages for implementing list resource types, available in Terraform 1.14+. A list resource in Terraform can be defined by providers to list remote resources within a given scope. (#1150)

FEATURES:

  • action: New package for implementing actions. (#1181)
  • action/schema: New package for implementing action schemas. (#1183)
  • types: Exported a previously internal function,TerraformTypeToFrameworkType, which convertstftypes.Type to a known framework type. (#1200)
  • list: New package for implementing list resources. (#1150)
  • all: Update Framework to handle new ListResource RPCs. (#1157)

ENHANCEMENTS:

  • provider: AddedProviderWithActions interface for implementing actions. (#1181)
  • provider: AddedActionData toConfigureResponse, to pass provider-defined data toaction.Action implementations. (#1185)
  • provider: AddedListResourceData toConfigureResponse, to pass provider-defined data tolist.ListResource implementations. (#1202)
  • tfsdk: AllowSetAtPath to be called with atftypes.Value. (#1198)
  • tfsdk: AllowSetAttribute to be called with atftypes.Value. (#1205)
  • list: Add theListResourceWithRawV5Schemas andListResourceWithRawV6Schemas interfaces to support list implementation on non-framework resources. (#1198)

1.16.0-beta.1 (July 31, 2025)

FEATURES:

  • actions: Initial package implementation and new Actions RPC support (#1181)

ENHANCEMENTS:

  • list: addlimit field toListResult (#1182)
  • list: add primitives, list and map types to schema (#1177)
  • actions: add schema interface and unlinked schema (#1183)
  • actions: add standard validation methods and interfaces forValidateActionConfig RPCs (#1188)
  • actions: add attributes and nested blocks to schema package (#1186)

BUG FIXES:

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update Go code labelsNov 3, 2025
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.15.1 to 1.16.1.- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-framework@v1.15.1...v1.16.1)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-framework  dependency-version: 1.16.1  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.16.1 branch from8f1e22e toade6bb1CompareNovember 19, 2025 03:06
@ethanndickson
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubNov 21, 2025

Looks like github.com/hashicorp/terraform-plugin-framework is up-to-date now, so this is no longer needed.

@dependabotdependabotbot closed thisNov 21, 2025
@dependabotdependabotbot deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.16.1 branchNovember 21, 2025 00:54
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ethanndicksonethanndicksonethanndickson approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegoPull requests that update Go code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp