Taskcluster

Latest version: v83.4.0

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 22 of 62

54.1.3

GENERAL

▶ [patch]
This change updates `d2g` to return the resulting generic worker payload with a `125` exit status code in the retry array to fix an intermittent podman issue while pulling the docker image.

USERS

▶ [patch]
Hooks page now displays table instead of tree view. Table view includes extra information that might be helpful to spot issues with hooks. Most recent task with state is displayed if available, or error if last fire was not successful.

▶ [patch]
UI: Refactors how validation schemas are loaded, to ensure they are only fetched and added once to prevent duplicate schema exceptions.

OTHER

▶ Additional change not described here: [6380](https://github.com/taskcluster/taskcluster/issues/6380).

54.1.2

USERS

▶ [patch] [6330](https://github.com/taskcluster/taskcluster/issues/6330)
Fixes UI errors on pages that were loading metaschema twice.

DEVELOPERS

▶ [patch]
Upgrades some rust crates and bumps rust version from 1.65.0 to 1.70.0.

54.1.1

GENERAL

▶ [patch]
Upgrades to go1.20.5 from go1.19.10.

54.1.0

USERS

▶ [minor]
This change adds the `d2g` subcommand to the `taskcluster` cli.

It can be used to translate a Docker Worker payload to a Generic Worker payload.
Both the input and output are JSON. You can either pass the input as a file or pipe it in to the command.

View help with:

shell
taskcluster d2g -h


Example usages:

shell
taskcluster d2g -f /path/to/input.json


_OR_

shell
taskcluster d2g --file /path/to/input.json


_OR_

shell
cat /path/to/input.json | taskcluster d2g


_OR_

shell
echo '{"image": "ubuntu", "command": ["bash", "-c", "echo hello world"], "maxRunTime": 300}' | taskcluster d2g


▶ [patch]
Fixes UI redirect where query parameters were not preserved. This broke changelog link from the sidebar.

OTHER

▶ Additional change not described here: [6340](https://github.com/taskcluster/taskcluster/issues/6340).

54.0.0

USERS

▶ [MAJOR]
Remove python 3.7 support as it's hit the EoL date, 2023-06-27.

More info on the python 3.7 release schedule can be found [here](https://peps.python.org/pep-0537/).

▶ [minor] [6248](https://github.com/taskcluster/taskcluster/issues/6248)
Hooks service returns task state with lastFires call. This state is also showed in UI, along with the "Fire Status", which only indicate if task was succesfully created, but does not show if the task completed succesfully or not.

53.2.1

GENERAL

▶ [patch] [6237](https://github.com/taskcluster/taskcluster/issues/6237)
Fix the case where a generic worker won't upload its log on a malformed payload error. This has been broken since v48.2.0 from PR [6107](https://github.com/taskcluster/taskcluster/pull/6107).

Page 22 of 62

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.