Skip to content

Commit ff1b309

Browse files
Update changelog
1 parent 7b9f595 commit ff1b309

9 files changed

+30
-39
lines changed

Diff for: .changes/0.1.1.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.1.1 (April 04, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Add associated external types for Bool, Float64, Int64, Number, and String Attributes for data sources, provider, and resources ([#62](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/62))
6+
* Add associated external type for list, map, object, and set attributes ([#65](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/65))
7+
* Add `CustomPlanModifiers` type and `CustomPlanModifiers()` function to bool, float64, int64, list, map, number, object, set, and string plan modifier types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
8+
* Add `CustomValidators` type and `CustomValidators()` function to bool, float64, int64, list, map, number, object, set, and string validator types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
9+
* Add `CustomDefault()` function to list, map, number, object, and set default types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
10+
* Added `Description`, `MarkdownDescription` and `DeprecationMessage` string fields to all schemas ([#81](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/81))
11+
12+
BUG FIXES:
13+
14+
* schema: Remove Framework-specific `requires_replace` and `use_state_for_unknown` plan modifiers from specification which are unused during code generation, use custom plan modifiers instead ([#84](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/84))
15+

Diff for: .changes/unreleased/BUG FIXES-20240118-093314.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20231017-173826.yaml

-6
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20231020-124630.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240108-110509.yaml

-6
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240108-110625.yaml

-6
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240108-110802.yaml

-6
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240404-135744.yaml

-5
This file was deleted.

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.1.1 (April 04, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Add associated external types for Bool, Float64, Int64, Number, and String Attributes for data sources, provider, and resources ([#62](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/62))
6+
* Add associated external type for list, map, object, and set attributes ([#65](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/65))
7+
* Add `CustomPlanModifiers` type and `CustomPlanModifiers()` function to bool, float64, int64, list, map, number, object, set, and string plan modifier types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
8+
* Add `CustomValidators` type and `CustomValidators()` function to bool, float64, int64, list, map, number, object, set, and string validator types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
9+
* Add `CustomDefault()` function to list, map, number, object, and set default types ([#77](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/77))
10+
* Added `Description`, `MarkdownDescription` and `DeprecationMessage` string fields to all schemas ([#81](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/81))
11+
12+
BUG FIXES:
13+
14+
* schema: Remove Framework-specific `requires_replace` and `use_state_for_unknown` plan modifiers from specification which are unused during code generation, use custom plan modifiers instead ([#84](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/84))
15+
116
## 0.1.0 (October 16, 2023)
217

318
NOTES:

0 commit comments

Comments
 (0)