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

# Kata Containers 1.12.0-alpha1 #2906

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

egernst
Copy link
Member

@egernst egernst commented Aug 27, 2020

  • 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

- 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]>
@fidencio
Copy link
Member

/test

Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #2906 into master will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2906      +/-   ##
==========================================
+ Coverage   51.44%   51.46%   +0.02%     
==========================================
  Files         118      118              
  Lines       17428    17436       +8     
==========================================
+ Hits         8966     8974       +8     
  Misses       7379     7379              
  Partials     1083     1083              

@egernst egernst merged commit 2be92dd into kata-containers:master Sep 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants