cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.17.0
Bumps github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.17.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.
v0.17.0
FEATURES:
- boolvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- dynamicvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- float32validator: Added
PreferWriteOnlyAttributevalidator (#263)- float64validator: Added
PreferWriteOnlyAttributevalidator (#263)- int32validator: Added
PreferWriteOnlyAttributevalidator (#263)- int64validator: Added
PreferWriteOnlyAttributevalidator (#263)- listvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- mapvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- numbervalidator: Added
PreferWriteOnlyAttributevalidator (#263)- objectvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- resourcevalidator: Added
PreferWriteOnlyAttributevalidator (#263)- stringvalidator: Added
PreferWriteOnlyAttributevalidator (#263)v0.16.0
FEATURES:
- listvalidator: Added
NoNullValuesvalidator (#245)- mapvalidator: Added
NoNullValuesvalidator (#245)- setvalidator: Added
NoNullValuesvalidator (#245)- dynamicvalidator: New package which contains
types.Dynamicspecific validators (#249)BUG FIXES:
- Fixed bug with
ConflictsWithandAlsoRequiresvalidators where unknown values would raise invalid diagnostics duringterraform validate. (#251)v0.15.0
FEATURES:
- ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
v0.14.0
NOTES:
- all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#229)
- all: Previously, creating validators with invalid data would result in a
nilvalue being returned and a panic fromterraform-plugin-framework. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. (#235)FEATURES:
- boolvalidator: Added
Equalsvalidator (#232)ENHANCEMENTS:
- all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. (#235)
v0.13.0
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.
0.17.0 (February 19, 2025)
FEATURES:
- boolvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- dynamicvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- float32validator: Added
PreferWriteOnlyAttributevalidator (#263)- float64validator: Added
PreferWriteOnlyAttributevalidator (#263)- int32validator: Added
PreferWriteOnlyAttributevalidator (#263)- int64validator: Added
PreferWriteOnlyAttributevalidator (#263)- listvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- mapvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- numbervalidator: Added
PreferWriteOnlyAttributevalidator (#263)- objectvalidator: Added
PreferWriteOnlyAttributevalidator (#263)- resourcevalidator: Added
PreferWriteOnlyAttributevalidator (#263)- stringvalidator: Added
PreferWriteOnlyAttributevalidator (#263)0.16.0 (December 12, 2024)
FEATURES:
- listvalidator: Added
NoNullValuesvalidator (#245)- mapvalidator: Added
NoNullValuesvalidator (#245)- setvalidator: Added
NoNullValuesvalidator (#245)- dynamicvalidator: New package which contains
types.Dynamicspecific validators (#249)BUG FIXES:
- Fixed bug with
ConflictsWithandAlsoRequiresvalidators where unknown values would raise invalid diagnostics duringterraform validate. (#251)0.15.0 (October 31, 2024)
FEATURES:
- ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
0.14.0 (October 17, 2024)
NOTES:
- all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#229)
- all: Previously, creating validators with invalid data would result in a
nilvalue being returned and a panic fromterraform-plugin-framework. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. (#235)FEATURES:
- boolvalidator: Added
Equalsvalidator (#232)ENHANCEMENTS:
- all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. (#235)
... (truncated)
Commits
75974fcUpdate changelog13b6d4dAddPreferWriteOnlyAttribute()validators toresourcevalidatorand all va...6be3c39build(deps): bump github.com/hashicorp/terraform-plugin-framework (#266)47cad1bResult of tsccr-helper -log-level=info gha update -latest .github/ (#264)e0fa613Update golangci config and resolvecopyloopvar(#265)e0dda54Result of tsccr-helper -log-level=info gha update -latest .github/ (#262)08b59e2Result of tsccr-helper -log-level=info gha update -latest .github/ (#261)c534568build(deps): bump github.com/hashicorp/copywrite in /tools (#260)bcaf368build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools (#259)9d17e39Result of tsccr-helper -log-level=info gha update -latest .github/ (#257)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)