From 63d9a8696faf6f926e64242945f847316f09ef8f Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Fri, 17 Apr 2020 17:51:05 +0000 Subject: [PATCH] release: Kata Containers 1.11.0-rc0 - Fix potentianl crash - sandbox: fix the issue of missing setting hostname - unify the rustjail's log to contain container id and exec id - Refactor the way of creating container process ba3c732 grpc: fix the issue of potential crashes 32431d7 rpc: fix the issue of kill container process 986e666 sandbox: fix the issue of missing setting hostname 7d9bdf7 grpc: Fix the issue passing wrong exec_id to exec process 9220fb8 rustjail: unify the rustjail's log to contain container id and exec id c1b6838 rustjail: refactoring the way of creating container process e56b10f rustjail: remove the unused imported crates ded27f4 oci: add Default and Clone to oci spec objects 7df8ede rustjail: replace protocol spec with oci spec Signed-off-by: Salvador Fuentes --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b4c7bf2934..46d0bdd026 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0-alpha1 +1.11.0-rc0