-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bump dependencies using scripts/bump-deps.sh #1400
Conversation
Dependency ReviewThe following issues were found:
License Issuescmd/go.mod
go.mod
Allowed Licenses: Apache-2.0, BSD-2-Clause, BSD-2-Clause-FreeBSD, BSD-3-Clause, MIT, ISC, Python-2.0, PostgreSQL, X11, Zlib Excluded from license check: pkg:golang/github.com/hashicorp/go-retryablehttp, pkg:golang/github.com/hashicorp/errwrap, pkg:golang/github.com/hashicorp/go-cleanhttp, pkg:golang/github.com/hashicorp/go-multierror OpenSSF Scorecard
Scanned Files
|
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.
LGTM on CI pass
@dependabot rebase |
879199e
to
cfd0f77
Compare
My bad messed up while rebasing 😓 Just doing this in case it fixes the unit tests but I doubt it will be the case. |
cfd0f77
to
aaa80a6
Compare
Looks like it's failing
because in I can't tell if we should just use continuity's testutil, or if this is a proper use case and we should report it upstream. Either way, skipping the upgrade for now. |
Some offline discussion with @sondavidb , @Kern-- It looks like upstream containerd handles this with containerd/containerd@588b7a1. We can try to get this into the release branches but also maybe just not depend on containerd testutil package for requires root. |
aaa80a6
to
ef9f44d
Compare
ef9f44d
to
ec3f2fa
Compare
Actually the problem stems from here, where we make a call to the containerd testing suite to test our snapshotter's compatibility with overlay's behavior. You can see in the string of dependencies that both The only way to avoid this problem then is to not use that function at all, but attempting to copy over that part of the testing suite looks painful and can probably lead to code drift. I've went ahead and closed #1399 for now, downgraded continuity in this PR, and have put in a PR to backport the change Austin mentioned above. |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ec3f2fa
to
bb2cdc3
Compare
This PR created by create-pull-request must be closed and reopened manually to trigger automated checks.