From 87c5e52769bed558f540e9f38528b93ad2ed7181 Mon Sep 17 00:00:00 2001 From: Zhou Hao Date: Thu, 8 Feb 2018 11:08:32 +0800 Subject: [PATCH] release v0.5.0 Signed-off-by: Zhou Hao --- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94db59c02..e434891e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v0.5.0 +## Additions + +* validation: add tests when prestart/poststart/poststop hooks fail (#569). +* validate_test: add TestCheckMandatoryFields (#554). +* validation: add lifecycle validation (#558). +* validation: add 'state' test; using WaitingForStatus in insideValidation (#562). +* Relax LGTM requirement (#559, #566). +* validation: Fixes #556 (#557). + +## Minor fixes and documentaion + +* validate_test: Complement test (#568). +* man: Modify the legal value of the rootfs-propagation (#548). +* generate: don't overwrite hook which has a same path (#571). +* validation: nil config support in lifecycle validate (#567). +* runtimetest: cmd/runtimetest/main: Run validateDefaultDevices even with process unset (#553). +* validation: Remove runc 'create' exit timing crutches (#563). +* validation/util/container: Use ExitError for stderr (#564). + # v0.4.0 ## Additions diff --git a/VERSION b/VERSION index 1d0ba9ea1..8f0916f76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0