Skip to content

Commit 8facd85

Browse files
authored
chore: Bump version to 17.2.0 (#848)
1 parent 790fbae commit 8facd85

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [17.2.0] - 2025-10-30
4+
5+
### Added
6+
7+
- Added support for outputting a mermaid flowchart of the kind graph (`taskgraph kind-graph`)
8+
9+
### Fixed
10+
11+
- `get_taskcluster_client` respects `PRODUCTION_TASKCLUSTER_ROOT_URL` again
12+
- Avoid using the proxy in `get_index_url`, aligning it with `get_artifact_url`
13+
- Don't parse `git clean`'s stderr to prevent trying to parse error messages
14+
- Fixed stripping prefixes for hard links when repacking archives in fetch-content
15+
- Fixed fetching JSON artifacts that are not an object with `util.taskcluster.get_artifact`
16+
- Fixed the `run_task` transform to not use the proxy to get script artifacts
17+
318
## [17.1.0] - 2025-10-22
419

520
### Added

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.1.0"
4+
version = "17.2.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)