containerd-shim-wasm/v0.6.0
github-actions
released this
23 May 00:17
·
214 commits
to main
since this release
Add the crate to you project:
cargo add [email protected]
https://crates.io/crates/containerd-shim-wasm
What's Changed
- Bump test module crate version by @jsturtevant in #522
- Enable building and release of oci-tar-builder by @jsturtevant in #523
- Add Description and license to oci-tar-builder cargo.toml by @jsturtevant in #525
- change release flow to be workflow_dispatch rather than tag based by @devigned in #532
- Fix for running sed on Linux for release pipeline by @jsturtevant in #533
- Add a user to git commit by @jsturtevant in #535
- Remove auto-commit and verify version by @jsturtevant in #536
- ci(release): remove pre-release by @Mossaka in #545
- ci(*): merge build action by @Mossaka in #548
- ci(*): update checkout to v4 and add gh action to dependabot by @Mossaka in #559
- docs: clarify how the binary works by @Mossaka in #568
- Makefile: Define
RUSTC
to avoid "rustc: not found" duringsudo make install
by @keisku in #578 - Makefile: Remove
build
dependency frominstall
by @keisku in #581 - feat(tracing): add tracing instruments to containerd-shim-wasm by @Mossaka in #564
- chore: bump rust version to 1.78 by @Mossaka in #598
- making
tracaing::instrument
macro optional by @Mossaka in #592 - chore: bump youki libcontainer to v0.3.3 by @Mossaka in #601
- release: batch-bump minor version of shims and core crate by @Mossaka in #602
- fix(release): syntax error in runtime_sub step by @Mossaka in #603
- fix(release): fix another syntax error on runtime_sub by @Mossaka in #604
New Contributors
Full Changelog: containerd-shim-wasm/v0.5.0...containerd-shim-wasm/v0.6.0