Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [17.3.0] - 2025-11-07

### Added

- Support for local volumes to `taskgraph load-task -v host_path:container_path`

### Fixed

- `load-task` now takes run-task-{hg,git} into account when checking for run-task
- Properly detect dependency cycles in the `cached_tasks` transform and raise
an exception instead of it being an infinite loop

## [17.2.1] - 2025-10-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
version = "17.2.1"
version = "17.3.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies = [
"redo>=2.0",
"requests>=2.25",
"slugid>=2.0",
"taskcluster>=91.0",
"taskcluster>=91.0,<92.0",
"taskcluster-urls>=11.0",
"voluptuous>=0.12.1",
]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading