From 70d8b167e7bd85ce6ab300e58af9beb99687d40a Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 18 Mar 2019 22:13:32 +0800 Subject: [PATCH] release: Kata Containers 1.6.0-rc2 - volumes: Handle k8s empty-dirs of "default" medium type - versions: kernel: update to 4.19.28 - qemu: throw error when fail to get addr from bridges - vc:qemu: Fix id calculation of memory hotplug - s390x: 2 small test fixes - arm64: support NVDIMM - virtcontainers: move resource calculation to its own function - versions: update nemu to latest release - Add crio and containerd details to collect script - pkg: reduce memory footprint - Fix rootfs mount assumptions - s390x: fix golint complain - Network: remove Physical field in VethEndpoint - test: add tests for sandbox creation rollback and cleanup - VMCache: the new function that creates VMs as caches before using it - unit test: Fix local test - Add upstream version url regexp's to allow upto date checks - virtcontainer: watch the qemu's console when proxy's debug enabled - unit-test: fix undefined struct field SupportVSocks on arm64 - Makefile: Fix aarch64 fail in No GO command or GOPATH not set mode - tracing: Fix tracing - config: check the builtIn first when updating shim/proxy/agent - qemu: fix devID value error - Makefile: Change "GOPATH not set" to "No GO command" 8e2a5ea tests: Fix units tests to check empty-dir volumes backed by host-dir 47a6023 volumes: Handle k8s empty-dirs of "default" medium type 4e81522 vc:qemu: Fix id calculation of memory hotplug 502fdab test: add test for addDeviceToBridge 0061e16 virtcontainers: move resource calculation to its own function 7504d9e unit-test: add TestSandboxUpdateResources f009a53 versions: update nemu to latest release f2a506a scripts: Add containerd details to collect script 7266d31 scripts: Log crio config file in collect script 30f9776 scripts: Create separate section for crio in collect script ae08ea3 scripts: Add helper function to collect script ae4d8b4 versions: kernel: update to 4.19.28 c7ace4b qemu: throw error when fail to get addr from bridges 2456ac5 pkg: reduce memory footprint df9a401 Network: remove Physical field in VethEndpoint 76d9db3 vendor: Add github.com/gogo/protobuf 45fe870 runtime: Add unit tests 0f8b2ad VMCache: Update factory to run as a VMCache server 90704c8 VMCache: the core and the client d8bcddb qemu-arm64: add unit test for func appendImage on aarch64 986e4dc qemu-arm64: Support nvdimm on arm64 8ba27e1 s390x: remove pmu from test 6242af3 s390x: fix TestQemuS390xMemoryTopology 613edd5 s390x: fix golint complain 27a92f9 runtime: Fix rootfs mount assumptions c964a26 virtcontainers: makefile fix .ci path fcee080 unit-test: Fix local test c4957dd virtcontainer: watch the qemu's console when proxy's debug enabled 1e30673 test: add tests for sandbox creation rollback and cleanup bdb34e7 Makefile: Fix aarch64 fail in No GO command or GOPATH not set mode c759cf5 tracing: Fix tracing 31232b4 config: check the builtIn first when updating shim/proxy/agent 03dd780 qemu: fix devID value error a1ddf53 Makefile: Change "GOPATH not set" to "No GO command or GOPATH not set" 35672b5 unit-test: fix undefined struct field SupportVSocks on arm64 975157d versions.yaml: add uscan annotations Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fce5e0530c..bcba69d0a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0-rc1 +1.6.0-rc2