Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps github.com/containerd/cgroups from 1.0.1 to 1.0.2.

Release notes

Sourced from github.com/containerd/cgroups's releases.

v1.0.2

The second patch release for cgroups includes multiple fixes and improvements

  • Implement AddProc() for cgroup v1 #200
  • Optionally add process and task to a subsystems subset #203
  • Improve cgroup v2 support #204
  • Avoid panic on nil interface #207
Commits
  • 9ada639 Merge pull request #203 from sameo/topic/subsystem-filter
  • 80a7821 cgroup: Optionally add process and task to a subsystems subset
  • 4ff5113 Merge pull request #208 from zouyee/replaceerror
  • 0072297 replace pkg/errors from vendor
  • 90010ec Merge pull request #207 from linrl3/topic/nil-interface-bug
  • d55de5d cgroup.go: avoid panic on nil interface
  • ddda8a1 Merge pull request #204 from shankerwangmiao/main
  • fbc4dd0 Merge pull request #201 from thaJeztah/remove_unused_errors
  • 73a8516 cgroupv2: reset lastErr to nil when subtree control is successfully written
  • 2ca92c5 cgroupv2: enable controllers before setting resources in NewChild()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot requested review from mrunalp and runcom as code owners October 11, 2021 14:27
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Oct 11, 2021
@openshift-ci openshift-ci bot added dco-signoff: yes Indicates the PR's author has DCO signed all their commits. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Oct 11, 2021
@openshift-ci openshift-ci bot requested review from fidencio and umohnani8 October 11, 2021 14:28
@openshift-ci openshift-ci bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Oct 11, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 11, 2021

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #5397 (4763a4a) into main (980ebf7) will not change coverage.
The diff coverage is n/a.

❗ Current head 4763a4a differs from pull request most recent head 99cb4a3. Consider uploading reports for the commit 99cb4a3 to get more accurate results

@@           Coverage Diff           @@
##             main    #5397   +/-   ##
=======================================
  Coverage   43.62%   43.62%           
=======================================
  Files         118      118           
  Lines       11813    11813           
=======================================
  Hits         5153     5153           
  Misses       6168     6168           
  Partials      492      492           

Bumps [github.com/containerd/cgroups](https://github.com/containerd/cgroups) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/containerd/cgroups/releases)
- [Commits](containerd/cgroups@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/containerd/cgroups
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/cgroups-1.0.2 branch from 51937d7 to 99cb4a3 Compare October 18, 2021 18:57
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test
/lgtm

@openshift-ci openshift-ci bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Oct 19, 2021
@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 19, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 19, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], saschagrunert

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 19, 2021
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 19, 2021

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/openshift-jenkins/integration_crun_cgroupv2 99cb4a3 link false /test integration_cgroupv2

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit f585d24 into main Oct 19, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containerd/cgroups-1.0.2 branch October 19, 2021 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants