Skip to content

Commit 8197cf8

Browse files
authored
chore: bump to 12.2.0 (#628)
1 parent 15ff22c commit 8197cf8

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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
@@ -40,7 +58,7 @@
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

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)