Skip to content

Commit cc210c8

Browse files
tonistiigicrazy-max
authored andcommitted
vendor: update containerd to v2.0.3
Brings in the gRPC message size fix for writing SBOMs. Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 2c40436 commit cc210c8

File tree

6 files changed

+39
-57
lines changed

6 files changed

+39
-57
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2
1818
github.com/containerd/console v1.0.4
1919
github.com/containerd/containerd/api v1.8.0
20-
github.com/containerd/containerd/v2 v2.0.2
20+
github.com/containerd/containerd/v2 v2.0.3
2121
github.com/containerd/continuity v0.4.5
2222
github.com/containerd/errdefs v1.0.0
2323
github.com/containerd/fuse-overlayfs-snapshotter/v2 v2.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn
9797
github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
9898
github.com/containerd/containerd/api v1.8.0 h1:hVTNJKR8fMc/2Tiw60ZRijntNMd1U+JVMyTRdsD2bS0=
9999
github.com/containerd/containerd/api v1.8.0/go.mod h1:dFv4lt6S20wTu/hMcP4350RL87qPWLVa/OHOwmmdnYc=
100-
github.com/containerd/containerd/v2 v2.0.2 h1:GmH/tRBlTvrXOLwSpWE2vNAm8+MqI6nmxKpKBNKY8Wc=
101-
github.com/containerd/containerd/v2 v2.0.2/go.mod h1:wIqEvQ/6cyPFUGJ5yMFanspPabMLor+bF865OHvNTTI=
100+
github.com/containerd/containerd/v2 v2.0.3 h1:zBKgwgZsuu+LPCMzCLgA4sC4MiZzZ59ZT31XkmiISQM=
101+
github.com/containerd/containerd/v2 v2.0.3/go.mod h1:5j9QUUaV/cy9ZeAx4S+8n9ffpf+iYnEj4jiExgcbuLY=
102102
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
103103
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
104104
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

vendor/github.com/containerd/containerd/v2/core/content/proxy/content_writer.go

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

vendor/github.com/containerd/containerd/v2/pkg/oci/spec_opts.go

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

vendor/github.com/containerd/containerd/v2/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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ github.com/containerd/containerd/api/types/runc/options
301301
github.com/containerd/containerd/api/types/runtimeoptions/v1
302302
github.com/containerd/containerd/api/types/task
303303
github.com/containerd/containerd/api/types/transfer
304-
# github.com/containerd/containerd/v2 v2.0.2
304+
# github.com/containerd/containerd/v2 v2.0.3
305305
## explicit; go 1.22.0
306306
github.com/containerd/containerd/v2/client
307307
github.com/containerd/containerd/v2/core/containers

0 commit comments

Comments
 (0)