File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.7.0
2
+ ## Additions
3
+
4
+ * validation: use t.Fail when checking for main test errors (#645 ).
5
+ * travis: add go 1.10 (#647 ).
6
+ * validation: add more test cases for read-only paths tests (#644 ).
7
+ * validation: add more test cases for masked paths tests (#643 ).
8
+ * validation: test cgroups with different input values (#637 ).
9
+ * validation: add more test cases for private & slave propagations (#650 ).
10
+ * runtimetest: correctly check for a readable directory (#625 ).
11
+ * validation: add minor checks for ptmx and kill signal (#642 ).
12
+ * validation: add a new test for NSPathMatchTypeError (#636 ).
13
+ * validation: add test for NSProcInPath (#628 ).
14
+ * validation: test validation test with an empty hostname (#640 ).
15
+ * validation: add cgroup devices validation (#633 ).
16
+ * check the status of the state passed to hooks over stdin (#608 ).
17
+ * validation: fix nil deferences in cpu & blkio cgroups tests (#638 ).
18
+
19
+ ## Minor fixes and documentaion
20
+
21
+ * validation: fix nil dereference when handling multierror in hooks_stdin (#641 ).
22
+ * fix generate test in calling generate.New (#648 ).
23
+ * README: fix broken links to documentation (#646 ).
24
+ * validation/kill_no_effect: fix bug(#635 ).
25
+
26
+
1
27
# v0.6.0
2
28
3
29
## Additions
Original file line number Diff line number Diff line change 1
- 0.6 .0
1
+ 0.7 .0
You can’t perform that action at this time.
0 commit comments