Skip to content

Commit 40167c4

Browse files
authored
docs: add 10.x migration information (#550)
1 parent a1f9bd2 commit 40167c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/migrations.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Migration Guide
33

44
This page can help when migrating Taskgraph across major versions.
55

6+
9.x -> 10.x
7+
-----------
8+
9+
* Directories listed as VOLUME in Dockerfiles are created before any other
10+
instructions, so those instructions may need to be updated (e.g. `RUN mkdir`)
11+
* `fetch-content` no longer relies on file extension to detect archives, so you.
12+
may need to explicitly disable `extract` for some fetches.
13+
614
8.x -> 9.x
715
----------
816

0 commit comments

Comments
 (0)