Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.
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
nil
value 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
Equals
validator (#232)ENHANCEMENTS:
- all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. (#235)
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.
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
nil
value 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
Equals
validator (#232)ENHANCEMENTS:
- all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. (#235)
081db0f
Update changelogaa6a2de
all: Implement function parameter validation interfaces (#238)6acd967
Result of tsccr-helper -log-level=info gha update -latest . (#237)8beb218
Result of tsccr-helper -log-level=info gha update -latest . (#236)974015b
boolvalidator: add Equals
validator (#232)7979126
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#233)7cdde0b
[CI] terraform-devex-repos automation9ec018a
[CI] terraform-devex-repos automation08bf4f2
[CI] terraform-devex-repos automationbb73498
[CI] Update lock workflow fileSourced from crazy-max/ghaction-import-gpg's releases.
v6.2.0
- Bump
@​actions/core
from 1.10.1 to 1.11.1 in crazy-max/ghaction-import-gpg#209- Bump braces from 3.0.2 to 3.0.3 in crazy-max/ghaction-import-gpg#203
- Bump ip from 2.0.0 to 2.0.1 in crazy-max/ghaction-import-gpg#196
- Bump micromatch from 4.0.4 to 4.0.8 in crazy-max/ghaction-import-gpg#207
- Bump openpgp from 5.11.0 to 5.11.2 in crazy-max/ghaction-import-gpg#205
- Bump tar from 6.1.14 to 6.2.1 in crazy-max/ghaction-import-gpg#198
Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v6.1.0...v6.2.0
cb9bde2
Merge pull request #205
from crazy-max/dependabot/npm_and_yarn/openpgp-5.11.2652ac61
chore: update generated content0404dfd
build(deps): bump openpgp from 5.11.0 to 5.11.263a9470
Merge pull request #209
from crazy-max/dependabot/npm_and_yarn/actions/core-1...e3a6456
chore: update generated contentf0d6155
Merge pull request #207
from crazy-max/dependabot/npm_and_yarn/micromatch-4.0.88812250
build(deps): bump @​actions/core
from 1.10.1 to 1.11.135465df
build(deps): bump micromatch from 4.0.4 to 4.0.8ea88154
Merge pull request #204
from crazy-max/dependabot/github_actions/docker/bake-...871d8a5
build(deps): bump docker/bake-action from 4 to 5Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.
v0.15.0
FEATURES:
- ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.
0.15.0 (October 31, 2024)
FEATURES:
- ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
987f5ac
Update changelogb793fd3
ephemeralvalidator: Introduce new package for common ephemeral resource
confi...761f545
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#243)371aa75
build(deps): bump github.com/hashicorp/terraform-plugin-go (#241)9765f80
Result of tsccr-helper -log-level=info gha update -latest . (#240)