Skip to content

Commit c89c947

Browse files
authored
Revert "Update CHANGELOG.md (#535)" (#536)
This reverts commit 8db00e5.
1 parent 8db00e5 commit c89c947

File tree

6 files changed

+20
-18
lines changed

6 files changed

+20
-18
lines changed

.changes/0.29.0-alpha.1.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: This alpha pre-release contains the protocol definitions and Go type definitions for list resources, which are a new type of resource.
3+
time: 2025-07-03T16:36:29.624307-04:00
4+
custom:
5+
Issue: "512"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: A `ProviderServerWithListResource` can be used with the `terraform query` subcommand in Terraform 1.13.0-alpha20250708 and later to search unmanaged infrastructure.
3+
time: 2025-07-03T16:36:37.158621-04:00
4+
custom:
5+
Issue: "512"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: The list resource protocol definitions are considered experimental and may change up until general availability.
3+
time: 2025-07-03T16:36:53.905091-04:00
4+
custom:
5+
Issue: "512"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: 'tfprotov5+tfprotov6: An upcoming release will require the `ValidateListResourceConfig` and `ListResource` implementations as part of `ProviderServer`.'
3+
time: 2025-07-03T16:37:08.835514-04:00
4+
custom:
5+
Issue: "514"

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
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-
101
## 0.28.0 (May 21, 2025)
112

123
BREAKING CHANGES:

0 commit comments

Comments
 (0)