Skip to content

Commit 70ccc47

Browse files
[v0.62] Bump c/storage to v1.57.2, c/image to v5.34.2
Bump c/storage to v1.57.2 and c/image to v5.34.2. This is to ready for RHEL 9.6 and 10.0 ZeroDay branch and to provide the fix for https://issues.redhat.com/browse/OCPBUGS-49927 there. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
1 parent c814c33 commit 70ccc47

7 files changed

Lines changed: 14 additions & 13 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ require (
1111
github.com/containerd/platforms v0.2.1
1212
github.com/containernetworking/cni v1.2.3
1313
github.com/containernetworking/plugins v1.5.1
14-
github.com/containers/image/v5 v5.34.1
14+
github.com/containers/image/v5 v5.34.2
1515
github.com/containers/ocicrypt v1.2.1
16-
github.com/containers/storage v1.57.1
16+
github.com/containers/storage v1.57.2
1717
github.com/coreos/go-systemd/v22 v22.5.0
1818
github.com/cyphar/filepath-securejoin v0.3.6
1919
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8F
6161
github.com/containernetworking/cni v1.2.3/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
6262
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ=
6363
github.com/containernetworking/plugins v1.5.1/go.mod h1:MIQfgMayGuHYs0XdNudf31cLLAC+i242hNm6KuDGqCM=
64-
github.com/containers/image/v5 v5.34.1 h1:/m2bkFnuedTyNkzma8s7cFLjeefPIb4trjyafWhIlwM=
65-
github.com/containers/image/v5 v5.34.1/go.mod h1:/WnvUSEfdqC/ahMRd4YJDBLrpYWkGl018rB77iB3FDo=
64+
github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI=
65+
github.com/containers/image/v5 v5.34.2/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
6666
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
6767
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
6868
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
6969
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
70-
github.com/containers/storage v1.57.1 h1:hKPoFsuBcB3qTzBxa4IFpZMRzUuL5Xhv/BE44W0XHx8=
71-
github.com/containers/storage v1.57.1/go.mod h1:i/Hb4lu7YgFr9G0K6BMjqW0BLJO1sFsnWQwj2UoWCUM=
70+
github.com/containers/storage v1.57.2 h1:2roCtTyE9pzIaBDHibK72DTnYkPmwWaq5uXxZdaWK4U=
71+
github.com/containers/storage v1.57.2/go.mod h1:i/Hb4lu7YgFr9G0K6BMjqW0BLJO1sFsnWQwj2UoWCUM=
7272
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
7373
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
7474
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

vendor/github.com/containers/image/v5/version/version.go

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/Makefile

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/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/pkg/idmap/idmapped_utils.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ github.com/containernetworking/cni/pkg/version
9898
# github.com/containernetworking/plugins v1.5.1
9999
## explicit; go 1.20
100100
github.com/containernetworking/plugins/pkg/ns
101-
# github.com/containers/image/v5 v5.34.1
101+
# github.com/containers/image/v5 v5.34.2
102102
## explicit; go 1.22.8
103103
github.com/containers/image/v5/copy
104104
github.com/containers/image/v5/directory
@@ -185,7 +185,7 @@ github.com/containers/ocicrypt/keywrap/pkcs7
185185
github.com/containers/ocicrypt/spec
186186
github.com/containers/ocicrypt/utils
187187
github.com/containers/ocicrypt/utils/keyprovider
188-
# github.com/containers/storage v1.57.1
188+
# github.com/containers/storage v1.57.2
189189
## explicit; go 1.22.0
190190
github.com/containers/storage
191191
github.com/containers/storage/drivers

0 commit comments

Comments
 (0)