From c522c863fc65ef1153635200fa8c05014e7f1391 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Thu, 30 Oct 2025 14:15:55 +0100 Subject: [PATCH] chore: Bump version to 17.2.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2cba46e..91b13824c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bc9efc125..49ff09226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/uv.lock b/uv.lock index 569dcb8d5..39b57319e 100644 --- a/uv.lock +++ b/uv.lock @@ -2020,7 +2020,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "17.1.0" +version = "17.2.0" source = { editable = "." } dependencies = [ { name = "appdirs" },