Skip to content

Commit 1698a59

Browse files
authored
Merge pull request #11242 from djdongjin/bump-otelttrpc-release-20
[release/2.0] Bump up otelttrpc to 0.1.0
2 parents 6f98bd9 + 8666e74 commit 1698a59

18 files changed

+681
-1693
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ require (
2323
github.com/containerd/imgcrypt/v2 v2.0.0-rc.1
2424
github.com/containerd/log v0.1.0
2525
github.com/containerd/nri v0.8.0
26-
github.com/containerd/otelttrpc v0.0.0-20240305015340-ea5083fda723
26+
github.com/containerd/otelttrpc v0.1.0
2727
github.com/containerd/platforms v1.0.0-rc.0
2828
github.com/containerd/plugin v1.0.0
29-
github.com/containerd/ttrpc v1.2.6
29+
github.com/containerd/ttrpc v1.2.7
3030
github.com/containerd/typeurl/v2 v2.2.3
3131
github.com/containerd/zfs/v2 v2.0.0-rc.0
3232
github.com/containernetworking/cni v1.2.3
@@ -59,7 +59,7 @@ require (
5959
github.com/pelletier/go-toml/v2 v2.2.3
6060
github.com/prometheus/client_golang v1.20.5
6161
github.com/sirupsen/logrus v1.9.3
62-
github.com/stretchr/testify v1.9.0
62+
github.com/stretchr/testify v1.10.0
6363
github.com/tchap/go-patricia/v2 v2.3.1
6464
github.com/urfave/cli/v2 v2.27.5
6565
github.com/vishvananda/netlink v1.3.0

go.sum

+6-1,419
Large diffs are not rendered by default.

vendor/github.com/containerd/otelttrpc/metadata_supplier.go

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

vendor/github.com/containerd/ttrpc/metadata.go

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

vendor/github.com/containerd/ttrpc/server.go

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

vendor/github.com/stretchr/testify/assert/assertion_compare.go

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

vendor/github.com/stretchr/testify/assert/assertion_format.go

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

vendor/github.com/stretchr/testify/assert/assertion_forward.go

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

0 commit comments

Comments
 (0)