v0.9.2
Pre-release
Pre-release
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 #148
- chore: bump spin version to 1.5.0 by @jprendes in #151
- chore: bump wws to 1.6.1 by @ereslibre in #163
- docs: add a version table to README and rewords by @Mossaka in #158
- fix: show logs of spin module by @0xE282B0 in #168
- Add StdioTriggerHook to spin TriggerExecutorBuilder by @0xE282B0 in #170
- chore: bump wws to 1.7.0 by @ereslibre in #171
- Refactor cross container and bump runwasi by @jprendes in #162
- chore: bump version to 0.9.2 by @Mossaka in #172
New Contributors
Full Changelog: v0.9.1...v0.9.2