-
Notifications
You must be signed in to change notification settings - Fork 520
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
host-ctr: upgrades dependencies for v1.13.0 #2826
Conversation
Host containers look 👍🏼
|
3df787e
to
59e8417
Compare
Force pushed to fix grammar in commit message ✍🏼 |
sources/host-ctr/go.mod
Outdated
@@ -3,16 +3,16 @@ module host-ctr | |||
go 1.19 | |||
|
|||
require ( | |||
github.com/aws/aws-sdk-go v1.44.176 | |||
github.com/aws/aws-sdk-go v1.44.208 | |||
github.com/awslabs/amazon-ecr-containerd-resolver v0.0.0-20221221205310-1903c4ed45d1 | |||
github.com/containerd/containerd v1.6.15 |
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.
I think we should rebase this PR after #2825 gets merged so we can move to containerd 1.6.18 along with the other dep updates in one go.
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.
That's a good call - yes; if we're upgrading to containerd 1.6.18, we can wait for that to get in and rebase on that to upgrade those dependencies too
59e8417
to
584fee5
Compare
Force pushed to:
|
- Upgrades containerd code dependencies to v1.6.19 - Upgrades opencontainers/runtime-spec to one used by containerd v1.6.19 - Upgrades golang.org/x/net and golang.org/x/crypto dependencies (which are not directly used) out of band of them being updated in aws-sdk-go. See the following for more info: aws/aws-sdk-go#4738 Signed-off-by: John McBride <jpmmcb@amazon.com>
584fee5
to
7580d3d
Compare
Force pushed to upgrade to using the newly cut containerd |
Re-built and re-ran tests. Everything's looking good. Will merge today unless someone objects:
|
Issue number:
Related to #2761
Description of changes:
Testing done:
Testing incoming!
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.