From 7465fde3086ed10a7d00fbb02c16fc1047743588 Mon Sep 17 00:00:00 2001 From: katacontainers bot Date: Wed, 17 Apr 2019 17:38:46 +0000 Subject: [PATCH] release: Kata Containers 1.7.0-alpha1 - image-builder: share the mkfs configuration file - rootfs-builder: add rootfs.sh DOCKER_RUNTIME env var - rootfs-builder: SELinux relabel container volumes - image-builder: add fs type - image-builder: re-implement image builder script - builder: Pass the DEBUG flag when using docker - Add chrony to image - Print attempt number after max check 88b8523 image-builder: share the mkfs configuration file 77fb808 image-builder: check format_loop return code 8debe95 image-builder: add fs type c72c954 rootfs-builder: add rootfs.sh DOCKER_RUNTIME env var c1d9510 rootfs-builder: SELinux relabel container volumes d8cdd88 image-builder: re-implement image builder script f32ae14 tests: remove DAX env variable f355c02 tests: enable DEBUG 6c7f307 image-builder: add xfsprogs to Dockerfile ad6e1a9 scripts: implement error function 0d2ba47 builder: Pass the DEBUG flag when using docker e16ff37 chrony: Comment out any NTP sources for chrony 3df19ff chrony: Add virtual PTP as source for chrony ad5d879 rootfs: Print attempt number after max check 8fe6405 rootfs: Include chrony in the Dockerfile images 0b33519 rootfs: add PACKAGE var to debian config 510ddd2 rootfs: Add chrony service to rootfs Signed-off-by: katacontainers bot --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index dc1e644a10..0d191ce773 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0-alpha1