From 36cc4006567f1ad8f78db05c060a091d45f70383 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Mon, 2 Jul 2018 09:38:04 -0500 Subject: [PATCH] release: Kata Containers 1.1.0 - versions: Update cri-o to fix race condition test. - network: Add test for VhostUserEndpoint Attach() - logging: Add containerID and sandboxID to all log calls - versions: Update kernel to version 4.14.51 - network: Use pointer for VhostUserNetDevice for Attach - [RFC] makefile: honor DESTDIR flag. - cli: kata-check if SMT is off on POWER8 systems - virtcontainer : sconstification of constifiable vars - ci: Fix static checks call. - kata_agent: fix connection race - test: supplement test cases for kata-check and kata-env in Arm64 - qemu: clean up qmp channel - sandbox: expose share sandbox pidns setting - versions: update supported docker version - cli: add no-pivot flag to be compatible with docker in ramdisk - virtcontainers : fix shared dir resource remaining - docs: update debug runtime link - Versions: Add CNI plugins version - network: Always bind back physical interfaces - subsystem: cli - docs: fix invalid urls - shm: Create shared /dev/shm - docs: Fix invalid URLs - CI: Enable Travis-CI for linux-ppc64le - Fix golint ppc64le issues and eventually Travis-CI - cpuinfo/arm64: Refine CPUInfo in Arm64 - docs: Update README with Power Support - ppc64le: Restrict maxmem to avoid HTAB allocation failure - make sure kataAgent/createContainer can decode old specs.Spec - arch/arm64: Fix ARM64 build - virtcontainers: Remove unnecessary kernel parameters for ppc64le - Enable Kata container on ppc64le arch - unittest: tiny fix for incorrect parameters - Update the README.md so showing that containerd is supported - Fix pause-remove container - virtcontainers/api: use RW lock to update containers - Share pid namespace - config: Show which config file loaded 150bcaf network: Add test for VhostUserEndpoint Attach() aeea3f6 versions: Update cri-o to fix racy test. a3ce121 logging: Add containerID and sandboxID to all log calls 510b333 network: Use pointer for VhostUserNetDevice for Attach 44c8901 versions: Update kernel to version 4.14.51 f890ffd cli: kata-check if SMT is off on POWER8 systems 9d709cd ci: Fix static checks call. ee33245 kata_agent: fix connection race f2096f1 test: supplement test cases for kata-check and kata-env in Arm64 39bc5ab makefile: honor DESTDIR flag. 2b94252 sandbox: expose share sandbox pidns setting 8f329db qemu: clean up qmp channel 2d65499 virtcontainer: sconstification of constifiable vars 6b496e4 cli: add no-pivot flag to be compatible with docker in ramdisk 59adb6e versions: update supported docker version 8a6d383 virtcontainers : fix shared dir resource remaining deaf1e3 docs: update debug runtime link 50579d0 Versions: Add CNI plugins version a31dd49 cni: Use the vendored version of CNI plugins to install binaries 0806dcc network: Drop mounted parameter in call to deleteNetNS f2d9632 network: Always bind back physical interfaces 45d0816 docs: fix invalid urls 7069045 subsystem: cli c2397a0 CI: Enable Travis-CI for x86 linux and linux-ppc64le d6b956a cli: Add kata-check_ppc64le_test file 4824669 cli: Fix TestCheckCLIFunctionFail failure on ppc64le bb0488e virtcontainers: Fix comment causing golint issue 4d470e5 shm: Create shared /dev/shm 92470fb docs: Fix invalid URLs 44b9950 docs: Update README with Power Support 7757dce cpuinfo/arm64: Refine CPUInfo in Arm64 3b20aeb ppc64le: Restrict maxmem to avoid HTAB allocation failure 2796b19 virtcontainers: Remove unnecessary kernel parameters for ppc64le 6e161a2 arch/arm64: Fix ARM64 build 9a0434d virtcontainers: make kataAgent/createContainer can decode old specs.Spec c10db01 unittest: tiny fix for incorrect parameters ca9f571 subsystem: docs df05b2c cli: fix pause-remove container b99cadb virtcontainers: add pause and resume container to the API e14eab0 runtime: Add testcases for ppc64le and arm64 12e4dbe cli: Leverage the new support for ppc64le baa553d virtcontainers: Get qemu suppport for ppc64le 4276c0c virtcontainers/cli: refactor code 7d435b8 virtcontainers/api: use RW lock to update containers 704d713 test: Fix tests to include pause/resume api changes d885782 namespace: Check if pid namespaces need to be shared 6d391c4 vendor: Vendor in agent protocol changes. 054a8ce config: Show which config file loaded Signed-off-by: Jose Carlos Venegas Munoz --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3eefcb9dd5..9084fa2f71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0