[go: nahoru, domu]

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 Jan 11, 2024
1 parent 79accac commit ea3e74d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 39 deletions.
18 changes: 18 additions & 0 deletions .changes/1.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 1.5.0 (January 11, 2024)

NOTES:

* all: Update `google.golang.org/grpc` dependency to address CVE-2023-44487 ([#865](https://github.com/hashicorp/terraform-plugin-framework/issues/865))
* Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available. ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

FEATURES:

* function: New package for implementing provider defined functions ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

ENHANCEMENTS:

* types/basetypes: Added `TupleType` and `TupleValue` implementations, which are only necessary for dynamic value handling ([#870](https://github.com/hashicorp/terraform-plugin-framework/issues/870))
* diag: Added `NewArgumentErrorDiagnostic()` and `NewArgumentWarningDiagnostic()` functions, which create diagnostics with the function argument position set ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))
* provider: Added `ProviderWithFunctions` interface for implementing provider defined functions ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))
* diag: Added `(Diagnostics).AddArgumentError()` and `(Diagnostics).AddArgumentWarning()` methods for appending function argument diagnostics ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231211-125057.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231211-125151.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231211-125843.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231102-160132.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231211-125122.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-20231115-093606.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20231214-082931.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.5.0 (January 11, 2024)

NOTES:

* all: Update `google.golang.org/grpc` dependency to address CVE-2023-44487 ([#865](https://github.com/hashicorp/terraform-plugin-framework/issues/865))
* Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available. ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

FEATURES:

* function: New package for implementing provider defined functions ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

ENHANCEMENTS:

* types/basetypes: Added `TupleType` and `TupleValue` implementations, which are only necessary for dynamic value handling ([#870](https://github.com/hashicorp/terraform-plugin-framework/issues/870))
* diag: Added `NewArgumentErrorDiagnostic()` and `NewArgumentWarningDiagnostic()` functions, which create diagnostics with the function argument position set ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))
* provider: Added `ProviderWithFunctions` interface for implementing provider defined functions ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))
* diag: Added `(Diagnostics).AddArgumentError()` and `(Diagnostics).AddArgumentWarning()` methods for appending function argument diagnostics ([#889](https://github.com/hashicorp/terraform-plugin-framework/issues/889))

## 1.4.2 (October 24, 2023)

BUG FIXES:
Expand Down

0 comments on commit ea3e74d

Please sign in to comment.