From 6570944b67b01f3a80759f72c3cd7f145621f8f6 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 18 Mar 2019 22:14:31 +0800 Subject: [PATCH] release: Kata Containers 1.6.0-rc2 - image-builder: fill out device namespace information into kata image - tests: install kata components from master - tests: skip euleros - arch: Remove calls to arch command - pullapprove: remove it - memory_hotplug: MEM_BOUNDARY_MB should be arch-dependent 726f798 image-builder: fill out device namespace information into kata image cbe5642 image-builder: add gcc as dependecy to generate the image 7620066 image-builder: sync rootfs data after copying it into the image dc5bc07 image-builder: fix mem boundary recalculation 71ccc0a mage-builder: remove -s option and IMG_SIZE envar 8065bb6 rootfs-builder: delete dnf and rmp data 35588dd tests: install kata containers components from master 519bbe8 tests: remove docker before installing the newer version b4de168 tests: skip euleros f38c67d arch: Remove calls to arch command 8963b8e pullapprove: remove it e4d5c1b memory_hotplug: MEM_BOUNDARY_MB should be arch-dependent Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e3728125..bcba69d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0-rc2 +1.6.0-rc2