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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [15.0.0] - 2025-08-13

## Added

- Process kinds in parallel with a pool of processes (#738)
- use `uv` to check python version, when available(#733)

## Changed

- BREAKING CHANGE: Use `primary-dependency-label` attribute to find primary dependency of tasks (#736)

## Fixed

- Fallback to guessing repo root in config.py (#742)

## [14.6.1] - 2025-08-11

### Fixed
Expand Down
9 changes: 9 additions & 0 deletions docs/reference/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Migration Guide

This page can help when migrating Taskgraph across major versions.

14.x -> 15.x
------------

* `get_primary_dependency` now requires a `primary-dependency-label` to be set
on the task it is passed instead of `primary-kind-dependency`. Update any tasks
you were calling this for to set this attribute. (If your only usage of this
is indirectly through `from_deps`, no change is needed: `from-deps` generated
tasks will set this for you.)

13.x -> 14.x
------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
version = "14.6.1"
version = "15.0.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading