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.13.2 to 5.14.0 #11028

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2021

Bumps github.com/containers/image/v5 from 5.13.2 to 5.14.0.

Release notes

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

v5.14.0

Add a case to TestNormalizedMIMEType
Add support for registry paths in auth.json
Add tests for copier.determineListConversion
Change all references to docker registry to container registry
Cirrus: Grab skopeo from main branch
Consolidate deleting a partial c/storage image on Commit failure
Disable registry fallback for repository credentials
Do not prepend Error on each wrapped error message.
Document the unparsedToplevel parameter to Commit
Error on namespaced registries for credential helpers
Fix V2RegistriesConf.Nonempty and add tests
Fix a crash on test failure
Fix documentation of SetCredentials
Fix “empty config file” detection
Implement "non-empty configuration" using reflect.DeepEqual
Improve directory.TestGetPutSignatures
Log, as an error, if we are deleting an image during commit
Make compressionGoroutine panic-safe again
Manifest list support nits
Microoptimize storageTransport.GetStoreImage
Only compute manifest digest once
Only save the top-level manifest if it is not the primary manifest
RFC: Consolidate deleting a partial c/storage image on Commit failure
RFC: Simplify digest references to manifest lists in c/storage
Remove a redundant check
Remove an unnecessary variable
Remove an unused return value of copyMultipleImages
Rename compression.Algorithm.MIME
Rename imageStreamName to imageStreamImageName
Simplify storageImageDestination.PutSignatures a bit
Support updating registry credentials scoped to namespaces/repos
Use orderedSet in copier.determineListConversion
Use the _ identifier for conformance checks
build(deps): bump github.com/containers/ocicrypt from 1.1.1 to 1.1.2
build(deps): bump github.com/containers/storage from 1.32.2 to 1.32.6
build(deps): bump github.com/vbauerster/mpb/v7 from 7.0.2 to 7.0.3
compression: change return type for zstdWriterWithLevel
compression: let algorithms register a MIME type
compression: support generating compressor metadata
copy: do not ignore errors on Close
copy: provide progress bar for partial blobs
copy: use partial blob retrieval if possible
docker: remove duplicate debug log
docker: support partial blob retrieval
docs: containers-registries.conf.5.md
docs: fix indentation in registries.conf
pkg/cli/environment: UpdateRegistriesConf
pkg/compression: new zstd variant zstd:chunked
search: catalog: return full match as first item

... (truncated)

Commits
  • c02cf27 Bump to v5.14.0
  • f485252 Merge pull request #1304 from saschagrunert/no-fallback
  • c95f2b4 Disable registry fallback for repository credentials
  • d695b98 Merge pull request #1288 from saschagrunert/login-logout-tests
  • bf08129 Merge pull request #1302 from vrothberg/indent-docs
  • fede54a docs: containers-registries.conf.5.md
  • 45a2d19 docs: fix indentation in registries.conf
  • 2935f06 Error on namespaced registries for credential helpers
  • 2b688e9 Merge pull request #1297 from mtrmac/goroutine-patic
  • 614788f Make compressionGoroutine panic-safe again
  • 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 Jul 23, 2021
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.13.2 to 5.14.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.13.2...v5.14.0)

---
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]>
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/containers/image/v5-5.14.0 branch from 1cde0e3 to 23a938f Compare July 25, 2021 08:56
@giuseppe
Copy link
Member

/retest

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 openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2021
@giuseppe
Copy link
Member

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 27, 2021

[APPROVALNOTIFIER] This PR is APPROVED

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

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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 27, 2021
@openshift-merge-robot openshift-merge-robot merged commit 27a4879 into main Jul 27, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/image/v5-5.14.0 branch July 27, 2021 13:26
@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 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 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.

3 participants