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.11.5 #3058
Merged
amshinde
merged 1 commit into
kata-containers:stable-1.11
from
katabuilder:1.11.5-branch-bump
Nov 12, 2020
Merged
# Kata Containers 1.11.5 #3058
amshinde
merged 1 commit into
kata-containers:stable-1.11
from
katabuilder:1.11.5-branch-bump
Nov 12, 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
- Stable 1.11 backports - Backports: Read-only mount fixes for 1.11 - runtime: Call s.newStore.Destroy if globalSandboxList.addSandbox - runtime: Don' call bindUnmountContainerRootfs for devicemapper device - runtime: Fix /var/lib/vc/sbs/${sid} dir residual - [backport]: virtiofs: Change to cache auto and no DAX eca202e arm64: correct bridge type for QEMUVIRT machine 314bc3d gitignore: Ignore cli/containerd-shim-kata-v2/config-generated.go 951302f runtime: Ignore ENOENT in kill/delete 20fcb93 hypervisor: Remove unused methods 04dc0d9 annotations: Improve asset annotation handling a47f7b3 annotations: Add missing hypervisor control annotation 2dd0fe6 asset: Formatting, grammar and whitespace 3f0e61c runtime: mount shared mountpoint readonly 228e6eb runtime: readonly mounts should be readonly bindmount on the host d78780c virtiofs: Disable DAX 51d8592 virtiofsd: Use cache=auto ad3eec5 runtime: Fix /var/lib/vc/sbs/${sid} dir residual 054c4fb runtime: Don' call bindUnmountContainerRootfs for devicemapper device 0b7019b runtime: Call s.newStore.Destroy if globalSandboxList.addSandbox Signed-off-by: katacontainersbot <[email protected]>
/test-ubuntu |
fidencio
approved these changes
Nov 11, 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.
thanks, lgtm!
fidencio
previously requested changes
Nov 11, 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.
Hmm. As I can't unnaprove a PR that I approved, let me just "Request changes". :-/
Codecov Report
@@ Coverage Diff @@
## stable-1.11 #3058 +/- ##
===============================================
+ Coverage 50.43% 50.60% +0.17%
===============================================
Files 118 118
Lines 17114 16047 -1067
===============================================
- Hits 8631 8121 -510
+ Misses 7425 6863 -562
- Partials 1058 1063 +5 |
/test |
chavafg
approved these changes
Nov 12, 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.
eca202e arm64: correct bridge type for QEMUVIRT machine
314bc3d gitignore: Ignore cli/containerd-shim-kata-v2/config-generated.go
951302f runtime: Ignore ENOENT in kill/delete
20fcb93 hypervisor: Remove unused methods
04dc0d9 annotations: Improve asset annotation handling
a47f7b3 annotations: Add missing hypervisor control annotation
2dd0fe6 asset: Formatting, grammar and whitespace
3f0e61c runtime: mount shared mountpoint readonly
228e6eb runtime: readonly mounts should be readonly bindmount on the host
d78780c virtiofs: Disable DAX
51d8592 virtiofsd: Use cache=auto
ad3eec5 runtime: Fix /var/lib/vc/sbs/${sid} dir residual
054c4fb runtime: Don' call bindUnmountContainerRootfs for devicemapper device
0b7019b runtime: Call s.newStore.Destroy if globalSandboxList.addSandbox