This release introduces version 2 of the manifest file schema, which happens to be a superset of version 1. This version adds support for tag inclusion via the format `{TAG_KEY}` in tag values.
The sample tester now also
* interprets the manifest key `invocation` (the name of the key can be overriden) to specify how to run the artifact, and within the corresponding value, it interprets the literal `args` as the location in which to insert the arguments to the sample
* interprets the the manifest key `chdir` (the name of the key can be overrriden) to specify the working directory when running the sample.