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
@@ -4,6 +4,7 @@
4
4
* Adds `RetryServerErrors` field to the `Config` object by @sebasslash[#439](https://github.com/hashicorp/go-tfe/pull/439)
5
5
*[beta] Renames the optional StateVersion field `ExtState` to `JSONState` and changes to string for base64 encoding by @annawinkler[#444](https://github.com/hashicorp/go-tfe/pull/444)
6
6
* Remove beta messaging for Run Tasks by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
7
+
* Adds `Description` field to the `RunTask` object by @glennsarti[#447](https://github.com/hashicorp/go-tfe/pull/447)
0 commit comments