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 Jun 14, 2023
1 parent 1401070 commit d33e7ae
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 42 deletions.
12 changes: 12 additions & 0 deletions .changes/1.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 1.3.1 (June 14, 2023)

BUG FIXES:

* datasource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* provider/metaschema: Ensure nested attribute Equal methods check nested attribute definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* provider/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* resource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* types/basetypes: Prevented panics in `ListType`, `MapType`, and `SetType` methods when `ElemType` field is not set ([#714](https://github.com/hashicorp/terraform-plugin-framework/issues/714))
* resource/schema: Prevented `Value Conversion Error` diagnostics for attributes and blocks implementing both `CustomType` and `PlanModifiers` fields ([#754](https://github.com/hashicorp/terraform-plugin-framework/issues/754))
* types/basetypes: Prevented panic with `ListTypableWithSemanticEquals` and `SetTypableWithSemanticEquals` when proposed new element count was greater than prior element count ([#772](https://github.com/hashicorp/terraform-plugin-framework/issues/772))

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230609-140931.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230609-141014.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230609-141029.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230609-141043.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230609-162628.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230613-133402.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230614-142449.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.3.1 (June 14, 2023)

BUG FIXES:

* datasource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* provider/metaschema: Ensure nested attribute Equal methods check nested attribute definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* provider/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* resource/schema: Ensure nested attribute and block Equal methods check nested attribute and block definition equality ([#752](https://github.com/hashicorp/terraform-plugin-framework/issues/752))
* types/basetypes: Prevented panics in `ListType`, `MapType`, and `SetType` methods when `ElemType` field is not set ([#714](https://github.com/hashicorp/terraform-plugin-framework/issues/714))
* resource/schema: Prevented `Value Conversion Error` diagnostics for attributes and blocks implementing both `CustomType` and `PlanModifiers` fields ([#754](https://github.com/hashicorp/terraform-plugin-framework/issues/754))
* types/basetypes: Prevented panic with `ListTypableWithSemanticEquals` and `SetTypableWithSemanticEquals` when proposed new element count was greater than prior element count ([#772](https://github.com/hashicorp/terraform-plugin-framework/issues/772))

## 1.3.0 (June 07, 2023)

NOTES:
Expand Down

0 comments on commit d33e7ae

Please sign in to comment.