Skip to content

Commit d57e656

Browse files
Update CHANGELOG.md
Co-authored-by: Chris Trombley <[email protected]>
1 parent d92382a commit d57e656

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,7 @@
99

1010
## Deprecations
1111

12-
* The `GET` endpoint to return a `StackPlan` by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
13-
* The `GET` endpoint to return a list of stack plans for a given stack configuration has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
14-
* The `POST` endpoint to approve a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
15-
* The `POST` endpoint to cancel a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
16-
* The `POST` endpoint to discard a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
17-
* The `GET` endpoint to return the plan description for a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
18-
* The `AwaitTerminal` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
19-
* The `AwaitRunning` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
20-
* The `GET` endpoint to return a stack plan operation by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
21-
* The `GET` endpoint to return a stack source by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
22-
* The `POST` endpoint to package and upload the specified Terraform Stacks configuration files in association with a Stack has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
23-
12+
* The beta `StackDeployments`, `StackPlan`, `StackPlanOperation`, and `StackSource` resources have been removed, by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205)
2413
## Bug Fixes
2514

2615
* Fixes timestamp attribute mapping for deployment runs to use correct API field names (`created-at`/`updated-at` instead of `started-at`/`completed-at`) by @shwetamurali [#1199](https://github.com/hashicorp/go-tfe/pull/1199)

0 commit comments

Comments
 (0)