chore(deps): update dependency taskcluster to v70 #265
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=44.0.0,<69.1
->>=44.0.0,<70.1
Release Notes
taskcluster/taskcluster (taskcluster)
v70.0.0
Compare Source
WORKER-DEPLOYERS
▶ [MAJOR]
Generic Worker: Adds
containerEngine
worker config option to select betweendocker
andpodman
to be used during D2G payload translations.Default is
docker
and this value will be overridden bytask.payload.capabilities.containerEngine
, if specified.▶ [MAJOR]
Generic Worker: Adds
enableD2G
worker config option to internally process Docker Worker payloads using D2G. Defaults tofalse
and will return amalformed-payload
if a Docker Worker payload is detected and this config isn't set totrue
.USERS
▶ [minor]
D2G: Adds
capabilities.containerEngine
to the Docker Worker payload schema strictly to use as adocker
/podman
toggle for the d2g-translated payload.▶ [minor] #4595
Generic Worker can now be run in headless mode, meaning tasks do not have a
dedicated graphical user environment. To do this, the Generic Worker config
setting
headlessTasks
should be set to true. This can only be enabled ordisabled at the Worker level, tasks cannot choose if they run in a headless
environment or not, it depends on the worker settings (i.e. the Worker Pool
configuration).
There are no reboots in headless mode, and multiple worker instances can
be run concurrently on the same host (e.g. Worker Pool definitions may have
capacity
greater than one).Furthermore, on Linux, Gnome Desktop is no longer required.
▶ [patch] #7151
Fixes a bug in UI where task dependencies were not having colours.
▶ [patch] #7255
D2G now passes
--init
to thepodman run
/docker run
command it generates,in order that signals are properly received and processed by the container.
OTHER
▶ Additional change not described here: #7269.
Automated Package Updates
1 Dependabot updates
7f33c03
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.