Skip to content

Conversation

@tl-renovate
Copy link

@tl-renovate tl-renovate bot commented Sep 17, 2025

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.37.0 -> v2.38.1

Release Notes

hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.38.1

Compare Source

BUG FIXES:

  • all: Prevent identity change validation from raising an error when prior identity is empty (all attributes are null) (#​1527)

v2.38.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#​1518)
  • helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. (#​1521)
  • helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. (#​1522)

ENHANCEMENTS:

  • helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. (#​1504)
  • helper/schema: Added an additional validation check to ensure the resource identity object is not null. (#​1513)
  • helper/schema: Added the TfTypeIdentityState() and TfTypeResourceState() methods to ResourceData which return the identity and state values as a tftypes.Value. (#​1508)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tl-renovate tl-renovate bot added the dependencies Pull requests that update a dependency file label Sep 17, 2025
@tl-renovate tl-renovate bot requested a review from a team as a code owner September 17, 2025 15:16
@tl-renovate tl-renovate bot added the dependencies Pull requests that update a dependency file label Sep 17, 2025
@tl-renovate
Copy link
Author

tl-renovate bot commented Sep 17, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/hashicorp/go-plugin v1.6.3 -> v1.7.0
github.com/hashicorp/terraform-exec v0.23.0 -> v0.23.1
github.com/hashicorp/terraform-json v0.25.0 -> v0.27.1
github.com/hashicorp/terraform-plugin-go v0.28.0 -> v0.29.0
github.com/hashicorp/terraform-registry-address v0.3.0 -> v0.4.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/zclconf/go-cty v1.16.3 -> v1.17.0
golang.org/x/crypto v0.40.0 -> v0.42.0
golang.org/x/mod v0.25.0 -> v0.27.0
golang.org/x/net v0.42.0 -> v0.43.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.34.0 -> v0.36.0
golang.org/x/text v0.27.0 -> v0.29.0
golang.org/x/tools v0.34.0 -> v0.36.0
google.golang.org/grpc v1.73.0 -> v1.75.1
google.golang.org/protobuf v1.36.6 -> v1.36.9

@tl-renovate tl-renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x branch from a8c1d4a to 679654b Compare September 22, 2025 15:15
@tl-renovate tl-renovate bot changed the title [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.38.0 [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.38.1 Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant