Skip to content

Commit 867e966

Browse files
Update CHANGELOG.md
1 parent 1b5ffec commit 867e966

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 @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/...)
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)
2323

2424
## Bug Fixes
2525

0 commit comments

Comments
 (0)