▶ [patch] #7278
Adds containerEngine docs in Capabilities section of Docker Worker docs.
WORKER-DEPLOYERS
▶ [MAJOR] #7235
Generic Worker (windows): Removes calls to wmic (being deprecated) and net in favor of a more modern approach using PowerShell cmdlets.
The powershell executable is required to be in the path.
v70.0.0
WORKER-DEPLOYERS
▶ [MAJOR]
Generic Worker: Adds containerEngine worker config option to select between docker and podman to be used during D2G payload translations.
Default is docker and this value will be overridden by task.payload.capabilities.containerEngine, if specified.
▶ [MAJOR]
Generic Worker: Adds enableD2G worker config option to internally process Docker Worker payloads using D2G. Defaults to false and will return a malformed-payload if a Docker Worker payload is detected and this config isn't set to true.
USERS
▶ [minor]
D2G: Adds capabilities.containerEngine to the Docker Worker payload schema strictly to use as a docker/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 or
disabled 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 the podman run/docker run command it generates,
in order that signals are properly received and processed by the container.
▶ [patch] #7278
Adds containerEngine docs in Capabilities section of Docker Worker docs.
WORKER-DEPLOYERS
▶ [MAJOR] #7235
Generic Worker (windows): Removes calls to wmic (being deprecated) and net in favor of a more modern approach using PowerShell cmdlets.
The powershell executable is required to be in the path.
v70.0.0
WORKER-DEPLOYERS
▶ [MAJOR]
Generic Worker: Adds containerEngine worker config option to select between docker and podman to be used during D2G payload translations.
Default is docker and this value will be overridden by task.payload.capabilities.containerEngine, if specified.
▶ [MAJOR]
Generic Worker: Adds enableD2G worker config option to internally process Docker Worker payloads using D2G. Defaults to false and will return a malformed-payload if a Docker Worker payload is detected and this config isn't set to true.
USERS
▶ [minor]
D2G: Adds capabilities.containerEngine to the Docker Worker payload schema strictly to use as a docker/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 or
disabled 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 the podman run/docker run command it generates,
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps taskcluster from 66.0.0 to 71.0.0.
Release notes
Sourced from taskcluster's releases.
... (truncated)
Changelog
Sourced from taskcluster's changelog.
... (truncated)
Commits
00a76e4
v71.0.0d48f7a6
Merge pull request #7282 from taskcluster/matt-boris/removeWmic0ed5dfd
fix(generic-worker)!: removewmic
andnet
calls on windowse2991bb
Merge pull request #7279 from taskcluster/matt-boris/updateDockerWorkerCapabi...9ab7fc4
fix(docs): addcontainerEngine
docker worker docs37ad4c7
v70.0.069d9484
Merge pull request #7265 from taskcluster/matt-boris/podmanDockerToggle78f5f58
feat(generic-worker): addcontainerEngine
config7388084
feat(generic-worker): addenableD2G
worker configbc87c0b
feat(d2g): addcontainerEngine
to toggle betweendocker
/podman
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show