-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: hashicorp/terraform-plugin-framework-validators
base: v0.13.0
head repository: hashicorp/terraform-plugin-framework-validators
compare: v0.14.0
- 18 commits
- 155 files changed
- 8 contributors
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>
Configuration menu - View commit details
-
Copy full SHA for 73c6990 - Browse repository at this point
Copy the full SHA 73c6990View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for a400df6 - Browse repository at this point
Copy the full SHA a400df6View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 1d6d280 - Browse repository at this point
Copy the full SHA 1d6d280View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 98f5260 - Browse repository at this point
Copy the full SHA 98f5260View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 673fbef - Browse repository at this point
Copy the full SHA 673fbefView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for ab5bb62 - Browse repository at this point
Copy the full SHA ab5bb62View commit details -
all: Bump minimum Go module version to 1.22 (#229)
* all: Bump minimum Go module version to 1.22 * add changelog
Configuration menu - View commit details
-
Copy full SHA for be3fc06 - Browse repository at this point
Copy the full SHA be3fc06View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 609df6f - Browse repository at this point
Copy the full SHA 609df6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb73498 - Browse repository at this point
Copy the full SHA bb73498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bf4f2 - Browse repository at this point
Copy the full SHA 08bf4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec018a - Browse repository at this point
Copy the full SHA 9ec018aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdde0b - Browse repository at this point
Copy the full SHA 7cdde0bView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 7979126 - Browse repository at this point
Copy the full SHA 7979126View commit details
Commits on Sep 20, 2024
-
boolvalidator: add
Equals
validator (#232)* boolvalidator: add Equals validator This 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.go Co-authored-by: Austin Valle <austinvalle@gmail.com> * chore: changelog
Configuration menu - View commit details
-
Copy full SHA for 974015b - Browse repository at this point
Copy the full SHA 974015bView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 8beb218 - Browse repository at this point
Copy the full SHA 8beb218View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 6acd967 - Browse repository at this point
Copy the full SHA 6acd967View commit details
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
Configuration menu - View commit details
-
Copy full SHA for aa6a2de - Browse repository at this point
Copy the full SHA aa6a2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 081db0f - Browse repository at this point
Copy the full SHA 081db0fView commit details
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