From 83b1712fa9a040bd0f900198b348a602147a7894 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Tue, 18 Feb 2020 19:36:52 +0000 Subject: [PATCH] release: Kata Containers 1.11.0-alpha0 - should ignore invalid a key-value pair as an env - Revert: "Makefile: Fix rust agent build using "--release"." - Makefile: Fix rust agent build using "--release". - vsock: support log_vport and debug_console_vport - Agent: Separate logging into a single crate - agent: fix the issue of crash agent without spec - fix the issue of missing restore process's cwd - Running rust-agent on AArch64 - ci: Remove run_rust_test functions as not being used - add oci compatibility test case - agent: Add unit tests for sandbox.rs - version: Add VERSION file - ci: Add minimal makefile to use central go test script - netlink: pull out netlink as library crate. - Fixup workflow 103 40b5a56 agent: ignore invalid a key-value pair as an env 269daa9 Revert: "Makefile: Fix rust agent build using "--release"." a3e46a3 Makefile: Fix rust agent build using "--release". 3c1252e vsock: support log_vport and debug_console_vport c373f84 agent: separate logging into a single crate 2be8661 agent: fix the issue of missing restore process's cwd 6c7453d agent: fix the issue of crash agent without spec 4edf537 ci: Remove run_rust_test functions as not being used d222533 agent: add oci compatibility test case 7dfc4e0 linker: `no such file` linking error on AArch64 44b2caa AArch64: missing symbols on target `aarch64-unknown-linux-musl` 9621a7f ABI: only support arm 64-bit platform 8d60612 version: Add VERSION file a5192a1 netlink: pull out netlink as library crate. 3881c06 ci: Add minimal makefile to use central go test script 1c57665 workflows: make sure we build the experimental kernel, CLH cbd5fa0 workflows: fix step output usage 92301a6 agent: Add unit tests for sandbox.rs Signed-off-by: Archana Shinde --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 00117886de..26b980b24c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0-rc0 +1.11.0-alpha0