This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
# Kata Containers 1.12.0-alpha1 #2906
Merged
egernst
merged 1 commit into
kata-containers:master
from
egernst:1.12.0-alpha1-branch-bump
Sep 1, 2020
Merged
# Kata Containers 1.12.0-alpha1 #2906
egernst
merged 1 commit into
kata-containers:master
from
egernst:1.12.0-alpha1-branch-bump
Sep 1, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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]>
/test |
fidencio
approved these changes
Aug 27, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Codecov Report
@@ 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 |
bergwolf
approved these changes
Aug 28, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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