oci-seccomp-bpf-hook
oci-seccomp-bpf-hook copied to clipboard
fix(deps): update module github.com/containers/storage to v1.54.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/containers/storage | v1.52.0 -> v1.54.0 |
Release Notes
containers/storage (github.com/containers/storage)
v1.54.0
What's Changed
- Bump to v1.53.0, and then to v1.53.1-dev by @TomSweeneyRedHat in https://github.com/containers/storage/pull/1852
- build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in https://github.com/containers/storage/pull/1855
- overlay: create the merged path only if it does not exist by @giuseppe in https://github.com/containers/storage/pull/1858
- Cirrus-CI: Give success a name by @cevich in https://github.com/containers/storage/pull/1860
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/containers/storage/pull/1861
- chunked: skip file metadata for composefs-like links by @giuseppe in https://github.com/containers/storage/pull/1862
- chore(deps): update dependency containers/automation_images to v20240320 by @renovate in https://github.com/containers/storage/pull/1866
- chunked: use mmap to load cache files by @giuseppe in https://github.com/containers/storage/pull/1857
- build(deps): bump github.com/ulikunitz/xz from 0.5.11 to 0.5.12 by @dependabot in https://github.com/containers/storage/pull/1874
- store: improve error from MountImage() by @giuseppe in https://github.com/containers/storage/pull/1873
- fix(deps): update module golang.org/x/sys to v0.19.0 by @renovate in https://github.com/containers/storage/pull/1876
- store: lock stores before calling Exists by @giuseppe in https://github.com/containers/storage/pull/1877
- chunked: fix unmarshaling of file names by @giuseppe in https://github.com/containers/storage/pull/1879
- bring read mappings proc into c/storage by @kannon92 in https://github.com/containers/storage/pull/1882
- build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 by @dependabot in https://github.com/containers/storage/pull/1880
- fileutils: new function to check for path existence by @giuseppe in https://github.com/containers/storage/pull/1875
- fileutils: make (Le|E)xists return os.PathError by @giuseppe in https://github.com/containers/storage/pull/1883
- Revert "bring read mappings proc into c/storage" by @giuseppe in https://github.com/containers/storage/pull/1884
- Refactor to make it clearer that we return the validated TOC value by @mtrmac in https://github.com/containers/storage/pull/1887
- Remove devicemapper storage driver by @kolyshkin in https://github.com/containers/storage/pull/1622
- pkg/parsers/kernel: simplify by @kolyshkin in https://github.com/containers/storage/pull/1889
- composefs: return mkcomposefs stderr as part of error by @Luap99 in https://github.com/containers/storage/pull/1890
- chunked: store cache as binary and use a bloom filter by @giuseppe in https://github.com/containers/storage/pull/1870
- chunked: fix escape of space by @giuseppe in https://github.com/containers/storage/pull/1895
- chunked: store original tar size for converted layers by @giuseppe in https://github.com/containers/storage/pull/1893
- Make ZstdChunkedFooterData write-only by @mtrmac in https://github.com/containers/storage/pull/1901
- chunked: fix divide by zero in bloom filter by @giuseppe in https://github.com/containers/storage/pull/1904
- chunked: downgrade loading cache file msg to info by @giuseppe in https://github.com/containers/storage/pull/1906
- Update to Go 1.21 by @mtrmac in https://github.com/containers/storage/pull/1907
- CI VMs: bump to new versions with tmpfs /tmp by @edsantiago in https://github.com/containers/storage/pull/1911
- build(deps): bump github.com/Microsoft/hcsshim from 0.12.0-rc.3 to 0.12.3 by @dependabot in https://github.com/containers/storage/pull/1898
- Remove dependabot, we use renovate now by @rhatdan in https://github.com/containers/storage/pull/1914
- chunked: skip cache file for non-partial layers by @giuseppe in https://github.com/containers/storage/pull/1910
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.2.5 by @renovate in https://github.com/containers/storage/pull/1917
- fix(deps): update module golang.org/x/sys to v0.20.0 by @renovate in https://github.com/containers/storage/pull/1918
- Update idtools.go by @paulcalabro in https://github.com/containers/storage/pull/1919
- overlay: lock staging directories by @giuseppe in https://github.com/containers/storage/pull/1916
- pkg/unshare: fix implicit declaration of basename function by @nmeum in https://github.com/containers/storage/pull/1920
- chore(deps): update dependency containers/automation_images to v20240513 by @renovate in https://github.com/containers/storage/pull/1922
- Ignore failure to ignore thinpool keys by @rhatdan in https://github.com/containers/storage/pull/1908
- [Additional Layer Store] Use TOCDigest as ID of each layer (patch for c/storage) by @ktock in https://github.com/containers/storage/pull/1924
- Move the tar-split digest into the TOC by @mtrmac in https://github.com/containers/storage/pull/1902
New Contributors
- @paulcalabro made their first contribution in https://github.com/containers/storage/pull/1919
- @nmeum made their first contribution in https://github.com/containers/storage/pull/1920
Full Changelog: https://github.com/containers/storage/compare/v1.53.0...v1.54.0
v1.53.0
What's Changed
- overlay: use the default mode for the root directory by @giuseppe in https://github.com/containers/storage/pull/1799
- Bump to v1.52.0 and then 1.52.1-dev by @TomSweeneyRedHat in https://github.com/containers/storage/pull/1803
- chore(deps): update dependency containers/automation_images to v20240102 by @renovate in https://github.com/containers/storage/pull/1802
- overlay: move the fs-verity measurement to the chunked package by @giuseppe in https://github.com/containers/storage/pull/1804
- composefs: some fixes by @giuseppe in https://github.com/containers/storage/pull/1806
- Store: add ImageDirectory() and ImageRunDirectory() by @nalind in https://github.com/containers/storage/pull/1807
- fix(deps): update module github.com/klauspost/compress to v1.17.5 by @renovate in https://github.com/containers/storage/pull/1808
- Fix windows runtime dir by @ashley-cui in https://github.com/containers/storage/pull/1810
- homedir: use containers/storage on Windows by @giuseppe in https://github.com/containers/storage/pull/1812
- Run codespell on code by @rhatdan in https://github.com/containers/storage/pull/1809
- chunked: store UncompressedDigest if validated by @giuseppe in https://github.com/containers/storage/pull/1813
- fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security] by @renovate in https://github.com/containers/storage/pull/1815
- Switch from libcontainer users package to moby/sys/user by @mheon in https://github.com/containers/storage/pull/1817
- fix(deps): update module github.com/klauspost/compress to v1.17.6 by @renovate in https://github.com/containers/storage/pull/1818
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.0-rc.3 by @renovate in https://github.com/containers/storage/pull/1819
- overlay: fix build of composefs without cgo by @giuseppe in https://github.com/containers/storage/pull/1824
- build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in https://github.com/containers/storage/pull/1823
- chunked: report TOCDigest for converted layers by @giuseppe in https://github.com/containers/storage/pull/1825
- build(deps): bump github.com/opencontainers/runtime-spec from 1.1.0 to 1.2.0 by @dependabot in https://github.com/containers/storage/pull/1831
- Extend PutLayer to optimize reusing data from existing layers by @mtrmac in https://github.com/containers/storage/pull/1830
- Fix compilation on non-Linux by @mtrmac in https://github.com/containers/storage/pull/1832
- store: new API ApplyStagedLayer by @giuseppe in https://github.com/containers/storage/pull/1826
- storage: enable partial images by default by @giuseppe in https://github.com/containers/storage/pull/1833
- Fix missing newline from stdout of create-container command by @edbaunton in https://github.com/containers/storage/pull/1834
- overlay: drop FHGFSFs from network file systems by @giuseppe in https://github.com/containers/storage/pull/1840
- Synchronise documentation for convert_images flag by @edbaunton in https://github.com/containers/storage/pull/1835
- fix(deps): update module github.com/klauspost/compress to v1.17.7 by @renovate in https://github.com/containers/storage/pull/1841
- pkg/archive: avoid user lookups when generating tarball by @giuseppe in https://github.com/containers/storage/pull/1837
- overlay: delete backup file by @giuseppe in https://github.com/containers/storage/pull/1842
- Chunked cleanups by @mtrmac in https://github.com/containers/storage/pull/1844
- overlay: ignore chown errors in additionalimagestore by @giuseppe in https://github.com/containers/storage/pull/1828
- chunked: preserve the original value for symlinks by @giuseppe in https://github.com/containers/storage/pull/1845
- chunked: add chunk size to cache file by @giuseppe in https://github.com/containers/storage/pull/1843
- Revert commit that breaks podman backwards compatibility by @Luap99 in https://github.com/containers/storage/pull/1848
- Stop putting
user.overlay.*
into container layer by @ChristopherHX in https://github.com/containers/storage/pull/1847 - store: simplify imagestore implementation by @giuseppe in https://github.com/containers/storage/pull/1784
- chunked: improve function to merge chunks by @giuseppe in https://github.com/containers/storage/pull/1846
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in https://github.com/containers/storage/pull/1850
New Contributors
- @edbaunton made their first contribution in https://github.com/containers/storage/pull/1834
- @ChristopherHX made their first contribution in https://github.com/containers/storage/pull/1847
Full Changelog: https://github.com/containers/storage/compare/v1.52.0...v1.53.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.