Skip to content

Commit

Permalink
Merge pull request #485 from wking/v0.2.0-changelog
Browse files Browse the repository at this point in the history
CHANGELOG: Document changes since v0.1.0
  • Loading branch information
Zhou Hao authored Sep 26, 2017
2 parents 9d9f709 + 19ae238 commit 11703a7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v0.2.0

## Additions

* cmd/oci-runtime-tool/generate: Add specific cap-add and -drop
commands (#358).
* validate: Ensure `root.path` is a GUID on non-Hyper-V Windows
(#472).
* validate: Check `process.rlimits[].type` on Solaris (#461, #480).
* validate: Check configuration against JSON Schema (#197, #473, #474,
#475, #476).

## Minor fixes and documentation

* validate: Avoid "0 errors occurred" failure (#462).
* validate: Remove empty string from valid seccomp actions (#468).
* validate: Require 0 or unset `major`/`minor` when
`linux.devices[].type` is `p` (#460).
* generate: Fix cap add/drop and initialize in privileged mode (#464).
* generate: Do not validate caps when being dropped (#466, #469,
#472).
* completions/bash/oci-runtime-tool: Fix broken cap completion (#467).
* rootfs.tar.gz: Bump to BusyBox 1.25.1 (#478)

0 comments on commit 11703a7

Please sign in to comment.