Skip to content

v49.2.0

Compare
Choose a tag to compare
@taskcluster-bot taskcluster-bot released this 04 May 18:18
· 1207 commits to main since this release
dfebc54

GENERAL

▶ [patch]
Upgrade Node.js version to 18.16.0 and go version to 1.19.9.

USERS

▶ [minor] #6169
Adds interactive shell support to generic-worker.

The worker configuration variable enableInteractive needs to be set to true to allow the interactive shell feature to be enabled. enableInteractive is disabled by default.

Once the worker configuration variable is set, the interactive feature can be enabled on a per-task basis.

To enable, set task.payload.features.interactive to true. And toggle on Interactive in the Create Task view of the UI.