Skip to content

Commit 0e22029

Browse files
Update changelog
1 parent c89c947 commit 0e22029

File tree

6 files changed

+18
-20
lines changed

6 files changed

+18
-20
lines changed

.changes/0.29.0-alpha.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 0.29.0-alpha.1 (July 08, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains the protocol definitions and Go type definitions for list resources, which are a new type of resource. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
6+
* A `ProviderServerWithListResource` can be used with the `terraform query` subcommand in Terraform 1.13.0-alpha20250708 and later to search unmanaged infrastructure. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
7+
* The list resource protocol definitions are considered experimental and may change up until general availability. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
8+
* tfprotov5+tfprotov6: An upcoming release will require the `ValidateListResourceConfig` and `ListResource` implementations as part of `ProviderServer`. ([#514](https://github.com/hashicorp/terraform-plugin-go/issues/514))
9+

.changes/unreleased/NOTES-20250703-163629.yaml

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

.changes/unreleased/NOTES-20250703-163637.yaml

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

.changes/unreleased/NOTES-20250703-163653.yaml

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

.changes/unreleased/NOTES-20250703-163708.yaml

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.29.0-alpha.1 (July 08, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains the protocol definitions and Go type definitions for list resources, which are a new type of resource. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
6+
* A `ProviderServerWithListResource` can be used with the `terraform query` subcommand in Terraform 1.13.0-alpha20250708 and later to search unmanaged infrastructure. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
7+
* The list resource protocol definitions are considered experimental and may change up until general availability. ([#512](https://github.com/hashicorp/terraform-plugin-go/issues/512))
8+
* tfprotov5+tfprotov6: An upcoming release will require the `ValidateListResourceConfig` and `ListResource` implementations as part of `ProviderServer`. ([#514](https://github.com/hashicorp/terraform-plugin-go/issues/514))
9+
110
## 0.28.0 (May 21, 2025)
211

312
BREAKING CHANGES:

0 commit comments

Comments
 (0)