From 3add5af911b4cfc3e90a803399b025acc56d34ff Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Tue, 20 Oct 2020 13:34:31 -0500 Subject: [PATCH] release: Kata Containers 1.12.0-rc0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - runtime: Don' call bindUnmountContainerRootfs if container's rootfs u… - runtime: Fix /var/lib/vc/sbs/${sid} dir residual - hypervisor: don't enforce a minimum memory setting - shimv2: handle ctx passed by containerd - runtime: write oom file to notify CRI-O OOM occurred - ci: clear travis config warnings - virtiofsd: fix typo in test code - version: upgrade qemu version to v5.1.0 for arm64 - virtiofs: Disable DAX - versions: Add newest-version for OpenShift - cpuset: don't set cpuset.mems in the guest - clh: Support VFIO device unplug - github: Remove issue template and use central one - versions: Update CLH to version v0.10.0 - kata-check: check for newer release - scripts: Don't use hard-coded crio config - cpuset: fixes to address VM sizing and constraining based on cpuset.mems - ci/openshift-ci: Enable openshift-ci - virtcontainers: fix delete sandbox failed problem - action: Require PR porting labels - action: Add issue to project and move to "In progress" on linked PR - virtcontainers: Add unit test for utils/compare.go - [backport | master] sandbox: Disconnect from agent after VM shutdown ab7f18d9 hypervisor: don't enforce a minimum memory setting 2f1219f8 virtiofs: Disable DAX 321d28e5 version: upgrade qemu version to v5.1.0 for arm64 ec964099 shimv2: handle ctx passed by containerd 18c1a7f7 clh: Support VFIO device unplug 0f758018 clh: Remove unnecessary VmmPing 49bd1625 versions: cloud-hypervisor: Bump to version 6d30fe05 62b0d5ee clh: openapi: Tag the 'openapi-generator-cli' container to v4.3.1 a7076083 kata-check: check for newer release 8ef2946c sandbox: consider cpusets if quota is not enforced 4cfaa8c6 versions: Update CLH to version v0.10.0 0e0ef633 cpuset: support setting mems for sandbox e31c8345 versions: Add newest-version for OpenShift cfedf350 runtime: Fix /var/lib/vc/sbs/${sid} dir residual 7d3fff46 scripts: Don't use hard-coded crio config e5f3b6d3 ci: clear travis config warnings b90babb9 runtime: write oom file to notify CRI-O OOM occurred 3a1a70c4 github: Remove issue template and use central one 1e91677e virtiofsd: fix typo in test code 67be9265 action: Require PR porting labels 598b4fe8 ci/openshift-ci: Enable openshift-ci b5b8870e cpuset: don't set cpuset.mems in the guest 5cb47f2f action: Add issue to project and move to "In progress" on linked PR 3f9f4b80 runtime: Don' call bindUnmountContainerRootfs for devicemapper device 0868c2ad virtcontainers: Add unit test for utils/compare.go 227cba6b sandbox: Disconnect from agent after VM shutdown 22d48232 virtcontainers: fix delete sandbox failed problem Signed-off-by: Carlos Venegas --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1feffed105..d76c33e142 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0-alpha1 +1.12.0-rc0