|
| 1 | +# v0.3.0 |
| 2 | + |
| 3 | +## Additions |
| 4 | + |
| 5 | +* cmd/runtimetest: Adopt `DevicesAvailable` RFC code (#502). |
| 6 | +* cmd/runtimetest: Adopt `DefaultRuntimeLinuxSymlinks`, `DefaultDevices`, |
| 7 | + `LinuxProcOomScoreAdjSet`, `MountsInOrder`, `SpecVersionInSemVer`, |
| 8 | + `PosixHooksPathAbs`, `ProcCwdAbs`, `ProcArgsOneEntryRequired`, |
| 9 | + `PosixProcRlimitsErrorOnDup`, `MountsDestAbs`, `MountsDestOnWindowsNotNested`, |
| 10 | + `PlatformSpecConfOnWindowsSet`, `MaskedPathsAbs`, `ReadonlyPathsAbs` |
| 11 | + RFC codes (#500). |
| 12 | +* specerror: Turn all the RFC 2119 key words described in runtime-spec |
| 13 | + to RFC codes (#498, #497, #481, #458). |
| 14 | +* specerror: Add SplitLevel helper, Implement `--compliance-level` (#492). |
| 15 | +* generate: generate smoke test (#491). |
| 16 | +* travis: Add go 1.9 version (#487). |
| 17 | +* rootfs-{arch}.tar.gz: Add per-arch tarballs (#479). |
| 18 | +* generate: Add `--linux-device-cgroup-add` and |
| 19 | + `--linux-device-cgroup-remove` (#446). |
| 20 | +* filepath: Add a stand-alone package for explicit-OS path logic (#445). |
| 21 | + |
| 22 | +## Minor fixes and documentation |
| 23 | + |
| 24 | +* cmd/runtimetest: Fix nil reference (#494). |
| 25 | +* man: Fix typo (#493). |
| 26 | +* generate: Correct rootfs default, allow unset "type" fields |
| 27 | + in resource devices whitelist (#491). |
| 28 | +* validate: Fix compile issue (#490). |
| 29 | +* bash: Fix command (#489). |
| 30 | +* validate: Fix cap valiadtion (#488). |
| 31 | +* generate: Fix rootfs-propagation (#484). |
| 32 | + |
1 | 33 | # v0.2.0
|
2 | 34 |
|
3 | 35 | ## Additions
|
|
0 commit comments