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 May 6, 2024
1 parent 8e4acd3 commit bd1819d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 28 deletions.
15 changes: 15 additions & 0 deletions .changes/0.23.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.23.0 (May 06, 2024)

BREAKING CHANGES:

* tfprotov5+tfprotov6: `FunctionServer` interface is now required in `ProviderServer`. Implementations not needing function support can return errors from the `GetFunctions` and `CallFunction` methods. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
* tfprotov5+tfprotov6: `MoveResourceState` method is now required in `ResourceServer`. Implementations not needing move state support can return errors from the `MoveResourceState` method. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))

NOTES:

* all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.6.0, terraform-plugin-mux@v0.15.0, terraform-plugin-sdk/v2@v2.33.0, and terraform-plugin-testing@v1.7.0 before upgrading this dependency. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))

FEATURES:

* tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions ([#403](https://github.com/hashicorp/terraform-plugin-go/issues/403))

7 changes: 0 additions & 7 deletions .changes/unreleased/BREAKING CHANGES-20240311-093208.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/BREAKING CHANGES-20240311-093436.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/FEATURES-20240501-174028.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/unreleased/NOTES-20240311-093736.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.23.0 (May 06, 2024)

BREAKING CHANGES:

* tfprotov5+tfprotov6: `FunctionServer` interface is now required in `ProviderServer`. Implementations not needing function support can return errors from the `GetFunctions` and `CallFunction` methods. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))
* tfprotov5+tfprotov6: `MoveResourceState` method is now required in `ResourceServer`. Implementations not needing move state support can return errors from the `MoveResourceState` method. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))

NOTES:

* all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.6.0, terraform-plugin-mux@v0.15.0, terraform-plugin-sdk/v2@v2.33.0, and terraform-plugin-testing@v1.7.0 before upgrading this dependency. ([#388](https://github.com/hashicorp/terraform-plugin-go/issues/388))

FEATURES:

* tfprotov5+tfprotov6: Upgraded protocols and added types to support deferred actions ([#403](https://github.com/hashicorp/terraform-plugin-go/issues/403))

## 0.22.2 (April 18, 2024)

BUG FIXES:
Expand Down

0 comments on commit bd1819d

Please sign in to comment.