- Notifications
You must be signed in to change notification settings - Fork13
Comparing changes
Open a pull request
base repository:hashicorp/terraform-plugin-framework-validators
Uh oh!
There was an error while loading.Please reload this page.
base:v0.13.0
head repository:hashicorp/terraform-plugin-framework-validators
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.14.0
- 18commits
- 155files changed
- 8contributors
Commits on Jul 19, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#224)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Commits on Jul 23, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#225)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Commits on Aug 7, 2024
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#226)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.10.0 to 1.11.0.- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-framework@v1.10.0...v1.11.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Aug 13, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#227)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Commits on Aug 20, 2024
SEC-090: Automated trusted workflow pinning (2024-08-19) (#228)
* Result of tsccr-helper -log-level=info gha update -latest .* Resolve linter errors and warnings---------Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>Co-authored-by: Selena Goods <github@simplebox.anonaddy.com>
Commits on Sep 9, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#230)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
all: Bump minimum Go module version to 1.22 (#229)
* all: Bump minimum Go module version to 1.22* add changelog
Commits on Sep 16, 2024
Commits on Sep 19, 2024
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#233)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.11.0 to 1.12.0.- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-framework@v1.11.0...v1.12.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Sep 20, 2024
boolvalidator: add
Equals
validator (#232)* boolvalidator: add Equals validatorThis validator can be used in cases where non-null boolean value should be exactly `true` or exactly `false`.```console% go test -count=1 ./boolvalidator/...ok github.com/hashicorp/terraform-plugin-framework-validators/boolvalidator 0.251s```* Update boolvalidator/equals.goCo-authored-by: Austin Valle <austinvalle@gmail.com>* chore: changelog
Commits on Oct 7, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#236)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Commits on Oct 14, 2024
Result of tsccr-helper -log-level=info gha update -latest . (#237)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Commits on Oct 17, 2024
all: Implement function parameter validation interfaces (#238)
* stringvalidator: implement parameter interface* boolvalidator: implement parameter interface* float32validator: implement parameter interface* float64validator: implement parameter interface* numbervalidator: implement parameter interface* int32validator: implement parameter interface* int64validator: implement parameter interface* listvalidator: implement parameter interface validation* setvalidator: implement parameter interface* mapvalidator: implement parameter interface* add changelogs
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.13.0...v0.14.0
Uh oh!
There was an error while loading.Please reload this page.