|
| 1 | +# v0.4.0 |
| 2 | + |
| 3 | +## Additions |
| 4 | + |
| 5 | +* specerror: Redefine error code as int64 (#501). |
| 6 | +* validate: Improve the test of the configuration file (#504, #534, #537, #541). |
| 7 | +* runtimetest: Add rootfs propagation test (#511). |
| 8 | +* runtimetest: Add posixValidations (#510). |
| 9 | +* runtimetest: Add host platform validation (#507). |
| 10 | +* Makefile: Add version file (#417). |
| 11 | +* validation: Complete Container Inside Test (#521). |
| 12 | +* generate: Support json value for hooks (#525). |
| 13 | +* generate: Support adding additional mounts for container (#279). |
| 14 | +* generate: Support blkio related options (#235). |
| 15 | +* cmd/runtimetest/main: Use TAP diagnostics for errors (#439). |
| 16 | +* generate: Add linux-intelRdt-l3CacheSchema option (#529). |
| 17 | +* filepath/clean: Add Windows support (#539). |
| 18 | +* validate: Add validation when host-specific is set (#495). |
| 19 | +* runtimetest: Add validation of cgroups (#93). |
| 20 | +* generate: Generator solaris application container configuration (#532). |
| 21 | +* generate: Add interface to remove mounts. (#544). |
| 22 | +* validation/linux_cgroups_*: Generate TAP output (and outside-validation cleanup) (#542). |
| 23 | +* generate: Windows-specific container configuration generate (#528). |
| 24 | +* runtimetest: Add validateSeccomp (#514). |
| 25 | +* validation: Add mount validation (#547). |
| 26 | +* ...: Transition from tap Diagnostic(...) to YAML(...) (#533). |
| 27 | + |
| 28 | +## Minor fixes and documentaion |
| 29 | + |
| 30 | +* runtimetest: Fix error return (#505). |
| 31 | +* runtimetest: Move validateRlimits to defaultValidations (#506). |
| 32 | +* runtimetest: Make validateRlimits silent on Windows (#509). |
| 33 | +* runtimetest: Raise ConfigInRootBundleDir for missing config.json (#508). |
| 34 | +* generate: Change process-tty to process-terminal (#517). |
| 35 | +* generate: Fixed seccompSet (#513). |
| 36 | +* runtimetest: Remove debug info (#518). |
| 37 | +* generate: Fix error return (#520). |
| 38 | +* validate: Fix nil deference (#522). |
| 39 | +* generate: Fix DropProcessCapability... (#519). |
| 40 | +* runtimetest: Fix nil dereference (#523). |
| 41 | +* man: Small fixs (#526). |
| 42 | +* validation: Fix idmappings test (#530). |
| 43 | +* generate: Solve conflicting options problem (#441). |
| 44 | +* generate: Use non-null validation instead of initialization (#540). |
| 45 | +* validate: Modify the non-conforming validation (#538). |
| 46 | +* validate: Fix id mappings (#531). |
| 47 | +* validate: Remove duplicate verification (#535). |
| 48 | +* generate: AddMounts should be AddMount you are only adding a single Mount (#545). |
| 49 | +* generate: Recursive propagation flags should be legal to use (#543). |
| 50 | +* generate: Modify the function return value (#546). |
| 51 | +* generate: Hooks should be passed in as rspec.Hook, not as a string. (#549). |
| 52 | + |
1 | 53 | # v0.3.0
|
2 | 54 |
|
3 | 55 | ## Additions
|
|
0 commit comments