-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use containerd/containerd/api module #3526
Conversation
akhilerm
commented
May 4, 2024
•
edited
Loading
edited
- use containerd/containerd/api module instead of having a copy in third_party
- use containerd/errdefs module instead of keeping a local copy
Hi @akhilerm. Thanks for your PR. I'm waiting for a google 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. Instructions 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-sigs/prow repository. |
/ok-to-test |
Very exciting to see this happen! |
@bobbypage Can you approve the github action workflows also? |
/ok-to-test |
/cc @bobbypage @dims for review |
go.mod
Outdated
@@ -1,73 +1,74 @@ | |||
module github.com/google/cadvisor | |||
|
|||
go 1.19 | |||
go 1.22.0 | |||
|
|||
replace golang.org/x/net => golang.org/x/net v0.7.0 |
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.
@bobbypage Shouldnt this be removed? I am not sure why the version was pinned. Also v0.23.0
fixes CVE-2023-45288
/hold |
2f42059
to
7547a2f
Compare
@bobbypage Can you approve the workflow. I have rebased against the latest master branch |
@akhilerm, you have conflicts against master. |
7547a2f
to
144fff5
Compare
rebased against master and pushed the changes. |
144fff5
to
cad3611
Compare
The /retest pull-cadvisor-e2e |
@akhilerm: The
Use In response to this:
Instructions 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-sigs/prow repository. |
/test pull-cadvisor-e2e |
1 similar comment
/test pull-cadvisor-e2e |
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.
Just two minor comments :)
076b07e
to
3a487fd
Compare
/hold for containerd/typeurl#45 to merge |
9aaa8d3
to
72387d4
Compare
Hmm looks like some images used in tests are using a deprecated format, or is it detecting it wrong?
|
@thaJeztah, it's fixed on |
72387d4
to
8ac20a1
Compare
rebased and pushed. |
8ac20a1
to
83f1c5f
Compare
@iwankgb Can you approve the workflows once more. Once we have a solution for kubernetes-sigs/prow#194, one time approval should do the job. |
@akhilerm, you have some conflicts in |
- use containerd/api v1.8.0-rc.2 instead of relying on third_party directory - remove script to copy /api from containerd/containerd Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
b64ac55
to
6fe1eb0
Compare
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>