Skip to content
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

Update cgroups library to latest release #3126

Merged
merged 2 commits into from
Feb 11, 2022
Merged

Conversation

sparrc
Copy link
Contributor

@sparrc sparrc commented Feb 8, 2022

This is in preparation for supporting cgroups v2

Ran these commands to get latest library version, cleanup modules, and vendor the updates.

go get github.com/containerd/cgroups@latest
go mod tidy
go mod vendor

also ran these to re-generate the mocks:

make get-deps
make gogenerate

Testing

Functional testing on PR

New tests cover the changes: no

Description for the changelog

NA

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This is in preparation for supporting cgroups v2

Ran go get github.com/containerd/cgroups@latest to get the latest
library.
@sparrc sparrc changed the title Update cgroups library to latest release [wip] Update cgroups library to latest release Feb 8, 2022
@sparrc sparrc added the bot/test label Feb 8, 2022
@sparrc sparrc changed the title [wip] Update cgroups library to latest release Update cgroups library to latest release Feb 8, 2022
@sparrc sparrc merged commit 4de4d49 into aws:dev Feb 11, 2022
@chienhanlin chienhanlin mentioned this pull request Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants