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
@@ -6,6 +6,11 @@
6
6
* Adds BETA support for listing `StackDeploymentGroups`, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp[#1128](https://github.com/hashicorp/go-tfe/pull/1128)
7
7
* Adds BETA support for removing/adding VCS backing for a Stack, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @Maed223[#1131](https://github.com/hashicorp/go-tfe/pull/1131)
8
8
9
+
## Enhancements
10
+
11
+
* Adds `PrivateRunTasks` field to Entitlements by @glennsarti[#944](https://github.com/hashicorp/go-tfe/pull/944)
12
+
* Adds `AgentPool` relationship to options when creating and updating Run Tasks by @glennsarti[#944](https://github.com/hashicorp/go-tfe/pull/944)
13
+
9
14
# v1.82.0
10
15
11
16
## Enhancements
@@ -204,6 +209,8 @@ In the last release, Runs interface method `ListForOrganization` included pagina
204
209
## Enhancements
205
210
206
211
* Adds `AllowMemberTokenManagement` permission to `Team` by @juliannatetreault[#922](https://github.com/hashicorp/go-tfe/pull/922)
212
+
* Adds `PrivateRunTasks` field to Entitlements by @glennsarti[#944](https://github.com/hashicorp/go-tfe/pull/944)
213
+
* Adds `AgentPool` relationship to options when creating and updating Run Tasks by @glennsarti[#944](https://github.com/hashicorp/go-tfe/pull/944)
0 commit comments