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
+3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@
5
5
## Enhancements
6
6
* Adds `RunPreApplyRunning` and `RunQueuingApply` run statuses by @uk1288[#712](https://github.com/hashicorp/go-tfe/pull/712)
7
7
* Update `Workspaces` to include associated `project` resource by @glennsarti[#714](https://github.com/hashicorp/go-tfe/pull/714)
8
+
* Adds BETA method `Upload` method to `StateVersions` and support for pending state versions by @brandonc[#717](https://github.com/hashicorp/go-tfe/pull/717)
9
+
* Added ContextWithResponseHeaderHook support to `IPRanges` by @brandonc[#717](https://github.com/hashicorp/go-tfe/pull/717)
8
10
9
11
## Bug Fixes
10
12
* AgentPool `Update` is not able to remove all allowed workspaces from an agent pool. That operation is now handled by a separate `UpdateAllowedWorkspaces` method using `AgentPoolAllowedWorkspacesUpdateOptions` by @hs26gill[#701](https://github.com/hashicorp/go-tfe/pull/701)
13
+
*`ConfigurationVersions`, `PolicySetVersions`, and `RegistryModules``Upload` methods were sending API credentials to the specified upload URL, which was unnecessary by @brandonc[#717](https://github.com/hashicorp/go-tfe/pull/717)
0 commit comments