File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 14.1.0] - 2025-04-07
4+
5+ ## Added
6+
7+ - allow task-priority to be keyed by level (#653 )
8+ - implement ` taskgraph action ` command to generate actions.json on the command line (#645 )
9+ - pass push.base_revision to in-tree-action hook (#656 )
10+ - support for ` volume ` artifact type (#667 )
11+
12+ ## Fixed
13+
14+ - bug deleting long path names with forward slashes on Windows (#661 )
15+ - replace deprecated datetime.utcnow() with timezone-aware alternative (#652 )
16+ - only consider tracked files when building toolchain hashes (#664 )
17+
318## [ 14.0.0] - 2025-02-18
419
520### Removed
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.0 .0"
5+ __version__ = "14.1 .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