-
Notifications
You must be signed in to change notification settings - Fork 619
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 github.com/containerd/cgroups from 1.0.4 to 1.1.0 in /agent #3623
Conversation
@dependabot rebase |
2c8f550
to
1ad0674
Compare
Looking into integration test failure
|
Cgroup resource cleaning fails due to change introduced in containerd/cgroups#228 .
If there is an error is retrieving processes for a cgroup subsystem, delete function exits and rest of the resources are not cleaned up. To fix the issue, continue iterating over remaining resources to delete them and just append the error it fails to get running processes for a cgroup subsytem.
|
@dependabot rebase |
Bumps [github.com/containerd/cgroups](https://github.com/containerd/cgroups) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/containerd/cgroups/releases) - [Commits](containerd/cgroups@v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: github.com/containerd/cgroups dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1ad0674
to
a49d766
Compare
closing this since it requires a test fix while we incorporate this update |
Bumps github.com/containerd/cgroups from 1.0.4 to 1.1.0.
Release notes
Sourced from github.com/containerd/cgroups's releases.
Commits
fe7323f
Merge pull request #249 from austinvazquez/upgrade-gha-runner08db267
Update GitHub actions CI workflowed6600a
Merge pull request #248 from austinvazquez/upgrade-go-compilerbacc99b
Upgrade Go compiler to 1.19724eb82
Merge pull request #246 from kzys/no-ioutile3fea41
Merge pull request #228 from jseba/delete_empty_cgroups_only98dc9d9
Don't use ioutil38b9b00
Merge pull request #243 from yaoyinnan/242/cgroupv2-addThreade8a4323
Merge pull request #231 from jellor/main640c206
Support cgroup.AddThread in cgroupv2 managerYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)