Skip to content

chore(deps): Update go modules#14

Merged
KT-Doan merged 5 commits intomainfrom
renovate/go-modules
Feb 2, 2026
Merged

chore(deps): Update go modules#14
KT-Doan merged 5 commits intomainfrom
renovate/go-modules

Conversation

@ory-bot
Copy link
Copy Markdown
Contributor

@ory-bot ory-bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/terraform-plugin-framework v1.16.1v1.17.0 age confidence
github.com/hashicorp/terraform-plugin-log v0.9.0v0.10.0 age confidence
github.com/hashicorp/terraform-plugin-testing v1.13.3v1.14.0 age confidence
github.com/ory/client-go v1.22.12v1.22.22 age confidence

Release Notes

hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)

v1.17.0

Compare Source

NOTES:

  • In terraform-plugin-framework@v1.15.1, the UseStateForUnknown plan modifier was updated to preserve null values from prior state for unconfigured attributes. This updated version can cause plan inconsistency errors when used on child attributes of a nested attribute that expect UseStateForUnknown to keep the child attributes on new nested objects as <unknown> (known after apply).
    The new UseNonNullStateForUnknown plan modifier can now be used where child attributes are expecting this pre-1.15.1 behavior. (#​1197)

FEATURES:

  • action/schema: Added WriteOnly schema field for action schemas. (#​1233)
  • all: Added a new plan modifier for all types, UseNonNullStateForUnknown that preserves known, non-null, values for unconfigured attributes. This can be used when it is known that an unconfigured value will remain the same after the attribute is updated to a non-null value. (#​1242)

BUG FIXES:

  • fwserver: update validation list result validation to check if an identity's values are all null (#​1230)
hashicorp/terraform-plugin-log (github.com/hashicorp/terraform-plugin-log)

v0.10.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.24 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​263)
  • tfsdklog.RegisterTestSink is deprecated in favor or tfsdklog.ContextWithTestLogging (#​264)

FEATURES:

  • Added tfsdklog.ContextWithStandardLogging() for test sweeper logging (#​162)
hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)

v1.14.0

Compare Source

FEATURES:

  • queryfilter: Introduces new queryfilter package with interface and built-in query check filtering functionality. (#​573)
  • querycheck: Adds ExpectResourceDisplayName query check to assert a display name value on a filtered query result. (#​573)
  • querycheck: Adds ExpectResourceKnownValues query check to assert resource values on a filtered query result. (#​583)

ENHANCEMENTS:

  • helper/resource: Adds PostApplyFunc test step hook to run generic post-apply logic for plan/apply testing. (#​566)
ory/client-go (github.com/ory/client-go)

v1.22.22

Compare Source

v1.22.21

Compare Source

v1.22.16

Compare Source

v1.22.15

Compare Source

v1.22.14

Compare Source

v1.22.13

Compare Source


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 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.

@ory-bot
Copy link
Copy Markdown
Contributor Author

ory-bot commented Feb 2, 2026

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

  • 14 additional dependencies were updated

Details:

Package Change
github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
github.com/hashicorp/terraform-exec v0.23.0 -> v0.24.0
github.com/hashicorp/terraform-json v0.25.0 -> v0.27.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 -> v2.38.1
github.com/mitchellh/go-wordwrap v1.0.0 -> v1.0.1
github.com/zclconf/go-cty v1.16.3 -> v1.17.0
golang.org/x/crypto v0.41.0 -> v0.45.0
golang.org/x/mod v0.26.0 -> v0.29.0
golang.org/x/net v0.43.0 -> v0.47.0
golang.org/x/oauth2 v0.33.0 -> v0.34.0
golang.org/x/sync v0.16.0 -> v0.18.0
golang.org/x/sys v0.35.0 -> v0.38.0
golang.org/x/text v0.28.0 -> v0.31.0
golang.org/x/tools v0.35.0 -> v0.38.0

@KT-Doan KT-Doan changed the title Update go modules chore(deps): Update go modules Feb 2, 2026
@KT-Doan KT-Doan merged commit 7fe5f91 into main Feb 2, 2026
4 checks passed
@KT-Doan KT-Doan deleted the renovate/go-modules branch February 2, 2026 09:55
KT-Doan added a commit that referenced this pull request Mar 4, 2026
chore(deps):  Update go modules
KT-Doan added a commit that referenced this pull request Mar 4, 2026
chore(deps):  Update go modules
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.

3 participants