Releases: containerd/rust-extensions
Releases · containerd/rust-extensions
shim-v0.8.0
What's Changed
Shim crate
- change socket path by @yummyMax in #332
- Ignore notFound error when collect from pid cgroup by @zhaodiaoer in #333
- Fix publisher debug info is not correct by @jokemanfire in #355
- Fix CI by @mxpv in #365
- Fix complie error by @jokemanfire in #367
shim-protos-v0.8.0
What's Changed
- Add info for get runtimeinfo by @jokemanfire in #370
- Fix complie error by @jokemanfire in #367
client-v0.8.0
client-v0.7.0
client-v0.6.0
What's Changed
Client crate
- Add support for windows to containerd client by @jsturtevant in #265
- Enable type names for Protocol Buffer message types to support
Any
decoding. by @tobz in #262 - fix(client): if tonic has tls feature by @fcfangcc in #264
- Update namespace gRPC header reference path by @Gbd199 in #281
- Typos by @Gbd199 in #280
shim-protos-v0.7.2
shim-v0.7.3
What's Changed
Shim crate
- shim: add tracing macros by @Mossaka in #269
- fix(overlay): If there are a large number of overlay layers, the container can't be started by @zzzzzzzzzy9 in #266
- docs: fix broken links by @weiyuhang2011 in #273
monitor_notify_by_pid
andmonitor_unsubscribe
may cause dead lock by @zmrush in #270- build(deps): update
mio
requirement from 0.8 to 1.0 by @dependabot in #283 - Fix compatibility with latest
ttrpc
and pinttrpc
version to 0.8.2 by @mxpv in #321
shim-protos-v0.7.1
What's Changed
Shim protos crate
- build(deps): update simple_logger requirement from 4.0 to 5.0 by @dependabot in #267
- fix: too new version protobuf break build by @zhaodiaoer in #296
- build(deps): update protobuf requirement from =3.1 to =3.5 by @dependabot in #308
- Fix compatibility with latest ttrpc and pin ttrpc version to 0.8.2 in #321
New Contributors
- @zhaodiaoer made their first contribution in #296
shim-v0.7.1
What's Changed
Shim crate
- Run clippy and tests on sync code in containerd-shim by @jsturtevant in #255
- fix(shim): rewrite cgroups v2 parsing logic by @Mossaka in #254
shim-v0.7.0
What's Changed
Shim crate
- build(deps): update windows-sys requirement from 0.48.0 to 0.52.0 by @dependabot in #219
Subsystem::Mem
add judge for the limit and swap by @jokemanfire in #230- When the containerd process is restarted, a large number of sigpipe signals occur, leading to the containerd process freezing. by @bql871 in #240
- Use
RUST_LOG
env to configure logging if present by @jsturtevant in #247 - Update command fds to 0.3.0 by @jsturtevant in #251
- Fix command fds in sync version of the shim by @mxpv in #253