Skip to content

Commit 2030c6c

Browse files
Update changelog
1 parent 2f2273a commit 2030c6c

6 files changed

+24
-22
lines changed

.changes/0.27.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.27.0 (May 16, 2025)
2+
3+
NOTES:
4+
5+
* tfprotov5+tfprotov6: An upcoming release will require the `GetResourceIdentitySchemas` and `UpgradeResourceIdentity` implementations as part of `ProviderServer`. ([#476](https://github.com/hashicorp/terraform-plugin-go/issues/476))
6+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#491](https://github.com/hashicorp/terraform-plugin-go/issues/491))
7+
8+
FEATURES:
9+
10+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature ([#476](https://github.com/hashicorp/terraform-plugin-go/issues/476))
11+
* Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file ([#484](https://github.com/hashicorp/terraform-plugin-go/issues/484))
12+

.changes/unreleased/FEATURES-20250210-175144.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/FEATURES-20250307-153800.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20250210-175414.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20250317-151544.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.27.0 (May 16, 2025)
2+
3+
NOTES:
4+
5+
* tfprotov5+tfprotov6: An upcoming release will require the `GetResourceIdentitySchemas` and `UpgradeResourceIdentity` implementations as part of `ProviderServer`. ([#476](https://github.com/hashicorp/terraform-plugin-go/issues/476))
6+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#491](https://github.com/hashicorp/terraform-plugin-go/issues/491))
7+
8+
FEATURES:
9+
10+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature ([#476](https://github.com/hashicorp/terraform-plugin-go/issues/476))
11+
* Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file ([#484](https://github.com/hashicorp/terraform-plugin-go/issues/484))
12+
113
## 0.27.0-alpha.1 (March 18, 2025)
214

315
NOTES:

0 commit comments

Comments
 (0)