From 0a35f504abfa20d75c7ebb9f44b2f3d5696ea0a6 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 31 Oct 2019 12:58:45 -0700 Subject: [PATCH] release: Kata Containers 1.10.0-alpha0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sandbox/cgroups: don't constrain if using SandboxCgroupsOnly - cli: add kata-overhead subcommand - versions: support specify version in versions.yaml for rust agent. - virtcontainers/sandbox: calculate container's CPU from sandbox.contaiā€¦ - ci: Fix versions_checker.sh - ci: Fix versions_checker.sh - virtcontainers: unmount host mounts if container can't be created - virtcontainers/store: make VCStoreUUIDPath rootless - virtcontainers/annotations: use right domain name for kata annotations - v2: Change the event and error behavior of pause/resume - Update cni plugin version - Load state early so that hypervisor can store the correct state e4c816b versions: support specify version in versions.yaml for rust agent. 691a6a7 sandbox/cgroups: don't constrain if using SandboxCgroupsOnly 7fe0100 cli: add kata-overhead command 1bbc1d5 virtcontainers: add StatsSandbox to vc API 569bd78 virtcontainers: change pass by value to pass by reference 5b226d0 ci: Fix versions_checker.sh f8b84d7 ci: Fix versions_checker.sh 24d7aff virtcontainers: change pass by value to pass by reference abec17f virtcontainers/store: make VCStoreUUIDPath rootless eca7bd2 virtcontainers: unmount host mounts if container can't be created 91bd095 virtcontainers/annotations: use right domain name for kata annotations c1060a3 v2: Change the event and error behavior of pause/resume f6a10bc state: Refactor code to move all the state load code fa4acad state: Load the state from storage early on 929c4e7 network: Change NewNS() call c0995c6 vendor: Vendor the latest CNI plugins 86d8346 version: Update the version for cni plugins Signed-off-by: Eric Ernst --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 87d7d20992..50326e29ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0-rc0 +1.10.0-alpha0