Skip to content

Commit 16ca219

Browse files
committed
chore: version bump Taskgraph v21.0.0
1 parent 56a60d7 commit 16ca219

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [21.0.0] - 2026-04-13
4+
5+
### Added
6+
7+
- Ability for `run-task` to fetch arbitrary extra refs
8+
- Ability for Decision task to override params via Git notes
9+
10+
### Fixed
11+
12+
- Improved index route verification
13+
14+
### Changed
15+
16+
- BREAKING CHANGE: run-task and decision images now use Debian 13
17+
18+
### Removed
19+
20+
- BREAKING CHANGE: Removed docker-worker features: dind, privileged, loopback-audio
21+
322
## [20.0.0] - 2026-03-17
423

524
### Added

docs/reference/migrations.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Migration Guide
33

44
This page can help when migrating Taskgraph across major versions.
55

6+
20.x -> 21.x
7+
------------
8+
9+
* If you have tasks using `docker-worker`'s `dind`, `privileged` or `loopback-audio`
10+
features, they are no longer supported. Either avoid using these features or migrate
11+
to a `generic-worker` pool with D2G payloads enabled.
12+
* Ensure any task's using the `run-task` or `decision` images work with the new
13+
Debian 13 base.
14+
615
19.x -> 20.x
716
------------
817

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "20.0.0"
4+
version = "21.0.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)