Skip to content

Commit 699dbce

Browse files
author
Zhou Hao
authored
Merge pull request #655 from q384566678/release-0.7
release v0.7.0
2 parents d2fbafa + ae94592 commit 699dbce

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)