Skip to content

Commit 476f313

Browse files
[release-1.39] Bump c/image to v5.34.3, c/common v0.62.3
Bump to c/common to v0.62.3 to vendor in c/image v5.34.3. This is the third SIC vendor dance step dance to resolve a DiffID issue noted in https://issues.redhat.com/browse/RHEL-85218 and https://issues.redhat.com/browse/RHEL-85219 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
1 parent c637c8e commit 476f313

File tree

6 files changed

+49
-32
lines changed

6 files changed

+49
-32
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ go 1.22.8
77
require (
88
github.com/containerd/platforms v1.0.0-rc.1
99
github.com/containernetworking/cni v1.2.3
10-
github.com/containers/common v0.62.2
11-
github.com/containers/image/v5 v5.34.2
10+
github.com/containers/common v0.62.3
11+
github.com/containers/image/v5 v5.34.3
1212
github.com/containers/luksy v0.0.0-20250106202729-a3a812db5b72
1313
github.com/containers/ocicrypt v1.2.1
1414
github.com/containers/storage v1.57.2

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8F
6363
github.com/containernetworking/cni v1.2.3/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
6464
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ=
6565
github.com/containernetworking/plugins v1.5.1/go.mod h1:MIQfgMayGuHYs0XdNudf31cLLAC+i242hNm6KuDGqCM=
66-
github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U=
67-
github.com/containers/common v0.62.2/go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE=
68-
github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI=
69-
github.com/containers/image/v5 v5.34.2/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
66+
github.com/containers/common v0.62.3 h1:aOGryqXfW6aKBbHbqOveH7zB+ihavUN03X/2pUSvWFI=
67+
github.com/containers/common v0.62.3/go.mod h1:3R8kDox2prC9uj/a2hmXj/YjZz5sBEUNrcDiw51S0Lo=
68+
github.com/containers/image/v5 v5.34.3 h1:/cMgfyA4Y7ILH7nzWP/kqpkE5Df35Ek4bp5ZPvJOVmI=
69+
github.com/containers/image/v5 v5.34.3/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
7070
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
7171
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
7272
github.com/containers/luksy v0.0.0-20250106202729-a3a812db5b72 h1:hdBIFaml6hO+Bal8CdQSQPTF305gwsJfubs4NoOV53A=

vendor/github.com/containers/common/version/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/image/v5/tarball/tarball_src.go

+39-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ github.com/containernetworking/cni/pkg/version
9999
# github.com/containernetworking/plugins v1.5.1
100100
## explicit; go 1.20
101101
github.com/containernetworking/plugins/pkg/ns
102-
# github.com/containers/common v0.62.2
102+
# github.com/containers/common v0.62.3
103103
## explicit; go 1.22.8
104104
github.com/containers/common/internal
105105
github.com/containers/common/internal/attributedstring
@@ -152,7 +152,7 @@ github.com/containers/common/pkg/umask
152152
github.com/containers/common/pkg/util
153153
github.com/containers/common/pkg/version
154154
github.com/containers/common/version
155-
# github.com/containers/image/v5 v5.34.2
155+
# github.com/containers/image/v5 v5.34.3
156156
## explicit; go 1.22.8
157157
github.com/containers/image/v5/copy
158158
github.com/containers/image/v5/directory

0 commit comments

Comments
 (0)