Skip to content

Releases: containerd/rust-extensions

shim-v0.11.0

Choose a tag to compare

@mxpv mxpv released this 07 May 17:41
1879fec

What's Changed

Shim crate

Other changes

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #424
  • ci: Test with gnu and musl targets by @fidencio in #420
  • Revert "workflows: Make Tests non-required" by @fidencio in #426
  • build(deps): bump bnjbvr/cargo-machete from 0.8.0 to 0.9.1 by @dependabot[bot] in #427
  • build(deps): bump actions/stale from 9.1.0 to 10.0.0 by @dependabot[bot] in #432
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #433
  • build(deps): bump actions/labeler from 5 to 6 by @dependabot[bot] in #431
  • build(deps): bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in #438
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #441
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #445
  • build(deps): bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #446
  • Update tests matrix for linux by @mxpv in #452
  • build(deps): bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in #453
  • build(deps): bump actions/upload-artifact from 5 to 7 by @dependabot[bot] in #456
  • build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #459
  • build(deps): bump bnjbvr/cargo-machete from 0.9.1 to 0.9.2 by @dependabot[bot] in #461

New Contributors

Full Changelog: shim-v0.10.0...shim-v0.11.0

shim-protos-v0.11.0

Choose a tag to compare

@mxpv mxpv released this 07 May 17:23
1879fec

What's Changed

  • Update containerd protos v2.3.0 by @tzneal in #466
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #424
  • ci: Test with gnu and musl targets by @fidencio in #420
  • Revert "workflows: Make Tests non-required" by @fidencio in #426
  • build(deps): bump bnjbvr/cargo-machete from 0.8.0 to 0.9.1 by @dependabot[bot] in #427
  • build(deps): bump actions/stale from 9.1.0 to 10.0.0 by @dependabot[bot] in #432
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #433
  • build(deps): bump actions/labeler from 5 to 6 by @dependabot[bot] in #431
  • build(deps): bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in #438
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #441
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #445
  • build(deps): bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #446
  • Update tests matrix for linux by @mxpv in #452
  • build(deps): bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in #453
  • build(deps): bump actions/upload-artifact from 5 to 7 by @dependabot[bot] in #456
  • build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #459
  • build(deps): bump bnjbvr/cargo-machete from 0.9.1 to 0.9.2 by @dependabot[bot] in #461

New Contributors

Full Changelog: shim-protos-v0.10.0...shim-protos-v0.11.0

client-v0.9.0

Choose a tag to compare

@mxpv mxpv released this 15 Apr 02:02
a102cdb

What's Changed

Client crate

  • Add example using the transfer service by @estesp in #372
  • add proto3 flag to fix cargo doc generation by @kykosic in #374
  • chore: Update protobuf definitions using latest containerd version v2.1.1 by @bryantbiggs in #400

Full Changelog: client-v0.8.0...client-v0.9.0

shim-v0.10.0

Choose a tag to compare

@fidencio fidencio released this 18 Jul 22:10

What's Changed

Runc shim crate

Shim crate

New Contributors

Full Changelog: shim-v0.9.0...shim-v0.10.0

shim-protos-v0.10.0

Choose a tag to compare

@fidencio fidencio released this 18 Jul 22:10

What's Changed

Shim crate

Full Changelog: shim-v0.9.0...shim-protos-v0.10.0

shim-v0.9.0

Choose a tag to compare

@mxpv mxpv released this 16 Jul 21:25
4ae8331

What's Changed

Shim crate

Full Changelog: shim-v0.8.0...shim-v0.9.0

shim-protos-v0.9.0

Choose a tag to compare

@mxpv mxpv released this 16 Jul 21:17
b5346f5

What's Changed

Shim protos crate

  • shim-protos: replace ttrpc-codegen to the released crate version by @Tim-Zhang in #412

Other changes

New Contributors

Full Changelog: shim-protos-v0.8.0...shim-protos-v0.9.0

runc-v0.3.0

Choose a tag to compare

@mxpv mxpv released this 30 Jun 17:00
b8107d6

What's Changed

Runc crate

  • Fix dependencies by @mxpv in #152
  • chore: Standardize Cargo.toml files, enable more workspace dependencies by @bryantbiggs in #200
  • Simplify doc management and update READMEs by @mxpv in #208
  • Update nix crate to 0.27 by @mxpv in #211
  • Return Container object in async Runc::state() by @andrewbaxter in #228
  • feat: set THP_DISABLE=true in shim, and restore it before starting runc by @zzzzzzzzzy9 in #195
  • chore: Fix cargo deny failed checks and de-duplicate crates using workspace shared dependency by @bryantbiggs in #304
  • Cargo.toml: remove unused dependnecies by @Mossaka in #315
  • chore: Update tonic and prost dependencies to latest by @bryantbiggs in #307
  • fix os_pipe doesn't work with async IO by @ningmingxiao in #326
  • .github/workflows/ci: add machete to CI by @Mossaka in #319
  • runc: split Pipe, Io, and PipedIo to async and sync modules by @Mossaka in #335
  • OpenOptions in blocking mod is a time-consuming operation. by @jokemanfire in #359
  • runc: split the feat from lib to async and sync by @jokemanfire in #398

Full Changelog: runc-v0.2.0...runc-v0.3.0

shim-v0.8.0

Choose a tag to compare

@mxpv mxpv released this 28 Jan 20:13
ae876e3

What's Changed

Shim crate

shim-protos-v0.8.0

Choose a tag to compare

@mxpv mxpv released this 28 Jan 19:53
2d99968

What's Changed