Skip to content

Commit 081db0f

Browse files
Update changelog
1 parent aa6a2de commit 081db0f

6 files changed

+30
-25
lines changed

.changes/0.14.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.14.0 (October 17, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#229](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/229))
6+
* all: Previously, creating validators with invalid data would result in a `nil` value being returned and a panic from `terraform-plugin-framework`. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. ([#235](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/235))
7+
8+
FEATURES:
9+
10+
* boolvalidator: Added `Equals` validator ([#232](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/232))
11+
12+
ENHANCEMENTS:
13+
14+
* all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. ([#235](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/235))
15+

.changes/unreleased/ENHANCEMENTS-20241014-121220.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/FEATURES-20240920-164852.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20240906-162141.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/NOTES-20241014-121711.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.14.0 (October 17, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#229](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/229))
6+
* all: Previously, creating validators with invalid data would result in a `nil` value being returned and a panic from `terraform-plugin-framework`. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. ([#235](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/235))
7+
8+
FEATURES:
9+
10+
* boolvalidator: Added `Equals` validator ([#232](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/232))
11+
12+
ENHANCEMENTS:
13+
14+
* all: Implemented parameter interfaces for all value-based validators. This allows these validators to be used with provider-defined functions. ([#235](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/235))
15+
116
## 0.13.0 (July 09, 2024)
217

318
NOTES:

0 commit comments

Comments
 (0)