Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Jul 9, 2024
1 parent ba395d2 commit 48086cb
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 37 deletions.
21 changes: 21 additions & 0 deletions .changes/0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 0.13.0 (July 09, 2024)

NOTES:

* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#198](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/198))

FEATURES:

* int32validator: New package which contains int32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* float32validator: New package which contains float32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))

ENHANCEMENTS:

* listvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* mapvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* setvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))

BUG FIXES:

* Add the attribute from the request to the at-least-one validator's error message ([#199](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/199))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20240306-234246.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20240626-174347.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20240626-174411.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20240626-174423.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20240626-174145.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20240626-174220.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/NOTES-20240229-092409.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.13.0 (July 09, 2024)

NOTES:

* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#198](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/198))

FEATURES:

* int32validator: New package which contains int32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* float32validator: New package which contains float32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))

ENHANCEMENTS:

* listvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* mapvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
* setvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))

BUG FIXES:

* Add the attribute from the request to the at-least-one validator's error message ([#199](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/199))

## 0.12.0 (August 30, 2023)

ENHANCEMENTS:
Expand Down

0 comments on commit 48086cb

Please sign in to comment.