From 0aae82b6e67877d8ccf47c3db8a2cad3a2b11d66 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Thu, 22 Nov 2018 11:35:11 +0800 Subject: [PATCH] release: Kata Containers 1.4.0 - Update vendor/github.com/containerd/console - agent: build as Position-Independent-Executable - network: Handle default route where gateway is empty - pkg: types: Add new field type - proto: Split reusable structures into their own package - agent: Fix the issue of stdout hang on builtin proxy - agent: add support for guest-hooks (v2) - agent: judge whether /sys/devices/system/memory/block_size_bytes exist. - memory: Fix update memory path. - grpc: Add agent details to GetGuestDetails gRPC function 7b4c337 vendor: Update vendor/github.com/containerd/console 8dedf30 agent: build as Position-Independent-Executable dc635d4 test: Add test for ipvlan routes in l3 mode 69ee60f network: Refactor to reduce cyclomatic complexity 4005c33 network: Handle default route where gateway is empty 83138df pkg: types: Add a new field type a13144b proto: Split reusable structures into their own package 3a678a9 agent: Fix the issue of stdout hang on builtin proxy d12910e agent: judge whether /sys/devices/system/memory/block_size_bytes exist. 980023e agent: add support for guest-hooks e03f7d7 memory: Fix update memory path. a396a23 grpc: Add seccomp status to guest details 7b71c10 grpc: Add agent details to guest details call Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f0bb29e763..88c5fb891d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0