Skip to content

Commit 87c5e52

Browse files
author
Zhou Hao
committed
release v0.5.0
Signed-off-by: Zhou Hao <[email protected]>
1 parent dc61225 commit 87c5e52

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.5.0
2+
## Additions
3+
4+
* validation: add tests when prestart/poststart/poststop hooks fail (#569).
5+
* validate_test: add TestCheckMandatoryFields (#554).
6+
* validation: add lifecycle validation (#558).
7+
* validation: add 'state' test; using WaitingForStatus in insideValidation (#562).
8+
* Relax LGTM requirement (#559, #566).
9+
* validation: Fixes #556 (#557).
10+
11+
## Minor fixes and documentaion
12+
13+
* validate_test: Complement test (#568).
14+
* man: Modify the legal value of the rootfs-propagation (#548).
15+
* generate: don't overwrite hook which has a same path (#571).
16+
* validation: nil config support in lifecycle validate (#567).
17+
* runtimetest: cmd/runtimetest/main: Run validateDefaultDevices even with process unset (#553).
18+
* validation: Remove runc 'create' exit timing crutches (#563).
19+
* validation/util/container: Use ExitError for stderr (#564).
20+
121
# v0.4.0
222

323
## Additions

Diff for: VERSION

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

0 commit comments

Comments
 (0)