netlify / terraform-provider-netlify

MIT License
2 stars 2 forks source link

Update module github.com/hashicorp/terraform-plugin-framework-validators to v0.14.0 #68

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 -> v0.14.0 age adoption passing confidence

Release Notes

hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators) ### [`v0.14.0`](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.13.0...v0.14.0) NOTES: - all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#​229](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/229)) - all: Previously, creating validators with invalid data would result in a `nil` value being returned and a panic from `terraform-plugin-framework`. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. ([#​235](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235)) FEATURES: - boolvalidator: Added `Equals` validator ([#​232](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/232)) ENHANCEMENTS: - all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. ([#​235](https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



This PR was generated by Mend Renovate. View the repository job log.