conmon-rs
conmon-rs copied to clipboard
build(deps): bump github.com/containers/storage from 1.53.0 to 1.54.0
Bumps github.com/containers/storage from 1.53.0 to 1.54.0.
Release notes
Sourced from github.com/containers/storage's releases.
v1.54.0
What's Changed
- Bump to v1.53.0, and then to v1.53.1-dev by
@TomSweeneyRedHatin containers/storage#1852- build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by
@dependabotin containers/storage#1855- overlay: create the merged path only if it does not exist by
@giuseppein containers/storage#1858- Cirrus-CI: Give success a name by
@cevichin containers/storage#1860- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by
@dependabotin containers/storage#1861- chunked: skip file metadata for composefs-like links by
@giuseppein containers/storage#1862- chore(deps): update dependency containers/automation_images to v20240320 by
@renovatein containers/storage#1866- chunked: use mmap to load cache files by
@giuseppein containers/storage#1857- build(deps): bump github.com/ulikunitz/xz from 0.5.11 to 0.5.12 by
@dependabotin containers/storage#1874- store: improve error from MountImage() by
@giuseppein containers/storage#1873- fix(deps): update module golang.org/x/sys to v0.19.0 by
@renovatein containers/storage#1876- store: lock stores before calling Exists by
@giuseppein containers/storage#1877- chunked: fix unmarshaling of file names by
@giuseppein containers/storage#1879- bring read mappings proc into c/storage by
@kannon92in containers/storage#1882- build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 by
@dependabotin containers/storage#1880- fileutils: new function to check for path existence by
@giuseppein containers/storage#1875- fileutils: make (Le|E)xists return os.PathError by
@giuseppein containers/storage#1883- Revert "bring read mappings proc into c/storage" by
@giuseppein containers/storage#1884- Refactor to make it clearer that we return the validated TOC value by
@mtrmacin containers/storage#1887- Remove devicemapper storage driver by
@kolyshkinin containers/storage#1622- pkg/parsers/kernel: simplify by
@kolyshkinin containers/storage#1889- composefs: return mkcomposefs stderr as part of error by
@Luap99in containers/storage#1890- chunked: store cache as binary and use a bloom filter by
@giuseppein containers/storage#1870- chunked: fix escape of space by
@giuseppein containers/storage#1895- chunked: store original tar size for converted layers by
@giuseppein containers/storage#1893- Make ZstdChunkedFooterData write-only by
@mtrmacin containers/storage#1901- chunked: fix divide by zero in bloom filter by
@giuseppein containers/storage#1904- chunked: downgrade loading cache file msg to info by
@giuseppein containers/storage#1906- Update to Go 1.21 by
@mtrmacin containers/storage#1907- CI VMs: bump to new versions with tmpfs /tmp by
@edsantiagoin containers/storage#1911- build(deps): bump github.com/Microsoft/hcsshim from 0.12.0-rc.3 to 0.12.3 by
@dependabotin containers/storage#1898- Remove dependabot, we use renovate now by
@rhatdanin containers/storage#1914- chunked: skip cache file for non-partial layers by
@giuseppein containers/storage#1910- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.2.5 by
@renovatein containers/storage#1917- fix(deps): update module golang.org/x/sys to v0.20.0 by
@renovatein containers/storage#1918- Update idtools.go by
@paulcalabroin containers/storage#1919- overlay: lock staging directories by
@giuseppein containers/storage#1916- pkg/unshare: fix implicit declaration of basename function by
@nmeumin containers/storage#1920- chore(deps): update dependency containers/automation_images to v20240513 by
@renovatein containers/storage#1922- Ignore failure to ignore thinpool keys by
@rhatdanin containers/storage#1908- [Additional Layer Store] Use TOCDigest as ID of each layer (patch for c/storage) by
@ktockin containers/storage#1924- Move the tar-split digest into the TOC by
@mtrmacin containers/storage#1902New Contributors
@paulcalabromade their first contribution in containers/storage#1919@nmeummade their first contribution in containers/storage#1920Full Changelog: https://github.com/containers/storage/compare/v1.53.0...v1.54.0
Commits
6590862Bump to v1.54.0d55e41dMerge pull request #1902 from mtrmac/tar-split-digest7c30bb9Merge pull request #1924 from ktock/store-tocdigest-id1bdba37Enable to pass TOCDigest to Additional Layer Store7915ad5Merge pull request #1908 from rhatdan/config12554eeStop also writing TarSplitChecksumKey70b2454Improve error handling a bitb5413c2Move the tar-split digest value into the TOCdfb4b1fUnmarshal the TOC already in readZstdChunkedManifest8dd381eRefactor unmarshalTOC to use a switch- 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)
@dependabot rebase
[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
- ~~OWNERS~~ [saschagrunert]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment