From d3690ec1e3acfa3ed51581c22e6880ce8f7afe13 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 27 Aug 2020 09:15:42 -0700 Subject: [PATCH] release: Kata Containers 1.12.0-alpha1 - clh: Disable the 'seccomp' option temporarily - kernel: move to the latest LTS kernel 5.4.60 - shimv2: Add a "--version" cli option - Correct isPCIeDevice logic - clh: Add some error handling for clh - shimv2: fix the issue of close IO stream (backport from 2.0) - clh: Add support to unplug block devices - versions: Update qemu-virtiofs to 5.0 and cloud-hypervisor to 0.9.0 - qemu: add annotations for iommu_platform for s390x virtio devices - virtcontainers: Add to utils unit tests - virtcontainers: Add unit test for types/container.go - namespace: Allow container to join pid namespace of agent - initrd: Increase Alpine Version to 3.12 - qemu: Set govmmQemu NoReboot Knob - qemu: remove multidev in qemu/fsdev parameter on arm64 - virtcontainers: Expand unit test coverage for asset - virtcontainers: Add function to capabilities test - virtcontainers: 9p: shares multiple devices with only one export - virtcontainers: Move unit tests for types/sandbox.go - Fixup systemd cgroup handling - actions: Add action to perform checks for pull requests - versions: Use new kata tag for virtiofs kernel - virtcontainers: Add to bridges unit test - sandbox: Stop and clean up containers that fail to create - virtcontainers: vhost-user-blk/scsi are block device nodes - Constrain the host sandbox cgroup for devices and cpusets by default when sandbox-cgroup-only selected - shimv2 : Remove workaround for sharedPidNs dfb8ed7e clh: Disable the 'seccomp' option temporarily e529c010 kernel: move to the latest LTS kernel 5.4.60 c87ff44f clh: Add some error handling for clh 6bf93b23 drivers: Correct isPCIeDevice logic 9bb8e36a shimv2: Add a "--version" cli option ad78c6fa build: Fold long clean line 44b58e41 clh: Add support to unplug block devices 03fb9c50 clh: Set 'Id' explicitly while hotplugging block device 62529e3b virtcontainers: Add msg to existing utils unit tests 3a4aec15 qemu: add annotations for iommu_platform for s390x virtio devices 39897867 clh: Provide cpu topology to API 40f49312 clh: opeanapi: update api for cloud hypervisor 0dcbbd8d versions: cloud-hypervisor 0.9.0 d803f077 versions: Update qemu-virtiofs to 5.0 3a0cd87d shimv2: fix the issue of close IO stream 9305ef72 vendor: Update govmm for s390x iommu_platform annoations 5debe065 virtcontainers: Add to utils unit tests a7b98ac4 initrd: Increase Alpine Version to 3.12 cb49a571 namespace: Allow container to join pid namespace of agent 50085cae vendor: Vendor in github.com/kata-containers/agent 8802bd32 qemu: remove multidev in qemu/fsdev parameter on arm64 a162469c qemu: Set govmmQemu NoReboot config Knob b1cbf833 qemu: Add test for qemuConfig Knobs 0d5c05ea vendor: update govmm e8e1124b virtcontainers: Add unit test for types/container.go 695fa432 virtcontainers: 9p: shares multiple devices with only one export 50d96b3c vendor: update govmm 18fbde9d virtcontainers: Add function to capabilities test 1e2a3612 virtcontainers: Expand unit test coverage for asset 64bf3fe2 cgroups: remove unused SystemdCgroup variable and accessor/mutators ad5484ba cgroups: Add systemd detection when creating cgroup manager d889e9cf virtcontainers: Add additional unit tests for sandbox 345d0c2a virtcontainers: Remove duplicate unit tests d2fac4cc virtcontainers: Move unit tests for types/sandbox.go 790951a0 actions: Add action to perform checks for pull requests b8238ce0 versions: Use new kata tag for virtiofs kernel 8b4c299e sandbox: don't constrain cpus, mem only cpuset, devices 093aaa87 cgroups: add ability to update CPUSet 9fa2bf1c vendor: add cpuset package from kubernetes 1aa0cec2 virtcontainers: add method for calculating cpuset for sandbox e71b05b9 virtcontainers: Add to bridges unit test 337f2e0c sandbox: Stop and clean up containers that fail to create 0f957fb4 virtcontainers: vhost-user-blk/scsi are block device nodes e0dc806a shimv2: Removing function as no longer used 624d13d8 shimv2 : Remove workaround for sharedPidNs Signed-off-by: Eric Ernst --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index dbf1ae9ca4..1feffed105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0-alpha0 +1.12.0-alpha1