This repository was archived by the owner on May 12, 2021. It is now read-only.
# Kata Containers 1.7.1#1766
Merged
egernst merged 1 commit intokata-containers:stable-1.7from Jun 5, 2019
Merged
Conversation
- Backports for 1.7.1 a480f27 fc-toml: remove proxy section in config b798c28 shimv2: Close vhostfd after vm get vhostfd 8c199e2 network: delete IP addrs on bridge model to prevent ARP conflict 7c7da54 kata_proxy: Open a special goroutine do cmd.Wait fb2a995 qemu: stop qemu process when virtiofsd quits 52f0193 qemu: print virtiofsd logs when debug is on 0199d89 versions: Update golang to 1.11.10 58f7eea versions: Update CRI-O version to 1.14.1 feddee0 virtcontainers: Set correct Shmsize for ppc64le a268c66 nemu-config: Add machine_type to config file 97cf3c9 nemu-config: fix nemu for ci 2c444f3 data/kata-collect-data: support kata containers snap a0c413a shimv2: remove use containerd ns as netns 9661586 shimv2: shutdown the sandbox when sandbox container exited eb75d0c shimv2: kill a container return directly once the container termianted a98871e shimv2: fix the issue of passing the wrong container id ad4b07d data: Revert pull request kata-containers#1405 5eecdae cache: Call vm.Disconnect() when close vm 6434414 kata_proxy: Set Setsid to true when exec kata-proxy 3cb6316 runtime : delete redundant code in CreateContainer 0a46998 ci: Build kata-runtime before running static checks Signed-off-by: katacontainersbot <katacontainersbot@gmail.com>
jcvenegas
approved these changes
Jun 5, 2019
Member
|
/test |
Codecov Report
@@ Coverage Diff @@
## stable-1.7 #1766 +/- ##
==============================================
+ Coverage 53.89% 53.92% +0.03%
==============================================
Files 106 106
Lines 13094 13142 +48
==============================================
+ Hits 7057 7087 +30
- Misses 5193 5206 +13
- Partials 844 849 +5 |
This file contains hidden or 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
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.
a480f27 fc-toml: remove proxy section in config
b798c28 shimv2: Close vhostfd after vm get vhostfd
8c199e2 network: delete IP addrs on bridge model to prevent ARP conflict
7c7da54 kata_proxy: Open a special goroutine do cmd.Wait
fb2a995 qemu: stop qemu process when virtiofsd quits
52f0193 qemu: print virtiofsd logs when debug is on
0199d89 versions: Update golang to 1.11.10
58f7eea versions: Update CRI-O version to 1.14.1
feddee0 virtcontainers: Set correct Shmsize for ppc64le
a268c66 nemu-config: Add machine_type to config file
97cf3c9 nemu-config: fix nemu for ci
2c444f3 data/kata-collect-data: support kata containers snap
a0c413a shimv2: remove use containerd ns as netns
9661586 shimv2: shutdown the sandbox when sandbox container exited
eb75d0c shimv2: kill a container return directly once the container termianted
a98871e shimv2: fix the issue of passing the wrong container id
ad4b07d data: Revert pull request #1405
5eecdae cache: Call vm.Disconnect() when close vm
6434414 kata_proxy: Set Setsid to true when exec kata-proxy
3cb6316 runtime : delete redundant code in CreateContainer
0a46998 ci: Build kata-runtime before running static checks