File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 18.0.0] - 2025-11-17
4+
5+ ### Added
6+
7+ - ` --develop ` flag to ` taskgraph load-task ` to support making source changes in a task
8+
9+ ### Fixed
10+
11+ - BREAKING CHANGE: ` run-task ` no longer cleans up fetches dir (worker is already responsible for this)
12+ - Normalized certain known environment variables to use forward slashes in ` run-task `
13+ - Added some additional environment variables to this normalization in ` run-task `
14+
15+ ### Changed
16+
17+ - ` fetch-content ` now uses ` PERFHERDER_FETCH_CONTENT_JSON_PATH ` for perf artifact
18+
19+ ### Removed
20+
21+ - BREAKING CHANGE: Mercurial sparse profiles no longer supported in ` run-task `
22+
323## [ 17.3.0] - 2025-11-07
424
525### Added
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ This page can help when migrating Taskgraph across major versions.
99* Stop setting the ``run.sparse-profile `` key in all tasks which perform a
1010 Mercurial clone. If sparse profiles are still required, the task must perform
1111 its own clone and not rely on the ``run-task `` script to do it.
12+ * `run-task ` no longer cleans up the fetches directory. If using
13+ `generic-worker `'s multiuser engine, this should have no impact. If you are
14+ using a worker that does not create separate task workspaces and you require
15+ the fetches dir to be cleaned up, adjust your tasks' commands to remove
16+ `$MOZ_FETCHES_DIR ` explicitly.
1217
131816.x -> 17.x
1419------------
Original file line number Diff line number Diff line change 11# ## Project
22[project ]
33name = " taskcluster-taskgraph"
4- version = " 17.3 .0"
4+ version = " 18.0 .0"
55description = " Build taskcluster taskgraphs"
66readme = " README.rst"
77authors = [
You can’t perform that action at this time.
0 commit comments