From 86210faa82d387068d0d66a133fdc9084d295e6e Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 15 Oct 2024 14:08:47 -0400 Subject: [PATCH] chore: version bump 11.2.2 --- CHANGELOG.md | 8 ++++++++ src/taskgraph/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ae1e7f..5ef11522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [11.2.2] - 2024-10-15 + +### Fixed + +- Regression in Decision image where `taskgraph` was no longer on the $PATH +- Decision image no longer contains root owned `uv` cache +- `uv` now included in the `run-task` image + ## [11.2.1] - 2024-10-03 ### Fixed diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index 209f1101..9b924a18 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__ = "11.2.1" +__version__ = "11.2.2" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask