chore(deps): update module github.com/containers/image to v5 (main) #161
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/main-github.com-containers-image-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.0.2+incompatible
->v5.19.1
Release Notes
containers/image
v5.19.1
Compare Source
v5.19.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/containers/image/compare/v5.18.0...v5.19.0
v5.18.0
Compare Source
v5.17.0
Compare Source
Includes a fix for CVE-2021-41190 / GHSA-77vh-xpmg-72qh .
http(s)://
urlsv5.16.1
Compare Source
putSignaturesToAPIExtension
failure... fixing a fairly frequent hang on image copies
oci:
andoci-archive:
v5.16.0
Compare Source
v5.15.2
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
GetCredentials
deprecationv5.14.0
Compare Source
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
storage: support partial storage with zstd:chunked
types: add interface for partial blob retrieval
types: add interface for storing partial blob
v5.13.2
Compare Source
storage: PutBlobWithOptions: fix EmptyLayer logic
v5.13.1
Compare Source
Fix broken tag link on previous release.
v5.13.0
Compare Source
Add SetCredentials which returns human-readable path for configured auth
Beautify SetCredentials
Bump github.com/containers/ocicrypt from 1.1.0 to 1.1.1
Bump github.com/containers/storage from 1.30.1 to 1.32.2
Bump github.com/imdario/mergo from 0.3.11 to 0.3.12
Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4
Cirrus: Support [CI:DOCS] mode
Cirrus: Updates due to master->main rename
Document the return value of SetCredentials
Don't return the path from modifyJSON on error cases
Fix (make)
Fix build on non-Linux
Fix docs links due to branch rename
Fix missing gofmt and validate runtime environment
Fix unformatted source files
SetCredentials nits
Update (make .gitvalidation) for the master->main rename
Use more specific nolint comments for unused code
[CI:DOCS] Fix docs links due to branch rename
build(deps): bump github.com/containers/storage from 1.32.1 to
build(deps): bump github.com/klauspost/compress from 1.12.3 to 1.13.1
build(deps): bump github.com/opencontainers/selinux from 1.8.1 to 1.8.2
build(deps): bump go.etcd.io/bbolt from 1.3.5 to 1.3.6
copy: re-enable early commits
storage: set image names last
update mpb to v7.0.2
v5.12.0
Compare Source
v5.11.1
Compare Source
v5.11.0
Compare Source
v5.10.6
Compare Source
v5.10.5
Compare Source
v5.10.4
Compare Source
v5.10.3
Compare Source
~/.cache
not~/.config/.cache
v5.10.2
Compare Source
Note: the v5.10.x series is now cut from the
release-v5.10
branch.v5.10.1
Compare Source
Fix segfault if sys is not defined.
v5.10.0
Compare Source
v5.9.0
Compare Source
signedIdentity
choice"type": "remapIdentity"
v5.8.1
Compare Source
Use storage/pkg/homedir rather then docker version
v5.8.0
Compare Source
v5.7.0
Compare Source
This Release now:
Searches for credentials under XDG_CONFIG_HOME
Usese $DOCKER_CONFIG/config.json to match the docker CLI.
Sets a default rootless sigstore.
Updates copier/imagecopier to fix race condition.
v5.6.0
Compare Source
v5.5.4
Compare Source
Backports support for
DockerLogMirrorChoice
.v5.5.3
Compare Source
v5.5.2
Compare Source
Enable search registry uses the pagination until the search result reaches the limit, instead of returning default 100 limit from registry API.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1866153
v5.5.1
Compare Source
... because the Go proxy caches an old version of the 5.5.0 tag, making it difficult to use 5.5.0.
v5.5.0
Compare Source
GetAllCredentials
v5.4.4
Compare Source
v5.4.3
Compare Source
v5.4.2
Compare Source
v5.4.1
Compare Source
v5.4.0
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
v5.2.1
Compare Source
v5.2.0
Compare Source
backoff loop
v5.1.0
Compare Source
Bump all vendored software
Makefile: split tools installation
internal/pkg/keyctl: drop deprecation warning
keyctl: tests: check errors
storage_test.go: check storage interfaces
Bump github.com/klauspost/compress from 1.9.2 to 1.9.3
Add internal error handling
Fix Error return value is not checked
Handle checking error in dirImageMockWithRef
Add helper for error checking
Reverted newDigestingReader to validate blob during decryption
Cleaner refactoring to determineManifestConversion
Implemented image encryption
Fix destination stream overwrite on progress
Enforce architecture match on MustMatchRuntimeOS
Simplify the OS equivalence check
Improve OS mismatch error message
Redefine ImageDestination.MustMatchRuntimeOS to also include architecture
Added possibility to overwrite default tmp dir for big files
Improve progress reader to report start/end and offset update
v5.0.0
Compare Source
v4.0.1
Compare Source
Actually usable as a v4 Go module.
v4.0.0
Compare Source
Explicitly replace docker/libtrust with containers/libtrust
vendor.conf
bygo.mod
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.