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 Apr 27, 2023

Bumps github.com/containers/common from 0.52.0 to 0.53.0.

Release notes

Sourced from github.com/containers/common's releases.

v0.53.0

What's Changed

New Contributors

Full Changelog: containers/common@v0.52.0...v0.53.0

Commits
  • 776b274 Bump to v0.53.0
  • e45d573 Merge pull request #1437 from Luap99/subscription-save
  • e6ca254 pkg/subscription: fix regression in saveTo()
  • a670892 Merge pull request #1421 from saschagrunert/umask
  • d4a3de3 Don't call umask in subscriptions
  • 46c4463 Merge pull request #1429 from tklauser/numcpu-linux
  • 4efc7c1 Use functions from x/sys/unix in numCPU on Linux
  • 5547996 Merge pull request #1428 from tklauser/numcpu-unify
  • 41fb634 pkg/sysinfo: unify NumCPU implementations
  • 536bbe5 Merge pull request #1422 from vrothberg/db-docs
  • 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 a review from mrunalp as a code owner April 27, 2023 14:58
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Apr 27, 2023
@openshift-ci openshift-ci bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Apr 27, 2023
@openshift-ci openshift-ci bot requested review from QiWang19 and wgahnagl April 27, 2023 14:58
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 27, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign mrunalp for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 27, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 27, 2023

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 Apr 27, 2023

Codecov Report

Merging #6846 (3d0ebee) into main (065f83f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6846   +/-   ##
=======================================
  Coverage   49.73%   49.73%           
=======================================
  Files         127      127           
  Lines       14984    14984           
=======================================
  Hits         7452     7452           
  Misses       6645     6645           
  Partials      887      887           

@sohankunkerkar
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containers/common-0.53.0 branch from da02b8e to b68d8f6 Compare April 27, 2023 15:47
@sohankunkerkar
Copy link
Member

@dependabot rebase

Bumps [github.com/containers/common](https://github.com/containers/common) from 0.52.0 to 0.53.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.52.0...v0.53.0)

---
updated-dependencies:
- dependency-name: github.com/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containers/common-0.53.0 branch from b68d8f6 to 3d0ebee Compare April 27, 2023 16:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 27, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@saschagrunert
Copy link
Member

This is part of #6843

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/common-0.53.0 branch April 27, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has DCO signed all their commits. needs-ok-to-test Indicates a PR that requires an org member to verify it 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.

3 participants