From d4104bf5ab6eb2f87b1f6749c99090d2ebb3bb92 Mon Sep 17 00:00:00 2001 From: katacontainers bot Date: Fri, 7 Dec 2018 16:06:23 +0000 Subject: [PATCH] release: Kata Containers 1.5.0-rc1 - Block: Add cache-related options for block devices - versions: Add nemu - Update cid vsock - shim: Add trace config option - vendor: Update govmm vendoring - git: Add containerd-shim-kata-v2 to .gitignore - virtcontainers: change uint32 to uint64 for ioctl - virtcontainers: Return the appropriate container status - config: Check factory config - Implement containerd shim v2 API for Kata Containers - ppc64le: kata-env fails due to missing vendor field - kata-check: do not require nested vt - kata-env: Show runtime trace setting deb6f16 virtcontainers: update context id of vsock to uint64 f651147 block: Add cache-related options for block devices 018c8c1 vendor: Update govmm vendoring ea74b98 shim: Add trace config option 2af240b versions: Add nemu 7093eec git: Add containerd-shim-kata-v2 to .gitignore 96ed6c5 git: Sort .gitignore entries 04ce4c0 virtcontainers: change uint32 to uint64 for ioctl 0bf29c8 config: Check factory config fe784c1 config: Create function to check config options 70e4dc5 config: Move check code to end of LoadConfiguration fa9b15d virtcontainers: Return the appropriate container status 02f8b29 containerd-shim-kata-v2: add building of shimv2 into Makefile 8199d10 containerd-shim-kata: add unit test cases 7951041 containerd-shim-kata-v2: add the service Stats support 5cc016c containerd-shim-kata-v2: add the service Kill support 9ee53be containerd-shim-kata-v2: add the service Resume support 8df33d3 containerd-shim-kata-v2: add the service Pause support cd321a3 containerd-shim-kata-v2: add the service ResizePty support 47326f5 containerd-shim-kata-v2: add the service Update support 642231b containerd-shim-kata-v2: add the service Shutdown support 87f591a containerd-shim-kata-v2: add the service Connect support ec4f27b containerd-shim-kata-v2: add the service CloseIO support 8c95b75 containerd-shim-kata-v2: add the service Pids support 709bc9a containerd-shim-kata-v2: add the service Cleanup support a0e6456 containerd-shim-kata-v2: add the service Delete support fd18b22 containerd-shim-kata-v2: add the service State support fbaefc9 containerd-shim-kata-v2: add the service wait support 269c940 containerd-shim-kata-v2: add the exec service support 4c5b296 containerd-shim-kata-v2: add the start service support 72fd6e0 containerd-shim-kata-v2: add the create service support ca58bb4 ppc64le: kata-env fails due to missing vendor field d6c4ca5 container-shim-kata-v2: The init containerd shim v2 support 5e6cd00 containerd-shim-v2: add the shim v2 required vendors f0cb0c7 cli: refactor to align with katautils package 9984636 kata-env: Show runtime trace setting 8cfb06f kata-check: optionally require kvm-intel unrestricted_guest acbcde3 kata-check: do not require nested vt ea9ecd7 kata-check: modprobe missing kernel modules Signed-off-by: katacontainers bot --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 88c5fb891d..03fb120afc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0-rc1