Skip to content

Commit 1c243a8

Browse files
author
Zhou Hao
committed
release v0.6.0
Signed-off-by: Zhou Hao <[email protected]>
1 parent 923cf4e commit 1c243a8

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

Diff for: CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# v0.6.0
2+
3+
## Additions
4+
5+
* add test case for KillNonCreateRunHaveNoEffect (#607).
6+
* Add cgroupsPath validation (#631).
7+
* validation: create: don't skip errors on state (#626).
8+
* validation: add tests for NSNewNSWithoutPath & NSInheritWithoutType (#620).
9+
* specerror: Add NewRFCError and NewRFCErrorOrPanic (#627).
10+
* implement specerror (#604, #602, #591, #587, #580, #583, #584, #586).
11+
* generate: Move Generator.spec to Generator.Config (#266).
12+
* Respect the host platform (#194).
13+
* runtimetest: Make TAP output more granular (#308).
14+
* generate: add process-username option and fix it's validation (#614).
15+
* validation: add process_user validation (#611).
16+
* add hooks stdin test (#589).
17+
* runtimetest: count correctly TAP tests (#594).
18+
* contrib/rootfs-builder: Support timestamps and xz compression (#598).
19+
* Add system validation (#592).
20+
* validation: run CLI with correct argument order (#600).
21+
* validation: Add system validation (#590).
22+
* validate: CheckLinux is platform dependent (#560).
23+
* validation: Add error judgment to SetConfig (#585).
24+
* validate: allow non-linux compatibility (#588).
25+
26+
## Minor fixes and documentaion
27+
28+
* cgroups_v1: Correction parameters (#629).
29+
* travis: fix fetch issue of golint (#630).
30+
* validation: add more values for rlimits test (#623).
31+
* doc: add developer guidelines (#621).
32+
* bash: add os (#622).
33+
* docs/command-line-interface: Require complete runtime coverage (#615).
34+
* validation/test-yaml: Drop this local experiment (#616).
35+
* validation: LinuxUIDMapping: fix tests (#597).
36+
* Fix error messages in validation cgroup tests (#605).
37+
* contrib/rootfs-builder: Use $(cat rootfs-files) (#606).
38+
* validate: mv deviceValid to validate_linux (#603).
39+
* Validate_linux: Modify the returned error (#601).
40+
* runtimetest: fix root readonly check (#599).
41+
* runtimetest: fix uid_map parsing (#596).
42+
* Fix condition in BlockIO test (#595).
43+
* generate/seccomp: platform independent values (#561).
44+
145
# v0.5.0
246
## Additions
347

Diff for: VERSION

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

0 commit comments

Comments
 (0)