vendor containerd v0.0.0-20210721160646-ee27cde735e2#42983
vendor containerd v0.0.0-20210721160646-ee27cde735e2#42983crazy-max wants to merge 4 commits intomoby:masterfrom
Conversation
c79ee9a to
4021d54
Compare
vendor.conf
Outdated
|
|
||
| # containerd | ||
| github.com/containerd/containerd 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 # v1.5.5 | ||
| github.com/containerd/containerd ee27cde735e2a27a5e1465116ac98593b78d0a6f # v0.0.0-20210721160646-ee27cde735e2 |
There was a problem hiding this comment.
Should we consider updating to v1.6.0-beta.1 ? https://github.com/containerd/containerd/compare/ee27cde735e2a27a5e1465116ac98593b78d0a6f..v1.6.0-beta.1
There was a problem hiding this comment.
Yes that's the idea, was just doing some tests in this PR to repro with only containerd from #42968.
|
|
||
| require ( | ||
| github.com/Microsoft/go-winio v0.4.17 | ||
| github.com/Microsoft/go-winio v0.5.0 |
There was a problem hiding this comment.
Haven't checked yet, but any other (indirect) dependency from containerd that needs updating?
There was a problem hiding this comment.
Yes we are already on 0.5.1:
Line 3 in 229bc1e
4021d54 to
485b637
Compare
vendor.conf
Outdated
| golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea # v0.0.0-20210226172049-e18ecbb05110 | ||
| golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d # v0.0.0-20210823070655-63515b42dcdf |
There was a problem hiding this comment.
Just to show the pseudo ver with timestamp to sort out deps easily.
This comment has been minimized.
This comment has been minimized.
485b637 to
136d2a3
Compare
|
Ok one step further and got the same issue as #42968: containerd/containerd@v1.5.5...ee27cde |
|
cc @AkihiroSuda , possible regression in 1.6 |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
a63ee27 to
0941921
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
5efd264 to
e850690
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
e850690 to
bb54f59
Compare
|
Ok after just updating grpc I've got the same issue so not linked to containerd itself. Found out this comment on swarmkit repo from @dperny and @cyli and was wondering if it could be linked? Tried to also upgrade grpc on swarmkit and regen protobuf but no changes. |
|
superseded by #43357, which was merged |
test containerd update, relates to #42968
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com