Closed justxuewei closed 10 months ago
Sounds good to me. I'm on vacation right now, I can make a release next week.
@mxpv Thank you a lot!
Hi, @mxpv! Could you help release a new version this week?
@justxuewei hey, apologies for delay. Now that I have more time to take a closer look. I'm slightly confused with this.
Kata Containers also has a dependency on containerd-shim v0.3.0. However, it has a dependency on containerd-shim-protos v0.2.0, which in turn depends on protobuf v2.28 and ttrpc v0.6
Latest containerd-shim
crate version is v0.6.0, which depends on containerd-shim-protos v0.6.0
, which uses fresh versions of ttrpc and protobuf. Have you tried it?
Hi @mxpv. Happy new year! Hope you have a nice holiday.
I decided to upgrade kata-containers' ttrpc
and containerd-shim
to the latest version. Thanks for your advice.
Hi, there.
I encountered an issue with the protobuf dependency. The details are as follows:
protobuf v3.2.0
andttrpc v0.7.1
.containerd-shim-protos v0.3.0
, which correctly depends onprotobuf v3.2.0
andttrpc v0.7.1
.containerd-shim v0.3.0
. However, it has a dependency oncontainerd-shim-protos v0.2.0
, which in turn depends onprotobuf v2.28
andttrpc v0.6
. See containerd-shim v0.3.0 and containerd-shim-protos v0.2.0.A feasible solution is to release a new version of
containerd_shim
with the correct dependency:containerd-shim-protos v0.3.0
protobuf v3.2.0
ttrpc v0.7.1
Wdyt? /cc @mxpv @fuweid @jiangliu