@@ -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#### Maximum number of allocations per job is limited by default
4251
4352Nomad 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
6978will continue to work, but the source policy document will need to be updated
7079to 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
7492Nomad 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
242260will continue to work, but the source policy document will need to be updated
243261to 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
247274Nomad Enterprise 1.8.18 adds detailed product usage information to
0 commit comments