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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
# UNRELEASED
2
2
3
+
## Deprecations
4
+
* The `Sourceable` field has been deprecated on `RunTrigger`. Instead, use `SourceableChoice` to locate the non-empty field representing the actual sourceable value by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
5
+
3
6
## Bug Fixes
4
7
* Removed unused field `AgentPoolID` from the Workspace model. (Callers should be using the `AgentPool` relation instead) by @brandonc[#815](https://github.com/hashicorp/go-tfe/pull/815)
5
8
9
+
## Features
10
+
* Adds `LockedBy` relationship field to `Workspace` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
11
+
* Adds `CreatedBy` relationship field to `TeamToken`, `UserToken`, and `OrganizationToken` by @brandonc[#816](https://github.com/hashicorp/go-tfe/pull/816)
0 commit comments