Skip to content

Commit 52e1f0f

Browse files
committed
add information to upgrade guide
1 parent efb43de commit 52e1f0f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

website/content/docs/upgrade/upgrade-specific.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
3838
will continue to work, but the source policy document will need to be updated
3939
to be valid before it can be written to Nomad.
4040

41+
#### Artifact unpacking behavior changes when inspection enabled
42+
43+
Nomad 1.11.0 updates how artifact contents are unpacked and inspected. Artifact
44+
inspection is applied when `client.disable_filesystem_isolation` is set to `true`
45+
or the host platform does not support filesystem isolation. When applied, the
46+
unpacked contents of the artifact will be merged into the destination path if
47+
it already exists. Depending on the remote source being used, this may be different
48+
behavior than seen when the artifact is unpacked without inspection.
49+
4150
#### Maximum number of allocations per job is limited by default
4251

4352
Nomad 1.11.0 limits the maximum number of allocations for a job to the value of
@@ -69,6 +78,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
6978
will continue to work, but the source policy document will need to be updated
7079
to be valid before it can be written to Nomad.
7180

81+
#### Artifact unpacking behavior changes when inspection enabled
82+
83+
Nomad 1.10.6 updates how artifact contents are unpacked and inspected. Artifact
84+
inspection is applied when `client.disable_filesystem_isolation` is set to `true`
85+
or the host platform does not support filesystem isolation. When applied, the
86+
unpacked contents of the artifact will be merged into the destination path if
87+
it already exists. Depending on the remote source being used, this may be different
88+
behavior than seen when the artifact is unpacked without inspection.
89+
7290
#### Enterprise product usage reporting <EnterpriseAlert inline />
7391

7492
Nomad Enterprise 1.10.6 adds detailed product usage information to
@@ -242,6 +260,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
242260
will continue to work, but the source policy document will need to be updated
243261
to be valid before it can be written to Nomad.
244262

263+
#### Artifact unpacking behavior changes when inspection enabled
264+
265+
Nomad 1.8.18 updates how artifact contents are unpacked and inspected. Artifact
266+
inspection is applied when `client.disable_filesystem_isolation` is set to `true`
267+
or the host platform does not support filesystem isolation. When applied, the
268+
unpacked contents of the artifact will be merged into the destination path if
269+
it already exists. Depending on the remote source being used, this may be different
270+
behavior than seen when the artifact is unpacked without inspection.
271+
245272
#### Enterprise product usage reporting <EnterpriseAlert inline />
246273

247274
Nomad Enterprise 1.8.18 adds detailed product usage information to

0 commit comments

Comments
 (0)