Skip to content

Commit 934065a

Browse files
committed
add information to upgrade guide
1 parent b7738b2 commit 934065a

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
## Nomad 1.10.6
4251

4352
#### ACL policies no longer silently ignore duplicate or invalid keys
@@ -48,6 +57,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
4857
will continue to work, but the source policy document will need to be updated
4958
to be valid before it can be written to Nomad.
5059

60+
#### Artifact unpacking behavior changes when inspection enabled
61+
62+
Nomad 1.10.6 updates how artifact contents are unpacked and inspected. Artifact
63+
inspection is applied when `client.disable_filesystem_isolation` is set to `true`
64+
or the host platform does not support filesystem isolation. When applied, the
65+
unpacked contents of the artifact will be merged into the destination path if
66+
it already exists. Depending on the remote source being used, this may be different
67+
behavior than seen when the artifact is unpacked without inspection.
68+
5169
## Nomad 1.10.2
5270

5371
#### Clients respect `telemetry.publish_allocation_metrics`
@@ -216,6 +234,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
216234
will continue to work, but the source policy document will need to be updated
217235
to be valid before it can be written to Nomad.
218236

237+
#### Artifact unpacking behavior changes when inspection enabled
238+
239+
Nomad 1.8.18 updates how artifact contents are unpacked and inspected. Artifact
240+
inspection is applied when `client.disable_filesystem_isolation` is set to `true`
241+
or the host platform does not support filesystem isolation. When applied, the
242+
unpacked contents of the artifact will be merged into the destination path if
243+
it already exists. Depending on the remote source being used, this may be different
244+
behavior than seen when the artifact is unpacked without inspection.
245+
219246
## Nomad 1.8.4
220247

221248
#### Default Docker `infra_image` changed

0 commit comments

Comments
 (0)