From f9cfa172ab6d6006f51aa73676dd4f84e4efa373 Mon Sep 17 00:00:00 2001 From: katacontainersbot Date: Tue, 3 Sep 2019 17:34:10 +0000 Subject: [PATCH 1/2] release: Kata Containers 1.9.0-alpha1 - image_builder: create /etc/resolv.conf - Add kmod package - dracut: improve host distro support - Allow to override build date with SOURCE_DATE_EPOCH - image-builder: check /sbin/init when AGENT_INIT=yes - chrony-service: re-patch PR#265 - image-builder: get mount directory size with Mb format - osbuilder: add dracut build method - fedora-rootfs: using fedora 28 on aarch64 862b077 image_builder: create /etc/resolv.conf ce20d72 dracut: improve host distro support 495a92d rootfs-builder: add kmod package 87af599 rootfs-builder/clearlinux: reduce image size when AGENT_INIT=yes dacd2d3 scripts/lib: Allow to override build date 9afe931 chrony-service: re-patch PR#265 b1b8ce4 image-builder: check /sbin/init when AGENT_INIT=yes 934422f tests: fix background job failure detection 317bfba travis: use Ubuntu bionic distro version a5a3343 ci: use .ci/setup.sh from tests repo 1e5746a tests: add dracut initrd and image tests 6d5aef5 osbuilder: Get mount directory size with Mb format 2f55017 osbuilder: add dracut build method 9bfc083 fedora-rootfs: using fedora 28 on aarch64 8ebaac0 rootfs: move code from rootfs.sh to lib.sh 39370c2 rootfs-builder: support provisioning existing rootfs Signed-off-by: katacontainersbot --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f93a59a99..04b7792ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0-alpha0 +1.9.0-alpha1 From 2b785044a2c8af5171458a179e86fa959cc0a371 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Thu, 5 Sep 2019 12:49:16 -0500 Subject: [PATCH 2/2] ci: travis: allow failures on ppc64le travis ppc64le has been very unstable when running apt-get commands and are not allowing us to run the job successfully. Signed-off-by: Salvador Fuentes --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf5a2d8b3..c306ff60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ os: - linux - linux-ppc64le +matrix: + allow_failures: + - os: linux-ppc64le + language: bash services: