Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
release: Kata Containers 1.12.0-alpha1
Browse files Browse the repository at this point in the history
- 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

dfb8ed7 clh: Disable the 'seccomp' option temporarily
e529c01 kernel: move to the latest LTS kernel 5.4.60
c87ff44 clh: Add some error handling for clh
6bf93b2 drivers: Correct isPCIeDevice logic
9bb8e36 shimv2: Add a "--version" cli option
ad78c6f build: Fold long clean line
44b58e4 clh: Add support to unplug block devices
03fb9c5 clh: Set 'Id' explicitly while hotplugging block device
62529e3 virtcontainers: Add msg to existing utils unit tests
3a4aec1 qemu: add annotations for iommu_platform for s390x virtio devices
3989786 clh: Provide cpu topology to API
40f4931 clh: opeanapi: update api for cloud hypervisor
0dcbbd8 versions: cloud-hypervisor 0.9.0
d803f07 versions: Update qemu-virtiofs to 5.0
3a0cd87 shimv2: fix the issue of close IO stream
9305ef7 vendor: Update govmm for s390x iommu_platform annoations
5debe06 virtcontainers: Add to utils unit tests
a7b98ac initrd: Increase Alpine Version to 3.12
cb49a57 namespace: Allow container to join pid namespace of agent
50085ca vendor: Vendor in github.com/kata-containers/agent
8802bd3 qemu: remove multidev in qemu/fsdev parameter on arm64
a162469 qemu: Set govmmQemu NoReboot config Knob
b1cbf83 qemu: Add test for qemuConfig Knobs
0d5c05e vendor: update govmm
e8e1124 virtcontainers: Add unit test for types/container.go
695fa43 virtcontainers: 9p: shares multiple devices with only one export
50d96b3 vendor: update govmm
18fbde9 virtcontainers: Add function to capabilities test
1e2a361 virtcontainers: Expand unit test coverage for asset
64bf3fe cgroups: remove unused SystemdCgroup variable and accessor/mutators
ad5484b cgroups: Add systemd detection when creating cgroup manager
d889e9c virtcontainers: Add additional unit tests for sandbox
345d0c2 virtcontainers: Remove duplicate unit tests
d2fac4c virtcontainers: Move unit tests for types/sandbox.go
790951a actions: Add action to perform checks for pull requests
b8238ce versions: Use new kata tag for virtiofs kernel
8b4c299 sandbox: don't constrain cpus, mem only cpuset, devices
093aaa8 cgroups: add ability to update CPUSet
9fa2bf1 vendor: add cpuset package from kubernetes
1aa0cec virtcontainers: add method for calculating cpuset for sandbox
e71b05b virtcontainers: Add to bridges unit test
337f2e0 sandbox: Stop and clean up containers that fail to create
0f957fb virtcontainers: vhost-user-blk/scsi are block device nodes
e0dc806 shimv2: Removing function as no longer used
624d13d shimv2 : Remove workaround for sharedPidNs

Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
egernst committed Aug 27, 2020
1 parent a1d993f commit d3690ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0-alpha0
1.12.0-alpha1

0 comments on commit d3690ec

Please sign in to comment.