diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c03b9d5..1cf8ced9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [12.2.0] - 2025-01-15 + +### Added + +- fetch-content: support for downloading a single file and putting it in an archive + +### Fixed + +- use base repo for project name in github .taskcluster.yml template (#610) +- added False as option in from-deps set-name config (#621) +- fetch-content: use urlopen's context parameter instead of cafile (#618) +- run-task: update our copy of robustcheckout hg extension (#617) +- avoid computing expensive default values when the value is overridden anyways + +### Changed + +- hash the uncompressed contents of docker context tar (#626) + ## [12.1.0] - 2024-11-21 ### Added @@ -40,7 +58,7 @@ ### Fixed - A couple more regressions with the Decision image - - Cleaned up temporary `uv` lockfile owend by root + - Cleaned up temporary `uv` lockfile owned by root - Added another `--no-cache` flag to a `uv` command - `run-task` now installs packages to user site dir when installing requirements with `uv` - Fetch tasks using `static-url` will now properly rename non-archive files diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index d6962126..0a6978ad 100644 --- a/src/taskgraph/__init__.py +++ b/src/taskgraph/__init__.py @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -__version__ = "12.1.0" +__version__ = "12.2.0" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask