File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 13.0.0] - 2025-01-23
4+
5+ ### Added
6+
7+ - automatically interpolate {task_workdir} in environment (#630 )
8+ - add caches for common package managers (#623 )
9+ - support setting repo wide default values for cache selection (#623 )
10+ - support list of caches in ` use-caches ` key (#623 )
11+
12+ ### Fixed
13+
14+ - ` get_ancestors ` now returns tasks keyed by taskid, to avoid missing tasks when multiple tasks exist with the same label in a graph (#633 )
15+
16+ ### Removed
17+
18+ - unused resource-monitor code (#636 )
19+ - ` cache-dotcache ` key (#623 )
20+
321## [ 12.2.0] - 2025-01-15
422
523### Added
Original file line number Diff line number Diff line change 22# License, v. 2.0. If a copy of the MPL was not distributed with this
33# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44
5- __version__ = "12.2 .0"
5+ __version__ = "13.0 .0"
66
77# Maximum number of dependencies a single task can have
88# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask
You can’t perform that action at this time.
0 commit comments