-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: hashicorp/terraform-plugin-framework
base: v1.16.1
head repository: hashicorp/terraform-plugin-framework
compare: v1.17.0
- 9 commits
- 81 files changed
- 5 contributors
Commits on Oct 7, 2025
-
list: update list result validation to check if identity is fully null (
#1230) * update list result validation to check if identity is fully null * add changelog
Configuration menu - View commit details
-
Copy full SHA for 8855023 - Browse repository at this point
Copy the full SHA 8855023View commit details
Commits on Oct 15, 2025
-
Add support for write-only attributes in actions (#1233)
* Add support for write-only attributes in action schema * Add changelog entry * Update comments to clarify usage
Configuration menu - View commit details
-
Copy full SHA for e0355d6 - Browse repository at this point
Copy the full SHA e0355d6View commit details
Commits on Oct 27, 2025
-
build(deps): Bump actions/upload-artifact in the github-actions group (…
…#1234) Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... 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 58c003c - Browse repository at this point
Copy the full SHA 58c003cView commit details
Commits on Nov 10, 2025
-
build(deps): Bump golangci/golangci-lint-action (#1238)
Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@4afd733...0a35821) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... 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 5310c68 - Browse repository at this point
Copy the full SHA 5310c68View commit details
Commits on Nov 18, 2025
-
build(deps): Bump github.com/hashicorp/terraform-plugin-log (#1240)
Bumps [github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-log/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-log/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-log@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-log dependency-version: 0.10.0 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 1df337d - Browse repository at this point
Copy the full SHA 1df337dView commit details
Commits on Nov 20, 2025
-
build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools (…
…#1241) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. - [Commits](golang/crypto@v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... 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 7fb5005 - Browse repository at this point
Copy the full SHA 7fb5005View commit details
Commits on Nov 24, 2025
-
build(deps): Bump the github-actions group with 3 updates (#1243)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) Updates `golangci/golangci-lint-action` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@0a35821...e7fa5ac) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 44348af - Browse repository at this point
Copy the full SHA 44348afView commit details
Commits on Dec 2, 2025
-
all: Add
UseNonNullStateForUnknownplan modifier to assist with chi……ld nested attribute use-cases (#1242) * non-number primitives * number primitive plan modifiers * collections + object * add changelogs * update 1.15.1 changelog
Configuration menu - View commit details
-
Copy full SHA for 18140ec - Browse repository at this point
Copy the full SHA 18140ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11e388 - Browse repository at this point
Copy the full SHA d11e388View 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 v1.16.1...v1.17.0