From b08eb7e0156c3e763f6eeb2a3f3cac0c59335778 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 29 Jun 2020 03:19:34 +0000 Subject: [PATCH] release: Kata Containers 1.12.0-alpha0 - device: Allow to use the "VmPath" field when adding block devices - device: Do not allow container access to the nvdimm rootfs - network: Add grpc method to add static arp neighbors - Makefile: do not use LDFLAGS to avoid environment contamination - channel: fix the issue of epoll_wait interrupted by signal - add grpc endpoint to retrieve oom events c01192e device: Allow to use the predicted 'VmPath' when adding blk devices a88af32 device: Do not allow container access to the nvdimm rootfs 42438f9 network: Add grpc method to add static arp neighbors 756de79 Makefile: do not use LDFLAGS to avoid environment contamination 1eb1abe channel: fix the issue of epoll_wait interrupted by signal 2aa833f agent: add grpc endpoint to retrieve oom events Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 46d0bdd026..dbf1ae9ca4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0-rc0 +1.12.0-alpha0