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

## [17.2.0] - 2025-10-30

### Added

- Added support for outputting a mermaid flowchart of the kind graph (`taskgraph kind-graph`)

### Fixed

- `get_taskcluster_client` respects `PRODUCTION_TASKCLUSTER_ROOT_URL` again
- Avoid using the proxy in `get_index_url`, aligning it with `get_artifact_url`
- Don't parse `git clean`'s stderr to prevent trying to parse error messages
- Fixed stripping prefixes for hard links when repacking archives in fetch-content
- Fixed fetching JSON artifacts that are not an object with `util.taskcluster.get_artifact`
- Fixed the `run_task` transform to not use the proxy to get script artifacts

## [17.1.0] - 2025-10-22

### Added
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 = "17.1.0"
version = "17.2.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