From d890478fa27c85b94f6a11e20ceb2a5c27282f22 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Fri, 21 Dec 2018 17:11:51 +0800 Subject: [PATCH] release: Kata Containers 1.5.0-rc2 - docs: update compatibility matrix with s390 - setup: Add make and gcc as dependencies - suse: fix port URL detection for aarch64 - s390x: set CC for fedora - Add 'install' target to makefile - rootfs: Bump golang version to 1.11.1 - tests: skip docker,kata install with KATA_DEV_MODE c3d77ae docs: add s390 to the compatibility matrix be97380 setup: Add make and gcc as dependencies de7fe19 s390x: set CC for fedora 3366a32 README: add ARM architecture to openSUSE 804286f suse: fix port URL detection for aarch64 434fff8 rootfs_builder: Dont fail if GOPATH not defined. 1bbf1e4 rootfs: Allow use host repositories. f994560 rootfs: Bump golang version to 1.11.1 06c8d88 makefile: Add make install 9c0773a test: avoid errors in exit_handler eb92306 tests: skip docker,kata install with KATA_DEV_MODE Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 88c5fb891d..e372812517 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0-rc2