tar-diff
tar-diff copied to clipboard
Bump github.com/containers/image/v5 from 5.4.3 to 5.29.3
Bumps github.com/containers/image/v5 from 5.4.3 to 5.29.3.
Release notes
Sourced from github.com/containers/image/v5's releases.
v5.29.3
What's Changed
- Backport Docker Daemon fix #2260, bump to 5.29.2, then 5.29.3-dev by
@TomSweeneyRedHatin containers/image#2270- [release-5.29] Fix CVE-2024-3727 by
@mtrmacin containers/image#2418Full Changelog: https://github.com/containers/image/compare/v5.29.2...v5.29.3
v5.29.2
What's Changed
- [release-5.29] backport Docker Daemon fix by
@TomSweeneyRedHatin containers/image#2270- [release-5.29] Tag 5.29.1 by
@mtrmacin containers/image#2253- Use a stable Skopeo branch for testing the stable c/image branch by
@mtrmacin containers/image#2262Full Changelog: https://github.com/containers/image/compare/v5.29.1...v5.29.2
v5.29.1
- Add support for pushing an image with unknown digest
v5.29.0
What's Changed
- Bump to v5.28.0 by
@rhatdanin containers/image#2114- fix(deps): update module github.com/containers/storage to v1.50.2 by
@renovatein containers/image#2115- Run codespell on code by
@rhatdanin containers/image#2116- fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5 by
@renovatein containers/image#2117- Use constants and types from opencontainers/image-spec/specs-go/v1 by
@mtrmacin containers/image#2119- progress: set Current before Refill by
@giuseppein containers/image#2121- copy: fix nil pointer dereference when checking compression algorithm by
@crazy-maxin containers/image#2120- fix(deps): update module github.com/klauspost/compress to v1.17.0 by
@renovatein containers/image#2122- fix(deps): update module github.com/sylabs/sif/v2 to v2.14.0 by
@renovatein containers/image#2124- ociarchive: Add new
ArchiveFileNotFoundErrorby@cgwaltersin containers/image#2123- fix: typo by
@testwillin containers/image#2125- fix(deps): update module github.com/sylabs/sif/v2 to v2.14.1 by
@renovatein containers/image#2126- fix(deps): update golang.org/x/exp digest to 7918f67 by
@renovatein containers/image#2130- fix(deps): update module github.com/sylabs/sif/v2 to v2.15.0 by
@renovatein containers/image#2137- fix(deps): update module golang.org/x/oauth2 to v0.13.0 by
@renovatein containers/image#2136- Fix podman search for docker.io/library images by
@boaz0in containers/image#2133- fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible by
@renovatein containers/image#2131- fix(deps): update module github.com/sigstore/fulcio to v1.4.1 by
@renovatein containers/image#2138- fix(deps): update module github.com/sigstore/fulcio to v1.4.2 by
@renovatein containers/image#2140- Oci image deletion by
@Pvlerickin containers/image#2003- fix(deps): update module github.com/sigstore/fulcio to v1.4.3 by
@renovatein containers/image#2142- fix(deps): update module github.com/otiai10/copy to v1.14.0 by
@renovatein containers/image#2144- fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.2 by
@renovatein containers/image#2146- fix(deps): update module github.com/klauspost/compress to v1.17.1 by
@renovatein containers/image#2148- fix(deps): update module github.com/sigstore/sigstore to v1.7.4 by
@renovatein containers/image#2145- chore(deps): update dependency containers/automation_images to v20231004 by
@renovatein containers/image#2150- Fix conversion of Zstd images to non-OCI formats by
@mtrmacin containers/image#2151- Parse the body of (docker load) response to correctly handle errors by
@mtrmacin containers/image#2153
... (truncated)
Commits
3e684b1[release-5.29] Bump to v5.29.3e894804Merge pull request #2418 from mtrmac/digest-unmarshal-5.296e25805Validate the tags returned by a registry086c760Call .Validate() before digest.Digest.String() if necessary0860c58Refactor the error handling further7b58b43Refactor the error handling path of saveStreamaf94ba1Call .Validate() before digest.Hex() / digest.Encoded()9c49ca1Validate digests before using them534068fMerge pull request #2270 from TomSweeneyRedHat/dev/tsweeney/ddaemon0111e79[release-5.29] Bump to v5.29.3-dev- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot recreate