Skip to content

Conversation

@renovate-coveooss
Copy link
Contributor

@renovate-coveooss renovate-coveooss bot commented Apr 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1v2.38.1 age adoption passing confidence require minor
go (source) 1.24.11.25.5 age adoption passing confidence toolchain minor 1.25.6

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)

v2.37.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.23 per the Go support policy. It is recommended to review the Go 1.23 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#​1445)
  • all: This release contains new fields and structs for implmenting managed resource identity. Resource identity is data that is defined by a separate schema and is stored alongside resource state. Identity data is used by Terrform to uniquely identify a remote object and is meant to be immutable during the remote object's lifecycle. Resources that support identity can now be imported using the identity attribute in Terraform configuration import blocks, available in Terraform v1.12+. The resource.Identity field on the schema.Resource struct can be used to support identity by defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file with the new IdentityData struct that is available via the Identity() method on schema.ResourceData and schema.ResourceDiff structs. (#​1444)

FEATURES:

  • helper/schema: Added new TestResourceDataWithIdentityRaw function for creating a ResourceData struct with identity data for unit testing. (#​1475)
  • helper/schema: Added new Identity field to Resource that supports defining an identity schema for managed resources only. (#​1444)
  • Added new ImportStatePassthroughWithIdentity helper that can support both identity and ID importing via a single field. (#​1474)

ENHANCEMENTS:

  • helper/schema: Added RequiredForImport and OptionalForImport fields to the Schema struct, which are only valid for identity schemas. (#​1444)
  • helper/schema: Updated ResourceData to support passing of identity data in CRUD and import functions for managed resources. (#​1444)

BUG FIXES:

  • helper/schema: Fixed bug that blocked write-only attributes from being used with resources without update functions. (#​1472)

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@renovate-coveooss
Copy link
Contributor Author

renovate-coveooss bot commented Apr 22, 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):

  • 26 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.35.0 -> v0.42.0
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.1
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 -> v1.5.0
github.com/hashicorp/go-plugin v1.6.2 -> v1.7.0
github.com/hashicorp/hc-install v0.9.1 -> v0.9.2
github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
github.com/hashicorp/terraform-exec v0.22.0 -> v0.23.1
github.com/hashicorp/terraform-json v0.24.0 -> v0.27.1
github.com/hashicorp/terraform-plugin-go v0.26.0 -> v0.29.0
github.com/hashicorp/terraform-registry-address v0.2.4 -> v0.4.0
github.com/hashicorp/yamux v0.1.1 -> v0.1.2
github.com/mitchellh/go-wordwrap v1.0.0 -> v1.0.1
github.com/oklog/run v1.0.0 -> v1.1.0
github.com/rogpeppe/go-internal v1.11.0 -> v1.14.1
github.com/zclconf/go-cty v1.16.2 -> v1.17.0
golang.org/x/mod v0.22.0 -> v0.27.0
golang.org/x/net v0.34.0 -> v0.43.0
golang.org/x/sync v0.11.0 -> v0.17.0
golang.org/x/sys v0.30.0 -> v0.36.0
golang.org/x/text v0.22.0 -> v0.29.0
golang.org/x/tools v0.23.0 -> v0.36.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20250707201910-8d1bb00bc6a7
google.golang.org/grpc v1.69.4 -> v1.75.1
google.golang.org/protobuf v1.36.3 -> v1.36.9

@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from a327460 to 897d313 Compare May 13, 2025 00:09
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch from 897d313 to c4dc9dc Compare May 23, 2025 19:12
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from 901c24d to c2d4f22 Compare June 12, 2025 17:44
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from 40a6ab8 to a36499a Compare July 17, 2025 17:31
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 3 times, most recently from 2f53c7a to f9d7413 Compare August 19, 2025 00:15
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from 3cf45c7 to e586697 Compare September 15, 2025 15:31
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from 14b5d75 to bc60f0f Compare September 29, 2025 15:01
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 3 times, most recently from a039c7b to 96f3197 Compare October 20, 2025 00:16
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch 2 times, most recently from c673509 to 952d0b9 Compare November 18, 2025 18:21
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch from 952d0b9 to 05755b7 Compare November 20, 2025 01:51
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-go branch from 05755b7 to e47e4ba Compare December 9, 2025 00:24
@renovate-coveooss
Copy link
Contributor Author

ℹ️ 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):

  • 26 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.35.0 -> v0.42.0
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.1
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 -> v1.5.0
github.com/hashicorp/go-plugin v1.6.2 -> v1.7.0
github.com/hashicorp/hc-install v0.9.1 -> v0.9.2
github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
github.com/hashicorp/terraform-exec v0.22.0 -> v0.23.1
github.com/hashicorp/terraform-json v0.24.0 -> v0.27.1
github.com/hashicorp/terraform-plugin-go v0.26.0 -> v0.29.0
github.com/hashicorp/terraform-registry-address v0.2.4 -> v0.4.0
github.com/hashicorp/yamux v0.1.1 -> v0.1.2
github.com/mitchellh/go-wordwrap v1.0.0 -> v1.0.1
github.com/oklog/run v1.0.0 -> v1.1.0
github.com/rogpeppe/go-internal v1.11.0 -> v1.14.1
github.com/zclconf/go-cty v1.16.2 -> v1.17.0
golang.org/x/mod v0.22.0 -> v0.27.0
golang.org/x/net v0.34.0 -> v0.43.0
golang.org/x/sync v0.11.0 -> v0.17.0
golang.org/x/sys v0.30.0 -> v0.36.0
golang.org/x/text v0.22.0 -> v0.29.0
golang.org/x/tools v0.23.0 -> v0.36.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20250707201910-8d1bb00bc6a7
google.golang.org/grpc v1.69.4 -> v1.75.1
google.golang.org/protobuf v1.36.3 -> v1.36.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant