Skip to content

Commit 11703a7

Browse files
author
Zhou Hao
authored
Merge pull request #485 from wking/v0.2.0-changelog
CHANGELOG: Document changes since v0.1.0
2 parents 9d9f709 + 19ae238 commit 11703a7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v0.2.0
2+
3+
## Additions
4+
5+
* cmd/oci-runtime-tool/generate: Add specific cap-add and -drop
6+
commands (#358).
7+
* validate: Ensure `root.path` is a GUID on non-Hyper-V Windows
8+
(#472).
9+
* validate: Check `process.rlimits[].type` on Solaris (#461, #480).
10+
* validate: Check configuration against JSON Schema (#197, #473, #474,
11+
#475, #476).
12+
13+
## Minor fixes and documentation
14+
15+
* validate: Avoid "0 errors occurred" failure (#462).
16+
* validate: Remove empty string from valid seccomp actions (#468).
17+
* validate: Require 0 or unset `major`/`minor` when
18+
`linux.devices[].type` is `p` (#460).
19+
* generate: Fix cap add/drop and initialize in privileged mode (#464).
20+
* generate: Do not validate caps when being dropped (#466, #469,
21+
#472).
22+
* completions/bash/oci-runtime-tool: Fix broken cap completion (#467).
23+
* rootfs.tar.gz: Bump to BusyBox 1.25.1 (#478)

0 commit comments

Comments
 (0)