Skip to content

Commit 2498de5

Browse files
committed
chore: version bump 18.0.0
1 parent c9bdd35 commit 2498de5

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

docs/reference/migrations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1318
16.x -> 17.x
1419
------------

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.3.0"
4+
version = "18.0.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)