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
Run Tasks now have an optional description field. This commit updates
the RunTask API endpoints to include the description where applicable
(Create/Read/Update).
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
*[beta] Adds additional filter fields to `RunListOptions` by @mjyocca[#424](https://github.com/hashicorp/go-tfe/pull/424)
9
9
*[beta] Renames the optional StateVersion field `ExtState` to `JSONStateOutputs` and changes the purpose and type by @annawinkler[#444](https://github.com/hashicorp/go-tfe/pull/444) and @brandoncroft[#452](https://github.com/hashicorp/go-tfe/pull/452)
10
10
* Remove beta messaging for Run Tasks by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
11
+
* Adds `Description` field to the `RunTask` object by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
0 commit comments