Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/reference/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This page can help when migrating Taskgraph across major versions.
for it manually. If ``use-caches`` was previously set to ``false``, omit
``checkout`` in the example above. If ``use-caches`` was previously set to
``true``, replace ``true`` with the value above (including ``checkout``).

In Dockerfiles, replace `VOLUME /builds/worker/.cache` by
`VOLUME /builds/worker/.task-cache/{uv, cargo, pip, npm}` as necessary.

* Invert any usage of the dict keys and values returned by `get_ancestors`:

For example, if you were using:
Expand Down
Loading