Releases: dcarbone/terraform-plugin-framework-utils
Releases · dcarbone/terraform-plugin-framework-utils
v3.3.1
What's Changed
- Bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 by @dependabot in #48
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.0 by @dependabot in #47
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #40
- Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.17.0 by @dependabot in #45
- Bump actions/setup-go from 3 to 4 by @dependabot in #44
- dep updates and adding some tests i'd forgotten i started by @dcarbone in #46
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Full Changelog: v3.0.3...v3.1.0
v3.0.3
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1: Cleanup
Full Changelog: v3.0.0...v3.0.1
v3: Framework v1 support
Breaking Changes
Due to drastic changes between v0.15 and v1 of the framework, V3 of these utils are not backwards compatible with v2.
For details on what changed in the framework itself that necessitated these changes, see the following release notes from the framework repo itself:
Validator Changes
- The
validation.AttributeValidatortype has been replaced with thevalidation.Generictype that can be applied to any terraform type for validation - The
validation.TestFuncfunction signature has changed to support the use of the added "Generic" types.
v2.4.1
What's Changed
- Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1 by @dependabot in #31
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-framework from 0.14.0 to 0.15.0 by @dependabot in #30
Full Changelog: v2.3.0...v2.4.0