From 154799da4839638519132f50d48f9a826193f33e Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 9 Jul 2024 15:33:32 +0000 Subject: [PATCH] Update changelog --- .changes/1.10.0.md | 27 +++++++++++++++++++ .../unreleased/FEATURES-20240621-132125.yaml | 6 ----- .../unreleased/FEATURES-20240621-132243.yaml | 7 ----- .../unreleased/FEATURES-20240621-132259.yaml | 5 ---- .../unreleased/FEATURES-20240621-132322.yaml | 5 ---- .../unreleased/FEATURES-20240621-132350.yaml | 5 ---- .../unreleased/FEATURES-20240621-132410.yaml | 5 ---- .../unreleased/FEATURES-20240621-132424.yaml | 6 ----- .../unreleased/FEATURES-20240621-132441.yaml | 6 ----- .../unreleased/FEATURES-20240621-132456.yaml | 6 ----- .../unreleased/FEATURES-20240621-132514.yaml | 6 ----- .../unreleased/FEATURES-20240621-132528.yaml | 5 ---- .../unreleased/FEATURES-20240626-123513.yaml | 6 ----- .../unreleased/FEATURES-20240626-123533.yaml | 7 ----- .../unreleased/FEATURES-20240626-123545.yaml | 6 ----- .../unreleased/FEATURES-20240626-123615.yaml | 6 ----- .../unreleased/FEATURES-20240626-123640.yaml | 6 ----- .../unreleased/FEATURES-20240626-123651.yaml | 5 ---- .../unreleased/FEATURES-20240626-123738.yaml | 6 ----- .../unreleased/FEATURES-20240626-123820.yaml | 6 ----- .../unreleased/FEATURES-20240626-123836.yaml | 6 ----- .../unreleased/FEATURES-20240626-123909.yaml | 6 ----- .../unreleased/FEATURES-20240626-123922.yaml | 5 ---- CHANGELOG.md | 27 +++++++++++++++++++ 24 files changed, 54 insertions(+), 127 deletions(-) create mode 100644 .changes/1.10.0.md delete mode 100644 .changes/unreleased/FEATURES-20240621-132125.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132243.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132259.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132322.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132350.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132410.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132424.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132441.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132456.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132514.yaml delete mode 100644 .changes/unreleased/FEATURES-20240621-132528.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123513.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123533.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123545.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123615.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123640.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123651.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123738.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123820.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123836.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123909.yaml delete mode 100644 .changes/unreleased/FEATURES-20240626-123922.yaml diff --git a/.changes/1.10.0.md b/.changes/1.10.0.md new file mode 100644 index 000000000..4400e0c26 --- /dev/null +++ b/.changes/1.10.0.md @@ -0,0 +1,27 @@ +## 1.10.0 (July 09, 2024) + +FEATURES: + +* types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`, and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* datasource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* provider/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* function: Added `Int32Parameter` and `Int32Return` for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/int32default: New package with `StaticValue` implementation for Int32 schema-based default values. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/int32planmodifier: New package with built-in implementations for Int32 value plan modification. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/defaults: New `Int32` interface for Int32 schema-based default implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* schema/validator: New `Int32` interface for Int32 value schema validation. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* types/basetypes: Added `Float32Type` and `Float32Value` implementations for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* types/basetypes: Added interfaces `basetypes.Float32Typable`, `basetypes.Float32Valuable`, and `basetypes.Float32ValuableWithSemanticEquals` for Float32 custom type and value implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* datasource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* provider/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* function: Added `Float32Parameter` and `Float32Return` for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/float32default: New package with `StaticValue` implementation for Float32 schema-based default values. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/float32planmodifier: New package with built-in implementations for Float32 value plan modification. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/defaults: New `Float32` interface for Float32 schema-based default implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/planmodifier: New `Float32` interface for Float32 value plan modification implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* schema/validator: New `Float32` interface for Float32 value schema validation. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) + diff --git a/.changes/unreleased/FEATURES-20240621-132125.yaml b/.changes/unreleased/FEATURES-20240621-132125.yaml deleted file mode 100644 index 3c06ca4ca..000000000 --- a/.changes/unreleased/FEATURES-20240621-132125.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32 - value handling.' -time: 2024-06-21T13:21:25.992757-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132243.yaml b/.changes/unreleased/FEATURES-20240621-132243.yaml deleted file mode 100644 index 459f28831..000000000 --- a/.changes/unreleased/FEATURES-20240621-132243.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: FEATURES -body: 'types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`, - and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value - implementations.' -time: 2024-06-21T13:22:43.724425-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132259.yaml b/.changes/unreleased/FEATURES-20240621-132259.yaml deleted file mode 100644 index 69ff192af..000000000 --- a/.changes/unreleased/FEATURES-20240621-132259.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'resource/schema: Added `Int32Attribute` implementation for Int32 value handling.' -time: 2024-06-21T13:22:59.609657-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132322.yaml b/.changes/unreleased/FEATURES-20240621-132322.yaml deleted file mode 100644 index fb374f2a4..000000000 --- a/.changes/unreleased/FEATURES-20240621-132322.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'datasource/schema: Added `Int32Attribute` implementation for Int32 value handling.' -time: 2024-06-21T13:23:22.546135-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132350.yaml b/.changes/unreleased/FEATURES-20240621-132350.yaml deleted file mode 100644 index 984763a03..000000000 --- a/.changes/unreleased/FEATURES-20240621-132350.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'provider/schema: Added `Int32Attribute` implementation for Int32 value handling.' -time: 2024-06-21T13:23:50.972247-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132410.yaml b/.changes/unreleased/FEATURES-20240621-132410.yaml deleted file mode 100644 index 03c9ffc87..000000000 --- a/.changes/unreleased/FEATURES-20240621-132410.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'function: Added `Int32Parameter` and `Int32Return` for Int32 value handling.' -time: 2024-06-21T13:24:10.410418-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132424.yaml b/.changes/unreleased/FEATURES-20240621-132424.yaml deleted file mode 100644 index d63a0a64b..000000000 --- a/.changes/unreleased/FEATURES-20240621-132424.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/int32default: New package with `StaticValue` implementation - for Int32 schema-based default values.' -time: 2024-06-21T13:24:24.170126-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132441.yaml b/.changes/unreleased/FEATURES-20240621-132441.yaml deleted file mode 100644 index c85c52961..000000000 --- a/.changes/unreleased/FEATURES-20240621-132441.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/int32planmodifier: New package with built-in implementations - for Int32 value plan modification.' -time: 2024-06-21T13:24:41.31229-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132456.yaml b/.changes/unreleased/FEATURES-20240621-132456.yaml deleted file mode 100644 index 0501dfdff..000000000 --- a/.changes/unreleased/FEATURES-20240621-132456.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/defaults: New `Int32` interface for Int32 schema-based default - implementations.' -time: 2024-06-21T13:24:56.747674-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132514.yaml b/.changes/unreleased/FEATURES-20240621-132514.yaml deleted file mode 100644 index 2a27e06ca..000000000 --- a/.changes/unreleased/FEATURES-20240621-132514.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification - implementations.' -time: 2024-06-21T13:25:14.959554-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240621-132528.yaml b/.changes/unreleased/FEATURES-20240621-132528.yaml deleted file mode 100644 index 833c1ec5b..000000000 --- a/.changes/unreleased/FEATURES-20240621-132528.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'schema/validator: New `Int32` interface for Int32 value schema validation.' -time: 2024-06-21T13:25:28.832045-04:00 -custom: - Issue: "1010" diff --git a/.changes/unreleased/FEATURES-20240626-123513.yaml b/.changes/unreleased/FEATURES-20240626-123513.yaml deleted file mode 100644 index 969d1ad26..000000000 --- a/.changes/unreleased/FEATURES-20240626-123513.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'types/basetypes: Added `Float32Type` and `Float32Value` implementations for - Float32 value handling.' -time: 2024-06-26T12:35:13.705873-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123533.yaml b/.changes/unreleased/FEATURES-20240626-123533.yaml deleted file mode 100644 index daf1337d4..000000000 --- a/.changes/unreleased/FEATURES-20240626-123533.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: FEATURES -body: 'types/basetypes: Added interfaces `basetypes.Float32Typable`, `basetypes.Float32Valuable`, - and `basetypes.Float32ValuableWithSemanticEquals` for Float32 custom type and value - implementations.' -time: 2024-06-26T12:35:33.490507-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123545.yaml b/.changes/unreleased/FEATURES-20240626-123545.yaml deleted file mode 100644 index 4fb459bf0..000000000 --- a/.changes/unreleased/FEATURES-20240626-123545.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema: Added `Float32Attribute` implementation for Float32 value - handling.' -time: 2024-06-26T12:35:45.867977-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123615.yaml b/.changes/unreleased/FEATURES-20240626-123615.yaml deleted file mode 100644 index d03436d70..000000000 --- a/.changes/unreleased/FEATURES-20240626-123615.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'datasource/schema: Added `Float32Attribute` implementation for Float32 value - handling.' -time: 2024-06-26T12:36:15.026076-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123640.yaml b/.changes/unreleased/FEATURES-20240626-123640.yaml deleted file mode 100644 index d64be1a7f..000000000 --- a/.changes/unreleased/FEATURES-20240626-123640.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'provider/schema: Added `Float32Attribute` implementation for Float32 value - handling.' -time: 2024-06-26T12:36:40.047935-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123651.yaml b/.changes/unreleased/FEATURES-20240626-123651.yaml deleted file mode 100644 index d521cf422..000000000 --- a/.changes/unreleased/FEATURES-20240626-123651.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'function: Added `Float32Parameter` and `Float32Return` for Float32 value handling.' -time: 2024-06-26T12:36:51.027757-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123738.yaml b/.changes/unreleased/FEATURES-20240626-123738.yaml deleted file mode 100644 index 018adb377..000000000 --- a/.changes/unreleased/FEATURES-20240626-123738.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/float32default: New package with `StaticValue` implementation - for Float32 schema-based default values.' -time: 2024-06-26T12:37:38.728292-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123820.yaml b/.changes/unreleased/FEATURES-20240626-123820.yaml deleted file mode 100644 index 95a9a3150..000000000 --- a/.changes/unreleased/FEATURES-20240626-123820.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/float32planmodifier: New package with built-in implementations - for Float32 value plan modification.' -time: 2024-06-26T12:38:20.591646-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123836.yaml b/.changes/unreleased/FEATURES-20240626-123836.yaml deleted file mode 100644 index 11214097b..000000000 --- a/.changes/unreleased/FEATURES-20240626-123836.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/defaults: New `Float32` interface for Float32 schema-based - default implementations.' -time: 2024-06-26T12:38:36.234337-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123909.yaml b/.changes/unreleased/FEATURES-20240626-123909.yaml deleted file mode 100644 index 81fc215b1..000000000 --- a/.changes/unreleased/FEATURES-20240626-123909.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'resource/schema/planmodifier: New `Float32` interface for Float32 value plan - modification implementations.' -time: 2024-06-26T12:39:09.284352-04:00 -custom: - Issue: "1014" diff --git a/.changes/unreleased/FEATURES-20240626-123922.yaml b/.changes/unreleased/FEATURES-20240626-123922.yaml deleted file mode 100644 index 2deed63d4..000000000 --- a/.changes/unreleased/FEATURES-20240626-123922.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'schema/validator: New `Float32` interface for Float32 value schema validation.' -time: 2024-06-26T12:39:22.726132-04:00 -custom: - Issue: "1014" diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fc2416b..43b2ad3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 1.10.0 (July 09, 2024) + +FEATURES: + +* types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`, and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* datasource/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* provider/schema: Added `Int32Attribute` implementation for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* function: Added `Int32Parameter` and `Int32Return` for Int32 value handling. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/int32default: New package with `StaticValue` implementation for Int32 schema-based default values. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/int32planmodifier: New package with built-in implementations for Int32 value plan modification. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/defaults: New `Int32` interface for Int32 schema-based default implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification implementations. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* schema/validator: New `Int32` interface for Int32 value schema validation. ([#1010](https://github.com/hashicorp/terraform-plugin-framework/issues/1010)) +* types/basetypes: Added `Float32Type` and `Float32Value` implementations for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* types/basetypes: Added interfaces `basetypes.Float32Typable`, `basetypes.Float32Valuable`, and `basetypes.Float32ValuableWithSemanticEquals` for Float32 custom type and value implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* datasource/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* provider/schema: Added `Float32Attribute` implementation for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* function: Added `Float32Parameter` and `Float32Return` for Float32 value handling. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/float32default: New package with `StaticValue` implementation for Float32 schema-based default values. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/float32planmodifier: New package with built-in implementations for Float32 value plan modification. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/defaults: New `Float32` interface for Float32 schema-based default implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* resource/schema/planmodifier: New `Float32` interface for Float32 value plan modification implementations. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) +* schema/validator: New `Float32` interface for Float32 value schema validation. ([#1014](https://github.com/hashicorp/terraform-plugin-framework/issues/1014)) + ## 1.9.0 (June 04, 2024) NOTES: