Skip to content
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/containers/image/v5 from 5.10.5 to 5.11.0 #9994

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps github.com/containers/image/v5 from 5.10.5 to 5.11.0.

Release notes

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

v5.11.0

  • Enable subdomain matching in registries.conf
  • registries.conf: configure credential helpers
  • Bump github.com/containers/storage from 1.28.0 to 1.28.1
  • Bump github.com/klauspost/compress from 1.11.12 to 1.11.13
  • Bump github.com/vbauerster/mpb/v6 from 6.0.2 to 6.0.3
  • storage destination: improve doc comments re: concurrency
  • Spelling
  • Bump github.com/containers/storage from 1.27.0 to 1.28.0
  • manifest: GuessMIMEType: support OCI artifacts
  • copy: early commit of storage blobs
  • fix docker.GetDigest docker.makeRequestToResolvedURL docker.getExternalBlob socket leak
  • fix typo in docs/containers-registries.conf.d.5.md
  • fix GetBlob socket leak Closes #1177
  • platform matcher: use compat matrix
  • Cirrus: Migrate from Travis CI
  • add option to download foreign layers contents
  • Bump github.com/klauspost/compress from 1.11.9 to 1.11.12
  • storageImageSource.LayerInfosForCopy(): return uncompressed MediaTypes
  • storage: GetBlob: write to a local tempfile
  • Bump github.com/klauspost/compress from 1.11.7 to 1.11.9
  • Bump github.com/ulikunitz/xz from 0.5.9 to 0.5.10
  • Bump github.com/containers/storage from 1.26.0 to 1.27.0
  • shortnames: correctly determine cache directory for rootless
  • README: godoc: point to v5
  • Check destination image exists copy optimization
  • copy: compute blob compression on reused blobs based on source MediaType
  • copy: provide compression info about copied blobs
  • shortnames: resolution error: point to manpage if config is absent
  • bump to v5.11.0-dev
  • short-name-aliases.conf: use cache folders instead of $HOME
  • update progress-bar lib mpb to v6
  • Bump github.com/containers/storage from 1.24.5 to 1.25.0
  • Bump github.com/containers/ocicrypt from 1.0.3 to 1.1.0
  • Update containers-registries.conf.5.md
  • Fix writing signatures for updated multi-arch image components
  • Beautify copyBlobStream a bit
  • move to v5.10.2-dev
Commits
  • f943351 v5.11.0
  • 3734406 Enable subdomain matching in registries.conf
  • 2afbe33 Merge pull request #1193 from vrothberg/registries-conf-creds
  • f0555f0 registries.conf: configure credential helpers
  • 114da27 Merge pull request #1190 from containers/dependabot/go_modules/github.com/con...
  • 65a3749 Bump github.com/containers/storage from 1.28.0 to 1.28.1
  • c3d2056 Merge pull request #1192 from containers/dependabot/go_modules/github.com/kla...
  • 76eb1ed Bump github.com/klauspost/compress from 1.11.12 to 1.11.13
  • 224346a Merge pull request #1189 from containers/dependabot/go_modules/github.com/vba...
  • 2fbe7fe Merge pull request #1188 from vrothberg/early-commit-follow-up
  • 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 added the dependencies Pull requests that update a dependency file label Apr 12, 2021
@mheon
Copy link
Member

mheon commented Apr 12, 2021

LGTM

Copy link
Member

@vrothberg vrothberg 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-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2021
@vrothberg
Copy link
Member

@mheon, there are a couple of cool new features worth mentioning in the next release notes of Podman. I think the two major ones are subdomain prefixes in registries.conf and pull improvements (faster and more fault tolerant).

@rhatdan
Copy link
Member

rhatdan commented Apr 12, 2021

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 12, 2021
@openshift-merge-robot openshift-merge-robot merged commit 7203e0a into master Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/image/v5-5.11.0 branch April 12, 2021 16:25
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants