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

Bump cgroups and containernetworking/plugins version #3903

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

Realmonia
Copy link
Contributor

@Realmonia Realmonia commented Sep 12, 2023

Summary

This PR bumps several dependency versions, most notably

  • github.com/containernetworking/plugins from v0.9.1 to v1.1.1. This is to match current Fargate version to avoid incompatibility or behavior difference when integrate.
  • github.com/containerd/cgroups/v3 from v1.0.4 to v3.0.2 github.com/containernetworking/plugins v1.3.0 (latest) depends on cgroups v1.1.0. cgroups v1.1.0 which contains a fix to a bug in previous version, however the fix itself contains another bug and is fixed in github.com/containerd/cgroups/v3 v3.0.2. Note that github.com/containernetworking/plugins only requires github.com/containerd/cgroups v1.0.4, However to avoid future breaks, we should just bump cgroups version higher. cgroups/V3 contains a file structure change that needs some code change in agent integration with it. It is included in this PR.

Implementation details

Testing

New tests cover the changes: N/A

Manually tested awsvpc mode works with plugin updates.

Description for the changelog

Bump cgroups and containernetworking/plugins version

Licensing

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

@Realmonia Realmonia force-pushed the useCgroupV3 branch 4 times, most recently from f2d8d68 to ed2101a Compare September 19, 2023 00:17
@Realmonia Realmonia changed the title WIP Use Cgroup v3 Bump cgroups and containernetworking/plugins version Sep 19, 2023
@Realmonia Realmonia marked this pull request as ready for review September 19, 2023 00:41
@Realmonia Realmonia requested a review from a team as a code owner September 19, 2023 00:41
@Realmonia Realmonia merged commit 003edf0 into aws:dev Sep 25, 2023
40 checks passed
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.

4 participants