- Regression to `static-url` fetches when using the `strip_components` or `add_prefix` features
11.2.3
Fixed
- A couple more regressions with the Decision image - Cleaned up temporary `uv` lockfile owned by root - Added another `--no-cache` flag to a `uv` command - `run-task` now installs packages to user site dir when installing requirements with `uv` - Fetch tasks using `static-url` will now properly rename non-archive files
11.2.2
Fixed
- Regression in Decision image where `taskgraph` was no longer on the $PATH - Decision image no longer contains root owned `uv` cache - `uv` now included in the `run-task` image
11.2.1
Fixed
- `taskgraph.optimize.register_strategy` can now pass kwargs on to the optimization class
11.2.0
Added
- `taskgraph.config.GraphConfig` now implements a `get(<key>)` method (577) - Global tags for `project` and `trust-domain` are now applied to all tasks (579)
Fixed
- `run-task` script no longer attempts to chmod `/dev/kvm` if it already has the right permissions (578) - This fixes an issue when using a container with podman
11.1.0
Added
- Use `uv` to install requirements if available (572) - Allow 9,999 upstream dependencies on a Task (575) - Taskcluster platform work that enabled this: https://github.com/taskcluster/taskcluster/issues/7151
Fixed
- Ensure builds don't fail if `/builds` already exists in Dockerfile (573) - Add `coreutils` to the `linux` Dockerfile (573)