Skip to content

Commit ae94592

Browse files
author
Zhou Hao
committed
release v0.7.0
Signed-off-by: Zhou Hao <[email protected]>
1 parent 05b5772 commit ae94592

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
# v0.6.0
228

329
## Additions

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)