conmon
conmon copied to clipboard
fix(deps): update module github.com/containers/storage to v1.58.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/containers/storage | v1.48.0 -> v1.58.0 |
Release Notes
containers/storage (github.com/containers/storage)
v1.58.0
What's Changed
- Bump to c/storage v1.57.0 then v1.58.0-dev by @TomSweeneyRedHat in https://github.com/containers/storage/pull/2236
- Fall back from chunked pulls when the chunked metadata is too large by @mtrmac in https://github.com/containers/storage/pull/2230
- Bump maxTocSize to 150 MB by @mtrmac in https://github.com/containers/storage/pull/2240
- fix(deps): update module github.com/vbatts/tar-split to v0.12.1 by @renovate in https://github.com/containers/storage/pull/2235
- Remove hashicorp dependencies by @saschagrunert in https://github.com/containers/storage/pull/2242
- chore(deps): update dependency containers/automation_images to v20250131 by @renovate in https://github.com/containers/storage/pull/2244
- Graphdriver test cleanups by @hanwen-flow in https://github.com/containers/storage/pull/2228
- Archive tests by @hanwen-flow in https://github.com/containers/storage/pull/2229
- fix(deps): update module golang.org/x/sync to v0.11.0 by @renovate in https://github.com/containers/storage/pull/2247
- fix(deps): update module golang.org/x/sys to v0.30.0 by @renovate in https://github.com/containers/storage/pull/2248
- Fix compilation of pkg/archive tests on non-Linux by @nalind in https://github.com/containers/storage/pull/2246
- overlay: Add error prefixing for mount.MakePrivate by @cgwalters in https://github.com/containers/storage/pull/2250
- pkg/fileutils: add LinkOrCopy() by @Luap99 in https://github.com/containers/storage/pull/2251
- unshare: fix data race by @giuseppe in https://github.com/containers/storage/pull/2254
- Merge tag 'v1.57.1' back into main by @Luap99 in https://github.com/containers/storage/pull/2255
- archive: regularize some naming by @hanwen-flow in https://github.com/containers/storage/pull/2219
- chore(deps): update dependency golangci/golangci-lint to v1.64.5 by @renovate in https://github.com/containers/storage/pull/2256
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.4.1 by @renovate in https://github.com/containers/storage/pull/2217
- layers: write read only layers to imagestore by @giuseppe in https://github.com/containers/storage/pull/2258
- feat: add Timestamp to TarOptions by @aeijdenberg in https://github.com/containers/storage/pull/2259
- Recursively set project ID for quota driver by @mheon in https://github.com/containers/storage/pull/2264
- fix(deps): update module github.com/klauspost/compress to v1.18.0 by @renovate in https://github.com/containers/storage/pull/2262
- idmap: force PRIVATE propagation by @giuseppe in https://github.com/containers/storage/pull/2269
- fix(deps): update module github.com/opencontainers/runtime-spec to v1.2.1 by @renovate in https://github.com/containers/storage/pull/2266
- chore(deps): update dependency golangci/golangci-lint to v1.64.6 by @renovate in https://github.com/containers/storage/pull/2268
- Fix handle leak by @Bbulatov in https://github.com/containers/storage/pull/2253
- loop: remove hardcoded constants by @giuseppe in https://github.com/containers/storage/pull/2273
- Merge c/storage v1.57.2 into
mainby @mtrmac in https://github.com/containers/storage/pull/2276 - Update to Go 1.23 by @mtrmac in https://github.com/containers/storage/pull/2279
- fix(deps): update module golang.org/x/sync to v0.12.0 by @renovate in https://github.com/containers/storage/pull/2270
- Write tar fixes by @hanwen-flow in https://github.com/containers/storage/pull/2261
- Remove some do-nothing files by @mtrmac in https://github.com/containers/storage/pull/2283
- fix(deps): update module golang.org/x/sys to v0.31.0 by @renovate in https://github.com/containers/storage/pull/2271
- chore(deps): update dependency golangci/golangci-lint to v1.64.7 by @renovate in https://github.com/containers/storage/pull/2278
- subid: drop support for old version by @giuseppe in https://github.com/containers/storage/pull/2277
- Add link to c/common contributor's guide by @Honny1 in https://github.com/containers/storage/pull/2280
- chore(deps): update dependency golangci/golangci-lint to v1.64.8 by @renovate in https://github.com/containers/storage/pull/2286
- fix(deps): update module github.com/burntsushi/toml to v1.5.0 by @renovate in https://github.com/containers/storage/pull/2287
- Fix: Overlay fails with a permission error when trying to create and access layers by @shaharlib in https://github.com/containers/storage/pull/2291
- chore(deps): update dependency containers/automation_images to v20250324 by @renovate in https://github.com/containers/storage/pull/2296
- store: use canonical image mapping when mounting by @giuseppe in https://github.com/containers/storage/pull/2285
- fix(deps): update module github.com/opencontainers/selinux to v1.12.0 by @renovate in https://github.com/containers/storage/pull/2292
- Update old dependencies by @mtrmac in https://github.com/containers/storage/pull/2282
- Switch to golangci-lint v2, fix new warnings by @kolyshkin in https://github.com/containers/storage/pull/2299
- driver/overlay: fix concurrent map write on stagingDirsLocks by @Luap99 in https://github.com/containers/storage/pull/2300
- idmap: fix first argument to open_tree by @giuseppe in https://github.com/containers/storage/pull/2301
- fix minor review comment about the driver mutex and a minor lint issue by @Luap99 in https://github.com/containers/storage/pull/2302
- Use min/max to simplify the code by @kolyshkin in https://github.com/containers/storage/pull/2303
- Use any instead of interface{} by @kolyshkin in https://github.com/containers/storage/pull/2304
- dirvers/btrfs: remove btrfs_noversion tag by @Luap99 in https://github.com/containers/storage/pull/2308
- Use for range over integers by @kolyshkin in https://github.com/containers/storage/pull/2305
- Use
slicesandmapsmore where appropriate by @kolyshkin in https://github.com/containers/storage/pull/2306 - ci: add nolintlint and unconvert linters, fix found issues by @kolyshkin in https://github.com/containers/storage/pull/2307
- fix(deps): update module github.com/moby/sys/user to v0.4.0 by @renovate in https://github.com/containers/storage/pull/2309
- fix(deps): update module golang.org/x/sync to v0.13.0 by @renovate in https://github.com/containers/storage/pull/2310
- fix(deps): update module golang.org/x/sys to v0.32.0 by @renovate in https://github.com/containers/storage/pull/2311
- pkg/archive: catch file Close() error by @hanwen-flow in https://github.com/containers/storage/pull/2313
New Contributors
- @aeijdenberg made their first contribution in https://github.com/containers/storage/pull/2259
- @Bbulatov made their first contribution in https://github.com/containers/storage/pull/2253
- @shaharlib made their first contribution in https://github.com/containers/storage/pull/2291
Full Changelog: https://github.com/containers/storage/compare/v1.57.2...v1.58.0
v1.57.2
What's Changed
- [1.57] Fall back …, bump limit to 150 MB, and tag as 1.57.1 by @mtrmac in https://github.com/containers/storage/pull/2241
- [release-1.57] chore(deps): update dependency golangci/golangci-lint to v1.64.5 by @openshift-cherrypick-robot in https://github.com/containers/storage/pull/2274
- [release-1.57] idmap: force PRIVATE propagation by @openshift-cherrypick-robot in https://github.com/containers/storage/pull/2272
Full Changelog: https://github.com/containers/storage/compare/v1.57.1...v1.57.2
v1.57.1
Full Changelog: https://github.com/containers/storage/compare/v1.57.0...v1.57.1
v1.57.0
What's Changed
- Bump c/storage to v1.56.0 by @TomSweeneyRedHat in https://github.com/containers/storage/pull/2163
- chore(deps): update dependency golangci/golangci-lint to v1.62.0 by @renovate in https://github.com/containers/storage/pull/2167
- fix(deps): update module github.com/containerd/stargz-snapshotter/estargz to v0.16.1 by @renovate in https://github.com/containers/storage/pull/2172
- chunked: rework GetBlobAt usage by @giuseppe in https://github.com/containers/storage/pull/2162
- fix(deps): update module golang.org/x/sys to v0.27.0 by @renovate in https://github.com/containers/storage/pull/2164
- fix(deps): update module github.com/moby/sys/capability to v0.4.0 by @renovate in https://github.com/containers/storage/pull/2171
- cirrus: update CI image to f41 by @Luap99 in https://github.com/containers/storage/pull/2173
- add support for unpacking layers with xattrs set on FreeBSD by @kimminss0 in https://github.com/containers/storage/pull/2170
- fix(deps): update module github.com/stretchr/testify to v1.10.0 by @renovate in https://github.com/containers/storage/pull/2178
- chore(deps): update dependency golangci/golangci-lint to v1.62.2 by @renovate in https://github.com/containers/storage/pull/2179
- fix(deps): update module github.com/containerd/stargz-snapshotter/estargz to v0.16.2 by @renovate in https://github.com/containers/storage/pull/2182
- pkg/system: add fromStatT for NetBSD by @tydavis in https://github.com/containers/storage/pull/2181
- pkg/system: add mimicked xattr syscalls on FreeBSD by @kimminss0 in https://github.com/containers/storage/pull/2177
- store: correctly remove incomplete layers on load. by @Luap99 in https://github.com/containers/storage/pull/2185
- archive: store the override xattr with the inode type by @giuseppe in https://github.com/containers/storage/pull/2183
- Enable overlay without cgo by @koct9i in https://github.com/containers/storage/pull/2192
- fix(deps): update module golang.org/x/sys to v0.28.0 by @renovate in https://github.com/containers/storage/pull/2189
- store: new Dedup() API by @giuseppe in https://github.com/containers/storage/pull/2176
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.5 by @renovate in https://github.com/containers/storage/pull/2190
- chunked: handle creating root directory by @giuseppe in https://github.com/containers/storage/pull/2194
- fix(deps): update module github.com/containerd/stargz-snapshotter/estargz to v0.16.3 by @renovate in https://github.com/containers/storage/pull/2195
- Fix
SafeChownwhenContainersOverrideXattris unset by @mtrmac in https://github.com/containers/storage/pull/2197 - Move pkg/chunked/internal to pkg/chunked/internal/minimal by @mtrmac in https://github.com/containers/storage/pull/2196
- archive: detect symlink target changes by @giuseppe in https://github.com/containers/storage/pull/2199
- composefs: remove cgo dependency by @giuseppe in https://github.com/containers/storage/pull/2201
- composefs: fix comment by @giuseppe in https://github.com/containers/storage/pull/2200
- fix(deps): update golang.org/x/exp digest to
b2144cdby @renovate in https://github.com/containers/storage/pull/2203 - chore(deps): update dependency golangci/golangci-lint to v1.63.3 by @renovate in https://github.com/containers/storage/pull/2204
- chore(deps): update dependency golangci/golangci-lint to v1.63.4 by @renovate in https://github.com/containers/storage/pull/2205
- fix(deps): update module golang.org/x/sys to v0.29.0 by @renovate in https://github.com/containers/storage/pull/2206
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6 by @renovate in https://github.com/containers/storage/pull/2198
- chore(deps): update dependency containers/automation_images to v20250107 by @renovate in https://github.com/containers/storage/pull/2207
- Compute an uncompressed digest for chunked layers by @mtrmac in https://github.com/containers/storage/pull/2155
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.4.0 by @renovate in https://github.com/containers/storage/pull/2210
- fix(deps): update module github.com/tchap/go-patricia/v2 to v2.3.2 by @renovate in https://github.com/containers/storage/pull/2211
- Merge v1.56.1 into main by @mtrmac in https://github.com/containers/storage/pull/2214
- Revert "fix(deps): update module github.com/cyphar/filepath-securejoin to v0.4.0" by @Luap99 in https://github.com/containers/storage/pull/2216
- ioutils: fix typo by @hanwen-flow in https://github.com/containers/storage/pull/2218
- fix(deps): update module github.com/vbatts/tar-split to v0.11.7 by @renovate in https://github.com/containers/storage/pull/2215
- chunked: use fallback mechanism on non-linux platforms by @giuseppe in https://github.com/containers/storage/pull/2231
New Contributors
- @tydavis made their first contribution in https://github.com/containers/storage/pull/2181
- @koct9i made their first contribution in https://github.com/containers/storage/pull/2192
- @hanwen-flow made their first contribution in https://github.com/containers/storage/pull/2218
Full Changelog: https://github.com/containers/storage/compare/v1.56.1...v1.57.0
v1.56.1
What's Changed
- [release-1.56] store: correctly remove incomplete layers on load. by @Luap99 in https://github.com/containers/storage/pull/2193
Full Changelog: https://github.com/containers/storage/compare/v1.56.0...v1.56.1
v1.56.0
What's Changed
- Bump to c/storage v1.55.0, then v1.56.0-dev by @TomSweeneyRedHat in https://github.com/containers/storage/pull/2046
- idmap: improve error messages by @giuseppe in https://github.com/containers/storage/pull/2047
- overlay,chunked: Add some more O_CLOEXEC by @cgwalters in https://github.com/containers/storage/pull/2048
- composefs: prefer std library functions by @giuseppe in https://github.com/containers/storage/pull/2050
- docs: Add (not installed) man pages for composefs and zstd:chunked by @cgwalters in https://github.com/containers/storage/pull/2054
- fix(deps): update module golang.org/x/sys to v0.23.0 by @renovate in https://github.com/containers/storage/pull/2052
- composefs use new mount api by @giuseppe in https://github.com/containers/storage/pull/2057
- fix(deps): update module github.com/moby/sys/user to v0.3.0 by @renovate in https://github.com/containers/storage/pull/2058
- fix(deps): update module golang.org/x/sys to v0.24.0 by @renovate in https://github.com/containers/storage/pull/2059
- chrootarchive: Pass root via fd by @cgwalters in https://github.com/containers/storage/pull/2049
- loopback: always return error if no loopback device by @giuseppe in https://github.com/containers/storage/pull/2056
- Update golangci-lint by @Honny1 in https://github.com/containers/storage/pull/2063
- Prepare a golangci-lint installation for automatic update using renovate by @Honny1 in https://github.com/containers/storage/pull/2064
- storage.conf: Various cleanups by @cgwalters in https://github.com/containers/storage/pull/2066
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.6 by @renovate in https://github.com/containers/storage/pull/2068
- Create
Store.Listmethod for listing layers, images, containers by @Honny1 in https://github.com/containers/storage/pull/2061 - [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.2 by @renovate in https://github.com/containers/storage/pull/2070
- composefs fixes by @giuseppe in https://github.com/containers/storage/pull/2069
- pkg/fileutils: fix Lexists on FreeBSD by @dfr in https://github.com/containers/storage/pull/2071
- pkg/fileutils: fix Lexists on FreeBSD (second attempt) by @dfr in https://github.com/containers/storage/pull/2074
- docs: Fill in more about composefs and zstd:chunked by @cgwalters in https://github.com/containers/storage/pull/2072
- [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.3 by @renovate in https://github.com/containers/storage/pull/2073
- Sync man page with storage.conf by @cgwalters in https://github.com/containers/storage/pull/2076
- chore(deps): update dependency containers/automation_images to v20240821 by @renovate in https://github.com/containers/storage/pull/2077
- fix(deps): update golang.org/x/exp digest to
9b4947dby @renovate in https://github.com/containers/storage/pull/2082 - overlay: ignore EINVAL for cleanup unmount by @giuseppe in https://github.com/containers/storage/pull/2083
- Be clearer about the layer store locking rules by @mtrmac in https://github.com/containers/storage/pull/2080
- Be explicit about impact of not writing caches by @mtrmac in https://github.com/containers/storage/pull/2079
- fix(deps): update module golang.org/x/sys to v0.25.0 by @renovate in https://github.com/containers/storage/pull/2085
- Update to Go 1.22 by @mtrmac in https://github.com/containers/storage/pull/2086
- Avoid manually-coded loops by @mtrmac in https://github.com/containers/storage/pull/2087
- Improve comments based on after-merge review comments by @mtrmac in https://github.com/containers/storage/pull/2088
- chore(deps): update dependency golangci/golangci-lint to v1.61.0 by @renovate in https://github.com/containers/storage/pull/2089
- pkg/directory: correctly ignore ENOENT while walking by @Luap99 in https://github.com/containers/storage/pull/2097
- chunked: fix reuse of the layers cache by @giuseppe in https://github.com/containers/storage/pull/2024
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.2 by @renovate in https://github.com/containers/storage/pull/2093
- Switch to github.com/moby/sys/capability by @kolyshkin in https://github.com/containers/storage/pull/2103
- userns: fix off-by-one userns max size detection by @giuseppe in https://github.com/containers/storage/pull/2105
- fix(deps): update module github.com/klauspost/compress to v1.17.10 by @renovate in https://github.com/containers/storage/pull/2106
- Use strings.Cut{,Prefix,Suffix} where appropriate by @kolyshkin in https://github.com/containers/storage/pull/2100
- userns: skip "nogroup" by @giuseppe in https://github.com/containers/storage/pull/2109
- Remove old +build tags, add gofix ci job by @kolyshkin in https://github.com/containers/storage/pull/2101
- overlay: additional layer: check layer existence before using by @ktock in https://github.com/containers/storage/pull/2108
- overlay: refactor getStagingDir helper by @giuseppe in https://github.com/containers/storage/pull/2107
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.7 by @renovate in https://github.com/containers/storage/pull/2110
- Assorted nits reported by revive linter by @kolyshkin in https://github.com/containers/storage/pull/2102
- overlay: fallback without data only layers by @giuseppe in https://github.com/containers/storage/pull/2112
- fix(deps): update module github.com/vbatts/tar-split to v0.11.6 by @renovate in https://github.com/containers/storage/pull/2114
- fix(deps): update module github.com/moby/sys/capability to v0.3.0 by @renovate in https://github.com/containers/storage/pull/2111
- Use tar-split/tar/asm.IterateHeaders now that it has been accepted by @mtrmac in https://github.com/containers/storage/pull/2116
- chunked: ignore ErrLayerUnknown when creating cache by @giuseppe in https://github.com/containers/storage/pull/2119
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.3 by @renovate in https://github.com/containers/storage/pull/2120
- chunked: define error for partial pulls not available by @giuseppe in https://github.com/containers/storage/pull/2118
- fix(deps): update module golang.org/x/sys to v0.26.0 by @renovate in https://github.com/containers/storage/pull/2124
- Audit and update OWNERS file by @baude in https://github.com/containers/storage/pull/2125
- CI: Fix
git-validation.shby @Honny1 in https://github.com/containers/storage/pull/2121 - Fix copy/clone of empty value by @Honny1 in https://github.com/containers/storage/pull/2122
- drivers/zfs: Handle missing layers during image deletion in ZFS file system by @kimminss0 in https://github.com/containers/storage/pull/2123
- fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.4 by @renovate in https://github.com/containers/storage/pull/2127
- fix(deps): update module github.com/klauspost/compress to v1.17.11 by @renovate in https://github.com/containers/storage/pull/2132
- Fix assignment of quota project IDs by @mheon in https://github.com/containers/storage/pull/2129
- chore(deps): update dependency containers/automation_images to v20241010 by @renovate in https://github.com/containers/storage/pull/2131
- chunked: prevent using an empty cache by @giuseppe in https://github.com/containers/storage/pull/2133
- Use securejoin.SecureJoin when forming userns paths by @mheon in https://github.com/containers/storage/pull/2134
- Correctly compute UncompressedSize on zstd:chunked pull, don’t set it on estargz by @mtrmac in https://github.com/containers/storage/pull/2130
- Follow-ups to #2130 by @mtrmac in https://github.com/containers/storage/pull/2136
- fix(deps): update module github.com/opencontainers/selinux to v1.11.1 by @renovate in https://github.com/containers/storage/pull/2138
- ci: add codespell by @kolyshkin in https://github.com/containers/storage/pull/2137
- Fall back from partial pull when on VFS by @mtrmac in https://github.com/containers/storage/pull/2140
- composefs: use mount from file where supported by @giuseppe in https://github.com/containers/storage/pull/2145
- fsdiff: mount both layers are read-only by @giuseppe in https://github.com/containers/storage/pull/2147
- Merge the release-1.55 branch into main by @mtrmac in https://github.com/containers/storage/pull/2143
- overlay: use private directory for composefs mounts by @giuseppe in https://github.com/containers/storage/pull/2148
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.8 by @renovate in https://github.com/containers/storage/pull/2144
- chunked: close payload stream by @giuseppe in https://github.com/containers/storage/pull/2151
- Refactor copy of slices and maps by @Honny1 in https://github.com/containers/storage/pull/2128
- overlay: make error lowercase by @giuseppe in https://github.com/containers/storage/pull/2153
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.9 by @renovate in https://github.com/containers/storage/pull/2154
- Update copy.DirCopy to leave sockets in the file system by @anderbubble in https://github.com/containers/storage/pull/2117
- fix(deps): update golang.org/x/exp digest to
f66d83cby @renovate in https://github.com/containers/storage/pull/2158 - Disable partial pulls (zstd:chunked) by default by @nalind in https://github.com/containers/storage/pull/2156
New Contributors
- @kimminss0 made their first contribution in https://github.com/containers/storage/pull/2123
- @anderbubble made their first contribution in https://github.com/containers/storage/pull/2117
Full Changelog: https://github.com/containers/storage/compare/v1.55.1...v1.56.0
v1.55.2
What's Changed
- Backport pull request #2117 to release-1.55 by @anderbubble in https://github.com/containers/storage/pull/2159
Full Changelog: https://github.com/containers/storage/compare/v1.55.1...v1.55.2
v1.55.1
What's Changed
- [release-1.55] backport fix for CVE-2026-9676 by @mheon in https://github.com/containers/storage/pull/2135
Full Changelog: https://github.com/containers/storage/compare/v1.55.0...v1.55.1
v1.55.0
What's Changed
- Bump to v1.54.0 by @TomSweeneyRedHat in https://github.com/containers/storage/pull/1925
- Fix assignment of quota IDs for XFS quotas by @mheon in https://github.com/containers/storage/pull/1921
- Fix locking bugs from #1916, and one more by @mtrmac in https://github.com/containers/storage/pull/1927
- fix(deps): update module github.com/burntsushi/toml to v1.4.0 by @renovate in https://github.com/containers/storage/pull/1930
- composefs: add parent directory if missing by @giuseppe in https://github.com/containers/storage/pull/1929
- chore(deps): update dependency containers/automation_images to v20240529 by @renovate in https://github.com/containers/storage/pull/1932
- overlay: remove unreachable code by @giuseppe in https://github.com/containers/storage/pull/1934
- chunked: ignore the tar-split data if digest is empty by @giuseppe in https://github.com/containers/storage/pull/1936
- chunked: change auto merge threshold to 1024 by @giuseppe in https://github.com/containers/storage/pull/1937
- Trivial patches to minimize patches needed by NetBSD by @coypoop in https://github.com/containers/storage/pull/1935
- archive: always fix mode for root dir with ForceMask by @akihikodaki in https://github.com/containers/storage/pull/1931
- compression: Add some doc comments by @cgwalters in https://github.com/containers/storage/pull/1939
- chunked: fix deadlock by always consuming tar-split by @giuseppe in https://github.com/containers/storage/pull/1942
- dump: replace unicode package with custom functions by @giuseppe in https://github.com/containers/storage/pull/1940
- fix(deps): update module golang.org/x/sys to v0.21.0 by @renovate in https://github.com/containers/storage/pull/1946
- dump: use the sanitized path for root check by @giuseppe in https://github.com/containers/storage/pull/1948
- chunked: Set O_CLOEXEC by @cgwalters in https://github.com/containers/storage/pull/1947
- graphdriver: Clarify name of fsverity const, tweak docs by @cgwalters in https://github.com/containers/storage/pull/1949
- dump: handle duplicates by @giuseppe in https://github.com/containers/storage/pull/1951
- chunked: refactor file system ops in a new file and add some tests by @giuseppe in https://github.com/containers/storage/pull/1952
- chunked: Add helpers for /proc/self/fd accesses by @cgwalters in https://github.com/containers/storage/pull/1956
- chunked: use Fprint instead of Fprintf by @giuseppe in https://github.com/containers/storage/pull/1960
- fix(deps): update module github.com/microsoft/hcsshim to v0.12.4 by @renovate in https://github.com/containers/storage/pull/1961
- Fix build failures by @mtrmac in https://github.com/containers/storage/pull/1954
- chunked: improve error messages for file system operations by @giuseppe in https://github.com/containers/storage/pull/1957
- compression: Fix Deprecated: and actually comment out unused bits by @cgwalters in https://github.com/containers/storage/pull/1958
- chunked: Fix two minor linter issues by @cgwalters in https://github.com/containers/storage/pull/1959
- overlay: extend overlayFileGetter to understand composefs by @giuseppe in https://github.com/containers/storage/pull/1950
- pkg/archive.statDifferent(): care about mtime for directories by @nalind in https://github.com/containers/storage/pull/1962
- chunked: add fuzzing tests for the cache by @giuseppe in https://github.com/containers/storage/pull/1963
- overlay: Fix root directoy state with extended attributes by @akihikodaki in https://github.com/containers/storage/pull/1953
- archive: use pigz|zstd if available by @giuseppe in https://github.com/containers/storage/pull/1964
- chunked: use existing buffer for io.Copy by @giuseppe in https://github.com/containers/storage/pull/1965
- chunked: honor store configuration by @giuseppe in https://github.com/containers/storage/pull/1966
- pkg/archive.statDifferent(): fix the previous change by @nalind in https://github.com/containers/storage/pull/1968
- Decide on tar-split usage based on trusted data in TOC by @mtrmac in https://github.com/containers/storage/pull/1967
- fix(deps): update module github.com/klauspost/compress to v1.17.9 by @renovate in https://github.com/containers/storage/pull/1969
- Fix warnings (SA9003, SA4023, SA1019) by @Honny1 in https://github.com/containers/storage/pull/1973
- Fix deprecated use of
pwalk.Walk(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1975 - Fix deprecated use of
io/ioutil(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1977 - chunked: honor the ForceMask setting by @giuseppe in https://github.com/containers/storage/pull/1971
- overlay: drop check for mount_program AND force_mask by @giuseppe in https://github.com/containers/storage/pull/1970
- Fix deprecated use of
mountinfo.PidMountInfo(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1981 - Fix deprecated use of
capability.NewPid(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1979 - Fix deprecated use of
tar.TypeRegA(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1980 - overlay: check for options != nil by @giuseppe in https://github.com/containers/storage/pull/1984
- Fix the issue where compiling containers-storage with exclude_disk_qu… by @xuegege5290 in https://github.com/containers/storage/pull/1982
- store: drop remap-[ug]ids by @giuseppe in https://github.com/containers/storage/pull/1976
- Fix the surrounding loop is unconditionally terminated (SA4004) by @Honny1 in https://github.com/containers/storage/pull/1986
- vfs: honor the specified mappings by @giuseppe in https://github.com/containers/storage/pull/1988
- Fix
TestSafeLinkon ARM64 by @Honny1 in https://github.com/containers/storage/pull/1989 - Add comented out example definition of driver_priority to storage.conf by @dcermak in https://github.com/containers/storage/pull/1987
- Fix deprecated use of
hdr.Xattrs(SA1019) by @Honny1 in https://github.com/containers/storage/pull/1985 - chunked: skip setting time if empty by @giuseppe in https://github.com/containers/storage/pull/1996
- Move
junkfileto${TESTDIR}directory by @Honny1 in [https://github.c
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 was generated by Mend Renovate. View the repository job log.