v0.9.2
版本发布时间: 2023-11-01 07:26:20
deislabs/containerd-wasm-shims最新发布版本:v0.11.1(2024-02-16 03:02:32)
New Release of v0.9.2
Chore
- Use the latest
v0.4.0
ofcontainerd-shim-wasm
crate. Thanks to @jprendes and @Mossaka for the contribution! - Update spin to
v1.5.0
by @jprendes (#151 ) - Update wws to
v1.7.0
, thanks to @ereslibrefor keeping us up-to-date (#171 ).
New Fixes
- Add
StdioTRiggerHook
to the Spin shim to enable pod logging. Much appreciation to @0xE282B0 for this addition. (#170, #168)
Known Issues
- the shims don't work on cgroup v1 machines #173
Try it out on k3s
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.9.2 -p "8081:80@loadbalancer" --agents 2
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/runtime.yaml
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/workload.yaml
curl -v http://127.0.0.1:8081/spin/hello
curl -v http://127.0.0.1:8081/slight/hello
curl -v http://127.0.0.1:8081/wws/hello
curl -v http://127.0.0.1:8081/lunatic/hello
What's Changed
- chore: use the Engine API from containerd-shim-wasm crate by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/148
- chore: bump spin version to 1.5.0 by @jprendes in https://github.com/deislabs/containerd-wasm-shims/pull/151
- chore: bump wws to 1.6.1 by @ereslibre in https://github.com/deislabs/containerd-wasm-shims/pull/163
- docs: add a version table to README and rewords by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/158
- fix: show logs of spin module by @0xE282B0 in https://github.com/deislabs/containerd-wasm-shims/pull/168
- Add StdioTriggerHook to spin TriggerExecutorBuilder by @0xE282B0 in https://github.com/deislabs/containerd-wasm-shims/pull/170
- chore: bump wws to 1.7.0 by @ereslibre in https://github.com/deislabs/containerd-wasm-shims/pull/171
- Refactor cross container and bump runwasi by @jprendes in https://github.com/deislabs/containerd-wasm-shims/pull/162
- chore: bump version to 0.9.2 by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/172
New Contributors
- @jprendes made their first contribution in https://github.com/deislabs/containerd-wasm-shims/pull/151
Full Changelog: https://github.com/deislabs/containerd-wasm-shims/compare/v0.9.1...v0.9.2
1、 containerd-wasm-shims-v1-lunatic-linux-aarch64.tar.gz 8.39MB
2、 containerd-wasm-shims-v1-lunatic-linux-x86_64.tar.gz 9.39MB
3、 containerd-wasm-shims-v1-slight-linux-aarch64.tar.gz 12.14MB
4、 containerd-wasm-shims-v1-slight-linux-x86_64.tar.gz 13.52MB
5、 containerd-wasm-shims-v1-spin-linux-aarch64.tar.gz 13.46MB
6、 containerd-wasm-shims-v1-spin-linux-x86_64.tar.gz 15.13MB
7、 containerd-wasm-shims-v1-wws-linux-aarch64.tar.gz 9.88MB
8、 containerd-wasm-shims-v1-wws-linux-x86_64.tar.gz 11.04MB
9、 runtime.yaml 388B
10、 workload.yaml 4.37KB