From 8611433520063922f5f29a53eae34f1a49aa88ea Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 15 Jan 2025 16:54:16 +0100 Subject: [PATCH] chore: bump to 12.2.0 --- CHANGELOG.md | 20 +++++++++++++++++++- src/taskgraph/__init__.py | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c03b9d51..1cf8ced90 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 d69621263..0a6978ad2 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