We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f9bd2 commit 40167c4Copy full SHA for 40167c4
docs/reference/migrations.rst
@@ -3,6 +3,14 @@ Migration Guide
3
4
This page can help when migrating Taskgraph across major versions.
5
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
14
8.x -> 9.x
15
----------
16
0 commit comments