Skip to content

Commit 89e17ee

Browse files
Update changelog
1 parent b500ce7 commit 89e17ee

7 files changed

+26
-26
lines changed

.changes/0.16.0.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.16.0 (December 12, 2024)
2+
3+
FEATURES:
4+
5+
* listvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
6+
* mapvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
7+
* setvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
8+
* dynamicvalidator: New package which contains `types.Dynamic` specific validators ([#249](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/249))
9+
10+
BUG FIXES:
11+
12+
* Fixed bug with `ConflictsWith` and `AlsoRequires` validators where unknown values would raise invalid diagnostics during `terraform validate`. ([#251](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/251))
13+

.changes/unreleased/BUG FIXES-20241212-152125.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20241212-140548.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20241212-140613.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20241212-140624.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20241212-144210.yaml

-5
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.16.0 (December 12, 2024)
2+
3+
FEATURES:
4+
5+
* listvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
6+
* mapvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
7+
* setvalidator: Added `NoNullValues` validator ([#245](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/245))
8+
* dynamicvalidator: New package which contains `types.Dynamic` specific validators ([#249](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/249))
9+
10+
BUG FIXES:
11+
12+
* Fixed bug with `ConflictsWith` and `AlsoRequires` validators where unknown values would raise invalid diagnostics during `terraform validate`. ([#251](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/251))
13+
114
## 0.15.0 (October 31, 2024)
215

316
FEATURES:

0 commit comments

Comments
 (0)