containerd-shim-wasm/v0.1.0
Pre-release
Pre-release
github-actions
released this
07 Mar 03:00
·
1156 commits
to main
since this release
What's Changed
- Add trait to get a wasmtime engine config by @cpuguy83 in #7
- chore: update wasmtime to 0.35 by @Mossaka in #8
- added get_rootfs to oci by @Mossaka in #9
- Adding Windows Getting Started doc by @danbugs in #12
- Create LICENSE by @cpuguy83 in #19
- Refactor: move wasmtime shim binary to it's own bin by @Mossaka in #17
- some more clippy-ing I noticed while reviewing #21 by @danbugs in #22
- Support for cgroups by @cpuguy83 in #21
- chore: updated wasmtime to 2.0 by @Mossaka in #24
- Reduce waste by using only the runtime feature of oci-spec by @utam0k in #27
- add standard containerd org documentation and licensing by @devigned in #31
- Update actions versions by @cpuguy83 in #34
- cgroups: v2: Enable all controllers from parent by @cpuguy83 in #33
- Fix issue with sudo test runner messing with tty by @cpuguy83 in #38
- cgroup: v2: do not set subtree_control for new cg by @cpuguy83 in #37
- Add a cgroup wrapper which implements Drop by @cpuguy83 in #43
- Build test image without docker. by @cpuguy83 in #41
- Add tests for k8s and fix cgroup issue by @cpuguy83 in #47
- Update e2e job to test both cgroupv1 and cgroupv2 by @cpuguy83 in #48
- Use the spec builder instead of the json string by @utam0k in #51
- Make sure cpu shares and blkio weight doesn't overlow by @rumpl in #53
- Contribute wasmedge integration back to upstream by @CaptainVincent in #26
- Fix drop() calls. by @ipuustin in #56
- Add slack channel to readme by @cpuguy83 in #58
- Use io.bfq.weight if available, fallback to io.weight by @rumpl in #61
- Use signal names instead of numbers. by @ipuustin in #55
- Cleanups from static code analysis by @ipuustin in #57
- Update README.md API Instance definition. by @ipuustin in #54
- Move call of the prestart hooks over to the lib part by @rumpl in #60
- Inherit workspace's dependencies and other metadata by @Mossaka in #63
- shim: better error handling. by @ipuustin in #62
- feat: add k3s test by @defims in #66
- wasmedge: test for exit with a trap. by @ipuustin in #59
- Update caps, protobuf deps and remove containerd-shim-protos by @jsturtevant in #71
- Update nix and oci-spec dependencies by @jsturtevant in #73
- remove ci and release cachine due to cached artifact poisoning by @devigned in #77
- chore: remove unnecessary method by @bokuweb in #74
- docs: added logo to readme by @Mossaka in #75
- Fixup for publishing by @cpuguy83 in #79
- Make namespace setup conditional on OS by @cpuguy83 in #80
- More publishing cleanup by @cpuguy83 in #82
- Add cargo publish step to release pipeline by @cpuguy83 in #83
- Release containerd-shim-wasm v0.1.0 by @cpuguy83 in #84
New Contributors
- @danbugs made their first contribution in #12
- @utam0k made their first contribution in #27
- @rumpl made their first contribution in #53
- @CaptainVincent made their first contribution in #26
- @ipuustin made their first contribution in #56
- @defims made their first contribution in #66
- @jsturtevant made their first contribution in #71
- @bokuweb made their first contribution in #74
Full Changelog: v0.1.0...containerd-shim-wasm/v0.1.0