From b7abc2777685fecf098262308bb5eccf6c134548 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Thu, 22 Nov 2018 11:34:50 +0800 Subject: [PATCH] release: Kata Containers 1.4.0 - Add s390x architecture - rootfs: Conditionally add libseccomp support in rootfs image - rootfs.sh: enable curl use http_proxy - tests: allow rootfs build to fail for specific distros - docs: Fix link in README - tests: get config from distro-specific config.sh - Add support for suse rootfs - tests: handle docker set runtime for systemd / sysconfig - tests: Sort size summary by image size and rootfs size - tests: parallel images build support 6f50538 build: Add s390x architecture 7f23718 rootfs: Conditionally add libseccomp support in rootfs image a588140 ci: Improve debugging info on travis CI run 8599143 rootfs.sh: enable curl use http_proxy 97f38c7 tests: allow euleros rootfs build to fail ee7f2e1 tests: allow build to fail for specific distros 57d0a83 rootfs.sh: trap build errors for specific distros c8ae9c0 rootfs.sh: improve usage output 06437bb docs: Fix link in README 962b7ee tests: get config from distro-specific config.sh be3bea4 rootfs.sh: add options to list and get test config 3b3f044 tests: handle docker set runtime for systemd / sysconfig fc4c23f tests: Sort size summary by image size and rootfs size 83d8838 osbuilder: Add support for openSUSE rootfs image 7c443ed travis: remove AGENT_INIT env combinations 562be90 tests: support parallel building of artifacts Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f0bb29e7..88c5fb89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0