- 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.16.0
head repository:hashicorp/terraform-plugin-framework-validators
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.17.0
- 14commits
- 188files changed
- 5contributors
Commits on Jan 2, 2025
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /tools (…
…#255)Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.- [Commits](golang/crypto@v0.21.0...v0.31.0)---updated-dependencies:- dependency-name: golang.org/x/crypto dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jan 7, 2025
Commits on Jan 24, 2025
build(deps): bump github.com/hashicorp/terraform-plugin-go (#258)
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0.- [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-go 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>
build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools (#259
)Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0.- [Commits](golang/net@v0.23.0...v0.33.0)---updated-dependencies:- dependency-name: golang.org/x/net dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jan 27, 2025
build(deps): bump github.com/hashicorp/copywrite in /tools (#260)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.19.0 to 0.20.0.- [Release notes](https://github.com/hashicorp/copywrite/releases)- [Changelog](https://github.com/hashicorp/copywrite/blob/main/.goreleaser.yaml)- [Commits](hashicorp/copywrite@v0.19.0...v0.20.0)---updated-dependencies:- dependency-name: github.com/hashicorp/copywrite 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 Feb 3, 2025
Commits on Feb 19, 2025
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#266)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.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.13.0...v1.14.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>
Add
PreferWriteOnlyAttribute()
validators toresourcevalidator
an……d all value validator packages. (#263)* Update `terraform-plugin-framework` dependency* Implement `PreferWriteOnlyAttribute` resource validator* Implement `PreferWriteOnlyAttribute` schema validator and attribute validator implementations* Add `PreferWriteOnlyAttribute()` to `dynamicvalidator` package* Fix misspells* Add copywrite headers* Add changelog entries* Add `WriteOnly` field to tests* Remove set validator* Resolve linters
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.16.0...v0.17.0
Uh oh!
There was an error while loading.Please reload this page.