This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
v0.8.5
Pre-release
Pre-release
v0.8.5
This is a minor release of the spec, containing one new backwards-compatible feature, and several tooling improvements:
- Added seccomp support, via the
os/linux/seccomp-remove-set
andos/linux/seccomp-retain-set
isolator types. This includesactool patch-manifest
support (#521) - Moved to using
vendor/
directory with Godeps (#618) - Added a port parameter to the discovery code, allowing users to perform discovery on arbitrary ports (#629)
- Changed schema code to fail more gracefully (return error instead of panic) if users inadvertently create a bad Isolator value (#633)