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 Sep 22, 2021

Bumps github.com/containers/common from 0.43.2 to 0.45.0.

Release notes

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

v0.45.0

copier: add OciAcceptUncompressedLayers option
Export no such secret error
libimage: accept CompressionFormat/CompressionLevel
Add description of slirp options
UserNS should default to '' rather then host
(*libimage.Image).HasDifferentDigest: add authentication
libimage: accept CompressionFormat/CompressionLevel
Enable ipv6 for rootless users by default
Make podman system service timeout configurable in containers.conf
build(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2
Merge pull request [#768](https://github.com/containers/common/issues/768) from fcrozat/krun
ensure same path is used in all location for krun
Add support for image_copy_tmp_dir

v0.44.1

  • (*libimage.Image).HasDifferentDigest: add authentication

v0.44.0

Add HelperBinariesDir field to engine config
Add space trimming check in sysctl.Validate
Cirrus: Use fresher VM images
Fix `pkg/sysctl` path typo
Fix the fallback runtime path
Switch default Rootless Networking to "CNI" for OSX
Update pkg/sysctl/sysctl.go
add some cni plugin paths
build(deps): bump github.com/containers/image/v5 from 5.15.0 to 5.16.0
build(deps): bump github.com/containers/storage from 1.34.0 to 1.35.0
build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.16.0
build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
build(deps): bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5
docs/containers.conf.5.md: Fix manpage section
fix untag + v0.43.2
libimage: disk usage: catch corrupted images
libimage: relax untag by digest checks
path: dest paths inside container should always be treated as *nix type
remove-image: Add optional `LookupManifest` to RemoveImagesOptions.
runtime: Add ReturnManifestIfPresent to LookupImageOptions
runtime: Add `ManifestList` to `LookupImageOptions`
seccomp: allow memfd_secret
Commits
  • af26e3f Bump to v0.45.0
  • f2f10e6 Merge pull request #780 from vrothberg/oci-uncompressed
  • ae1e081 copier: add OciAcceptUncompressedLayers option
  • 61c922a Merge pull request #779 from Luap99/export-error
  • bdc87af Export no such secret error
  • 8a416a1 Merge pull request #778 from giuseppe/copier-accept-compression
  • f045f1f Merge pull request #773 from rhatdan/ipv6
  • 5f8e550 Merge pull request #774 from rhatdan/userns
  • bf187ad Merge pull request #775 from vrothberg/digest-creds
  • a74e54a libimage: accept CompressionFormat/CompressionLevel
  • 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)

Bumps [github.com/containers/common](https://github.com/containers/common) from 0.43.2 to 0.45.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.43.2...v0.45.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 requested review from mrunalp and runcom as code owners September 22, 2021 14:28
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Sep 22, 2021
@openshift-ci openshift-ci bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Sep 22, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 22, 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 Sep 22, 2021

Codecov Report

Merging #5339 (0eeedb7) into main (c0020b2) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 0eeedb7 differs from pull request most recent head f14afe7. Consider uploading reports for the commit f14afe7 to get more accurate results

@@            Coverage Diff             @@
##             main    #5339      +/-   ##
==========================================
+ Coverage   43.75%   43.76%   +0.01%     
==========================================
  Files         118      118              
  Lines       11737    11737              
==========================================
+ Hits         5135     5137       +2     
+ Misses       6114     6112       -2     
  Partials      488      488              

@haircommander
Copy link
Member

/ok-to-test
/approve
/lgtm

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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 Sep 24, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 24, 2021

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Sep 24, 2021
@haircommander
Copy link
Member

ci/openshift-jenkins/e2e_crun

@openshift-bot
Copy link

/retest-required

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

1 similar comment
@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 Sep 24, 2021

@dependabot[bot]: The following tests 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 f14afe7 link false /test integration_cgroupv2
ci/openshift-jenkins/e2e_crun f14afe7 link true /test e2e_crun
ci/prow/e2e-agnostic f14afe7 link true /test e2e-agnostic
ci/openshift-jenkins/integration_rhel f14afe7 link true /test integration_rhel
ci/prow/e2e-gcp f14afe7 link true /test e2e-gcp

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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2021

Superseded by #5349.

@dependabot dependabot bot closed this Sep 24, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/common-0.45.0 branch September 24, 2021 20:41
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.

3 participants