-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
vendor: bump mountinfo to v0.4.0 #6495
Conversation
0d71ca9
to
806c3dd
Compare
@lebauce PTAL |
ci/circleci: macos_build failure seems to be caused by a network timeout while downloading something. |
@gbbr PTAL |
406d988
to
8e3af4b
Compare
Updated PR to use v0.4.0. |
@kolyshkin Apologies for the delay here. I'll get some eyes on this tomorrow. |
Rebased to HEAD to resolve conflicts. It looks like the second commit here (8e3af4ba0e9550accf8c0be3fde8a26c3b68eece) is obsoleted by 24a6fd3 (which was not available when I was working on this), so removing it. |
8e3af4b
to
1aa07be
Compare
unit test failure seems unrelated:
|
Sorry for the delay, I completely missed that one. I added the proper labels and retriggered the CI |
We are releasing a new version of the agent and therefore only merge essential PRs. I'll merge tyours probably next week. Thanks again ! |
It has some breaking changes, so updated pkg/security/probe accordingly. Signed-off-by: Kir Kolyshkin <[email protected]>
1aa07be
to
a47e7c5
Compare
I just rebased your PR so that there is no conflict. |
thanks, LGTM |
What does this PR do?
v0.3.1v0.4.0. The new mountinfo has some namingchanges (see convert users to new names in mountinfo moby/sys#42), so convert the calling code.
Stop usingmountinfo.PidMountInfo
as it's going to be deprecated (see mountinfo: deprecate PidMountInfo moby/sys#47)The new mountinfo has some naming changes, so convert the calling code.
Update: bumped to v0.4.0.
Update: removed the second commit (obsoleted by 24a6fd3).
Motivation
I am a mountinfo maintainer and I don't like that my changes
break others' software.
Additional Notes
n/a
Describe your test plan
I wholeheartedly rely on your CI.