v0.11.1
Pre-release
Pre-release
🎉 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
- fix(*): replace deprecated ingress annotation by @vdice in #185
- Enable downstream CI builds by @stevesloka in #187
- docs(README): update matrix with v0.10 by @vdice in #189
- docs(shim-spin/quickstart): updates and version bumps by @vdice in #188
- feat: add spin-dapr example by @0xE282B0 in #136
- chore(k3d/Dockerfile): bump rancher/k3s base image by @vdice in #195
- Add sqs-trigger support to spin shim by @leonardpahlke in #192
- ci: pin cross and rust versions by @Mossaka in #200
- Bump Spin shim to Spin v2.1.0 by @radu-matei in #199
- ci: enable containerd image store for docker by @Mossaka in #208
- chore(spin): bump to 2.2.0 by @Mossaka in #209
- chore(all): bump version to 0.11.0 by @Mossaka in #210
- ci(image): disable docker provenence by @Mossaka in #212
New Contributors
- @vdice made their first contribution in #185
- @leonardpahlke made their first contribution in #192
- @radu-matei made their first contribution in #199
Full Changelog: v0.10.0...v0.11.1