From 65717ba6d0a6badc8c82e8e6e4b2015543a91b58 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 16 Mar 2020 12:39:05 +0000 Subject: [PATCH] release: Kata Containers 1.11.0-alpha1 - scripts: set a default path to the yq binary - AArch64: Build rust image on aarch64 - image-builder: Add NSDAX_BIN for passing in compiled nsdax tool - rootfs: Don't overwrite /sbin/init if it already exists - tests: Improve running test_images.sh locally 1c063af scripts: set a default path to the yq binary 67343a1 rust-agent: Separate the build up of rust-agent and go-agent a390a36 rootfs: remove RUST_SRC_PATH 41aaa36 ubuntu/debian: create aarch64-specific Dockerfile.in 9cba8c4 musl: install musl on aarch64 87a5d5c rootfs: Don't overwrite /sbin/init if it already exists 4004bd8 image-builder: Add NSDAX_BIN for passing in compiled nsdax tool 134175b tests: Document the changed KATA_DEV_MODE behavior 0f4eac4 tests: Skip initrd/image launch if KATA_DEV_MODE 762ec28 tests: Drop kata-runtime env validation if KATA_DEV_MODE is set 6f17b9c tests: Skip set_runtime if KATA_DEV_MODE is set 17a8fb1 tests: Skip all kata-manager usage if KATA_DEV_MODE is set e787bb0 tests: Define KATA_DEV_MODE cef2591 tests: Rework dracut docker bind mounts f3ab6d2 tests: Don't run commands with `chronic` if DEBUG is set 7a8e816 tests: Specify DRACUT_OVERLAY_DIR 7dd99c0 tests: Add project_dir helper variable 1ae3922 tests: Have DEBUG=1 set bash xtrace 555ddf3 tests: Remove unused USE_DOCKER export 0e6a12c tests: Pass DOCKER_RUNTIME to osbuilder scripts e8624d8 tests: Rename docker_build_runtime -> DOCKER_RUNTIME cd46d09 tests: Remove hardcoded 'runc' reference c574ec0 tests: Remove dead unset images_dir check 44f2931 tests: Remove unused test_func_prefix Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 26b980b24c..b4c7bf2934 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0-alpha0 +1.11.0-alpha1