[release/1.3 backport] Bump to opencontainers/runc new version - v1.0.0-rc10#3976
Conversation
|
Build succeeded.
|
|
was this a cherry pick of the commit on master? If so, could you use the (also, for backports to release branches; perhaps you can update the title (on github, not the commit message) to have |
We have a new release of runc ( opencontainers/runc#2217 ). This release has a fix for a race condition we are struggling with in kubernetes (especially CI jobs) which was fixed in opencontainers/runc#2185 The v1.0.0-rc10 includes the fix for CVE-2019-19921 as well. The full diff upstream is here: opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10 Signed-off-by: Davanum Srinivas <davanum@gmail.com> (cherry picked from commit 923c05b) Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2f85c66 to
0db3c9b
Compare
|
@thaJeztah thanks a lot for all your guidance, i've fixed up both 1.2 and 1.3 backports with what you suggested. |
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## release/1.3 #3976 +/- ##
============================================
Coverage 42.31% 42.31%
============================================
Files 129 129
Lines 14341 14341
============================================
Hits 6069 6069
Misses 7373 7373
Partials 899 899
Continue to review full report at Codecov.
|
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM!
Thanks for going the extra mile; perhaps these things (/conventions) should be written up somewhere if they aren't.
|
@thaJeztah yep, will try to do that once i get a round of these changes in |
We have a new release of runc ( opencontainers/runc#2217 ). This release
has a fix for a race condition we are struggling with in kubernetes
(especially CI jobs) which was fixed in opencontainers/runc#2185
The v1.0.0-rc10 includes the fix for CVE-2019-16884 as well. The full
diff upstream is here:
opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10
Signed-off-by: Davanum Srinivas <davanum@gmail.com>