File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 12.2.0] - 2025-01-15
4+
5+ ### Added
6+
7+ - fetch-content: support for downloading a single file and putting it in an archive
8+
9+ ### Fixed
10+
11+ - use base repo for project name in github .taskcluster.yml template (#610 )
12+ - added False as option in from-deps set-name config (#621 )
13+ - fetch-content: use urlopen's context parameter instead of cafile (#618 )
14+ - run-task: update our copy of robustcheckout hg extension (#617 )
15+ - avoid computing expensive default values when the value is overridden anyways
16+
17+ ### Changed
18+
19+ - hash the uncompressed contents of docker context tar (#626 )
20+
321## [ 12.1.0] - 2024-11-21
422
523### Added
4058### Fixed
4159
4260- A couple more regressions with the Decision image
43- - Cleaned up temporary ` uv ` lockfile owend by root
61+ - Cleaned up temporary ` uv ` lockfile owned by root
4462 - Added another ` --no-cache ` flag to a ` uv ` command
4563- ` run-task ` now installs packages to user site dir when installing requirements with ` uv `
4664- Fetch tasks using ` static-url ` will now properly rename non-archive files
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.1 .0"
5+ __version__ = "12.2 .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