Skip to content

Commit cfefbb6

Browse files
authored
Merge pull request #4508 from TomSweeneyRedHat/dev/tsweeney/storagebump
[release-1.28] Bump to c/storage v1.43.1 for s390x sigsegv fix
2 parents 7e4d9dd + ea9b705 commit cfefbb6

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/containers/common v0.50.1
99
github.com/containers/image/v5 v5.23.1
1010
github.com/containers/ocicrypt v1.1.5
11-
github.com/containers/storage v1.43.0
11+
github.com/containers/storage v1.43.1
1212
github.com/docker/distribution v2.8.1+incompatible
1313
github.com/docker/docker v20.10.18+incompatible
1414
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ github.com/containers/ocicrypt v1.1.1/go.mod h1:Dm55fwWm1YZAjYRaJ94z2mfZikIyIN4B
249249
github.com/containers/ocicrypt v1.1.5 h1:UO+gBnBXvMvC7HTXLh0bPgLslfW8HlY+oxYcoSHBcZQ=
250250
github.com/containers/ocicrypt v1.1.5/go.mod h1:WgjxPWdTJMqYMjf3M6cuIFFA1/MpyyhIM99YInA+Rvc=
251251
github.com/containers/storage v1.37.0/go.mod h1:kqeJeS0b7DO2ZT1nVWs0XufrmPFbgV3c+Q/45RlH6r4=
252-
github.com/containers/storage v1.43.0 h1:P+zulGXA3mqe2GnYmZU0xu87Wy1M0PVHM2ucrgmvTdU=
253-
github.com/containers/storage v1.43.0/go.mod h1:uZ147thiIFGdVTjMmIw19knttQnUCl3y9zjreHrg11s=
252+
github.com/containers/storage v1.43.1 h1:LZM7iwJVfUlTffRhNtNY5eBntRkf9MdH+ZnZb+bQF/c=
253+
github.com/containers/storage v1.43.1/go.mod h1:uZ147thiIFGdVTjMmIw19knttQnUCl3y9zjreHrg11s=
254254
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
255255
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
256256
github.com/coreos/go-iptables v0.4.5/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU=

vendor/github.com/containers/storage/VERSION

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/storage/drivers/overlay/idmapped_utils.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ github.com/containers/ocicrypt/keywrap/pkcs7
199199
github.com/containers/ocicrypt/spec
200200
github.com/containers/ocicrypt/utils
201201
github.com/containers/ocicrypt/utils/keyprovider
202-
# github.com/containers/storage v1.43.0
202+
# github.com/containers/storage v1.43.1
203203
## explicit; go 1.16
204204
github.com/containers/storage
205205
github.com/containers/storage/drivers

0 commit comments

Comments
 (0)