You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
# v1.91.1
4
4
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
+
5
24
## Bug Fixes
6
25
7
26
* 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