|
| 1 | +# v0.8.0 |
| 2 | + |
| 3 | +## Additions |
| 4 | +* generate: Add generate.New support for Windows (#667). |
| 5 | +* validation: add resource validation after delete (#654). |
| 6 | +* mountinfo: parse empty strings in source (#652). |
| 7 | + |
| 8 | +## Minor fixes and documentation |
| 9 | +* readme: fix wrong filepath (#665). |
| 10 | +* Makefile: add generate to gotest (#656). |
| 11 | +* MAINTAINERS: remove philips (#659). |
| 12 | +* Vendor in windows runtime-spec changes (#663). |
| 13 | +* /proc should be mounted with nosuid, noexec, nodev to match the host (#664). |
| 14 | +* validation: mounts: fix condition of source & type check (#660). |
| 15 | +* Fix TAP output with multiple RuntimeInsideValidate (#658). |
| 16 | +* fix some misspells (#649). |
| 17 | + |
| 18 | + |
1 | 19 | # v0.7.0
|
2 | 20 | ## Additions
|
3 | 21 |
|
|
16 | 34 | * check the status of the state passed to hooks over stdin (#608).
|
17 | 35 | * validation: fix nil deferences in cpu & blkio cgroups tests (#638).
|
18 | 36 |
|
19 |
| -## Minor fixes and documentaion |
| 37 | +## Minor fixes and documentation |
20 | 38 |
|
21 | 39 | * validation: fix nil dereference when handling multierror in hooks_stdin (#641).
|
22 | 40 | * fix generate test in calling generate.New (#648).
|
|
49 | 67 | * validation: Add error judgment to SetConfig (#585).
|
50 | 68 | * validate: allow non-linux compatibility (#588).
|
51 | 69 |
|
52 |
| -## Minor fixes and documentaion |
| 70 | +## Minor fixes and documentation |
53 | 71 |
|
54 | 72 | * cgroups_v1: Correction parameters (#629).
|
55 | 73 | * travis: fix fetch issue of golint (#630).
|
|
78 | 96 | * Relax LGTM requirement (#559, #566).
|
79 | 97 | * validation: Fixes #556 (#557).
|
80 | 98 |
|
81 |
| -## Minor fixes and documentaion |
| 99 | +## Minor fixes and documentation |
82 | 100 |
|
83 | 101 | * validate_test: Complement test (#568).
|
84 | 102 | * man: Modify the legal value of the rootfs-propagation (#548).
|
|
115 | 133 | * validation: Add mount validation (#547).
|
116 | 134 | * ...: Transition from tap Diagnostic(...) to YAML(...) (#533).
|
117 | 135 |
|
118 |
| -## Minor fixes and documentaion |
| 136 | +## Minor fixes and documentation |
119 | 137 |
|
120 | 138 | * runtimetest: Fix error return (#505).
|
121 | 139 | * runtimetest: Move validateRlimits to defaultValidations (#506).
|
|
0 commit comments