File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ 14.2.0 ] - 2025-04-10
3+ ## [ 14.2.1 ] - 2025-05-13
44
5- ## Fixed
5+ ### Fixed
6+
7+ - regression in 14.2.0 causing schema validation failure for generic-worker
8+ tasks using run-task (#688 )
9+
10+ ## [ 14.2.0] - 2025-05-12
11+
12+ ### Fixed
613
714- fix actions scope check on mercurial (#686 )
815
9- ## Changed
16+ ### Changed
1017
1118- generic-worker will now verify run-task/fetch-content integrity (#666 )
1219
13- ## Added
20+ ### Added
1421
1522- new 'load-task' command to debug tasks locally (#680 )
1623
1724## [ 14.1.1] - 2025-04-10
1825
19- ## Fixed
26+ ### Fixed
2027
2128- ensure GraphConfig.root_dir is an absolute path (#673 )
2229
2330## [ 14.1.0] - 2025-04-07
2431
25- ## Added
32+ ### Added
2633
2734- allow task-priority to be keyed by level (#653 )
2835- implement ` taskgraph action ` command to generate actions.json on the command line (#645 )
2936- pass push.base_revision to in-tree-action hook (#656 )
3037- support for ` volume ` artifact type (#667 )
3138
32- ## Fixed
39+ ### Fixed
3340
3441- bug deleting long path names with forward slashes on Windows (#661 )
3542- replace deprecated datetime.utcnow() with timezone-aware alternative (#652 )
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__ = "14.2.0 "
5+ __version__ = "14.2.1 "
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