Skip to content

Commit 78af404

Browse files
Update CHANGELOG.md
1 parent 5a35f2b commit 78af404

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
# v1.91.1
44

5+
## Enhancements
6+
7+
* Updates endpoint for deleting stack from `POST` to `DELETE` and removing `/delete` from endpoint by
8+
* Updates endpoint for force deleting stack from `POST` to `DELETE` and removing `/force-delete` from endpoint and adding `?force=true` by
9+
10+
## Deprecations
11+
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
23+
524
## Bug Fixes
625

726
* 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)