[release/1.0] Update cgroups vendor for licenses/bug fix#2198
[release/1.0] Update cgroups vendor for licenses/bug fix#2198dmcgowan merged 1 commit intocontainerd:release/1.0from
Conversation
Fixes a bug with OCI spec cgroup device name/paths as well as bringing in the license header additions from the cgroups sub-project. Signed-off-by: Phil Estes <[email protected]> Signed-off-by: Phil Estes <[email protected]>
|
Faster than I am. My vndr is still running because of the massive k8 deps |
Must be the power of the Lenovo X1 Carbon over the Dell XPS 😆 |
|
LGTM |
Codecov Report
@@ Coverage Diff @@
## release/1.0 #2198 +/- ##
============================================
Coverage 50.57% 50.57%
============================================
Files 81 81
Lines 7171 7171
============================================
Hits 3627 3627
Misses 2849 2849
Partials 695 695
Continue to review full report at Codecov.
|
|
LGTM, but where is the PR to master? |
|
@dmcgowan it's complicated; unless I temporarily have containerd master branch vendor from Obviously that should be in place before we do a 1.1 release, but I guess it depends if we want a temporary solution for cgroups vendoring in master before that is solved. |
|
I think we can still use this same commit in master. |
|
I didn't update master with the cgroups change in my last PR. |
That's reasonable; I will PR master with the same commit we're using for (targeting) 1.0.3 fix branch |
|
#2199 handles this update for master |
Fixes a bug with OCI spec cgroup device name/paths as well as bringing
in the license header additions from the cgroups sub-project.
Signed-off-by: Phil Estes [email protected]