@@ -38,6 +38,15 @@ being silently ignored. Any existing policies with duplicate or invalid keys
3838will continue to work, but the source policy document will need to be updated
3939to 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
4857will continue to work, but the source policy document will need to be updated
4958to 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
216234will continue to work, but the source policy document will need to be updated
217235to 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