Skip to content

Commit 1b5ffec

Browse files
Update CHANGELOG.md
1 parent 78af404 commit 1b5ffec

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
## Deprecations
1111

12-
* The `GET` endpoint to return a `StackPlan` by its ID has been deprecated by
13-
* The `GET` endpoint to return a list of stack plans for a given stack configuration has been deprecated by
14-
* The `POST` endpoint to approve a stack plan has been deprecated by
15-
* The `POST` endpoint to cancel a stack plan has been deprecated by
16-
* The `POST` endpoint to discard a stack plan has been deprecated by
17-
* The `GET` endpoint to return the plan description for a stack plan has been deprecated by
18-
* The `AwaitTerminal` method to generate a channel that will receive the status of the stack plan has been deprecated by
19-
* The `AwaitRunning` method to generate a channel that will receive the status of the stack plan has been deprecated by
20-
* The `GET` endpoint to return a stack plan operation by its ID has been deprecated by
21-
* The `GET` endpoint to return a stack source by its ID has been deprecated by
22-
* The `POST` endpoint to package and upload the specified Terraform Stacks configuration files in association with a Stack has been deprecated by
12+
* The `GET` endpoint to return a `StackPlan` by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
13+
* The `GET` endpoint to return a list of stack plans for a given stack configuration has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
14+
* The `POST` endpoint to approve a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
15+
* The `POST` endpoint to cancel a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
16+
* The `POST` endpoint to discard a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
17+
* The `GET` endpoint to return the plan description for a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
18+
* The `AwaitTerminal` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
19+
* The `AwaitRunning` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
20+
* The `GET` endpoint to return a stack plan operation by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
21+
* The `GET` endpoint to return a stack source by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...)
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 [#...](https://github.com/hashicorp/go-tfe/pull/...)
2323

2424
## Bug Fixes
2525

0 commit comments

Comments
 (0)