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 6, 2021

Bumps github.com/containers/image/v5 from 5.15.2 to 5.16.1.

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.16.1

  • Don't read response body twice on putSignaturesToAPIExtension failure
  • build(deps): bump github.com/vbauerster/mpb/v7 from 7.1.3 to 7.1.4 ... fixing a fairly frequent hang on image copies
  • Fix documentation of oci: and oci-archive:

v5.16.0

  • Don't cancel a mpb.Progress using a context
  • Don't recompress non-gzip data without an explicit request
  • accept identity tokens from credential helpers
  • Add codespell fixes
  • Don't initialize a digest.Canonical.Digester if it is not necessary
  • Don't compute the (compressed) digest in PutBlob if the caller provides it
  • Don't call digest.Digester.Hash() on every digeringReader.Read()
  • Pass OriginalDigest and UncompressedDigest to c/storage.Store.PutLayer
  • Document that PutBlob callers must only provide validated digests
  • Consistently compare docker.Digest with "" without Digest.String()
  • Don't unnecessarily compute the blob digest in PutBlob
  • copy.Options: semaphore to limit parallel pulls globally
Commits
  • d0bed1c v5.16.1
  • 6fb639c Merge pull request #1383 from containers/dependabot/go_modules/github.com/con...
  • 859fc93 build(deps): bump github.com/containers/storage from 1.36.0 to 1.37.0
  • 1ebe336 bump containerd to v1.5.4
  • 1bf5c4a Merge pull request #1378 from containers/dependabot/go_modules/github.com/kla...
  • b5e4b73 build(deps): bump github.com/klauspost/compress from 1.13.5 to 1.13.6
  • d47a51f Merge pull request #1374 from containers/dependabot/go_modules/github.com/con...
  • 6ba6a85 Merge pull request #1375 from containers/dependabot/go_modules/github.com/vba...
  • 32afea7 Merge branch 'main' into dependabot/go_modules/github.com/vbauerster/mpb/v7-7...
  • bbbb1d7 Merge branch 'main' into dependabot/go_modules/github.com/containers/storage-...
  • 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 6, 2021 14:29
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Oct 6, 2021
@openshift-ci openshift-ci bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Oct 6, 2021
@openshift-ci openshift-ci bot requested review from giuseppe and rhatdan October 6, 2021 14:29
@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 Oct 6, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 6, 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 6, 2021

Codecov Report

Merging #5383 (4abba84) into main (c8bbae9) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 4abba84 differs from pull request most recent head 63d69d2. Consider uploading reports for the commit 63d69d2 to get more accurate results

@@            Coverage Diff             @@
##             main    #5383      +/-   ##
==========================================
+ Coverage   43.72%   43.73%   +0.01%     
==========================================
  Files         118      118              
  Lines       11749    11749              
==========================================
+ Hits         5137     5139       +2     
+ Misses       6124     6122       -2     
  Partials      488      488              

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containers/image/v5-5.16.1 branch 2 times, most recently from 42d8bea to 1b9052b Compare October 7, 2021 15:40
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.2 to 5.16.1.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.15.2...v5.16.1)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  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/image/v5-5.16.1 branch from 1b9052b to 63d69d2 Compare October 8, 2021 14:44
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

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 20, 2021
@saschagrunert
Copy link
Member

/test integration_rhel

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 20, 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 63d69d2 link false /test integration_cgroupv2
ci/openshift-jenkins/e2e_crun_cgroupv2 63d69d2 link false /test e2e_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.

@saschagrunert
Copy link
Member

/test e2e-gcp

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.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 20, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 20, 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-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 22986bd into main Oct 20, 2021
@openshift-bot
Copy link

/retest-required

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

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/image/v5-5.16.1 branch October 20, 2021 10:11
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