Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

v0.8.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonboulle jonboulle released this 30 Jun 09:54
· 113 commits to master since this release
v0.8.5

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 and os/linux/seccomp-retain-set isolator types. This includes actool 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)