Skip to content

v0.11.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 19:02
· 5 commits to main since this release
7058f60

🎉 We Are Excited for the Release of v0.11.1 🎉

This release adds new features to the project, including:

  • SQS-Trigger Support: Introduced SQS-trigger support to the Spin shim. (Contributed by @leonardpahlke in #192)
  • Spin Version Bumps: Bumped Spin to versions v2.2.0

Try it out on k3s

k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.1 -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.10.0...v0.11.1