Conversation
|
Hi @zhsj. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Two things are left which will be addressed in later PR:
|
|
Build succeeded.
|
|
Use release-tools to compare the libraries with master:
Does the Edit: without bump urfave/cli
|
|
Build succeeded.
|
|
hmm, the upgrade of google/protobuf is not straightforward, let's leave it to another PR. containerd/ttrpc#62 |
|
Build succeeded.
|
|
Build succeeded.
|
Potentially yes. So better to continue using v1.22.1 |
|
LGTM except a couple of nits, thanks for working on this 👍 |
|
/ok-to-test |
go.mod
Outdated
There was a problem hiding this comment.
Can you please add a trailing comment?
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
the trailing comments get preserved (see the go.mod in kubernetes/kubernetes for examples of how we add some comments)
There was a problem hiding this comment.
Added. btw, kubernetes is using v1.22.2 never mind, kubernetes doesn't use urfave/cli for command.
|
Build succeeded.
|
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Hack with space in grep, so it won't match github.com/Microsoft/hcsshim/test Signed-off-by: Shengjing Zhu <zhsj@debian.org>
So it won't touch go.mod Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
|
rebased due to conflicts. |
|
Build succeeded.
|
|
I compared vendor.conf with go.{mod,sum} and found one change (containerd doesn't use github.com/hashicorp/golang-lru directly): Changes LGTM. |
I used release-tool to compare the dependencies. This in not included in vendor/modules.txt, thus release-tool won't check it :) |
|
OK! Thanks @zhsj Great Job. |
Updates #3031