Skip to content

Commit 41b26c5

Browse files
committed
Release 17.3.0
1 parent f330309 commit 41b26c5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [17.3.0] - 2025-11-07
4+
5+
### Added
6+
7+
- Support for local volumes to `taskgraph load-task -v host_path:container_path`
8+
9+
### Fixed
10+
11+
- `load-task` now takes run-task-{hg,git} into account when checking for run-task
12+
- Properly detect dependency cycles in the `cached_tasks` transform and raise
13+
an exception instead of it being an infinite loop
14+
315
## [17.2.1] - 2025-10-31
416

517
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "17.2.1"
4+
version = "17.3.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)