Skip to content

v0.9.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 23:26
· 27 commits to main since this release
95e0dce

New Release of v0.9.2

Chore

  • Use the latest v0.4.0 of containerd-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

New Contributors

Full Changelog: v0.9.1...v0.9.2