Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 00:46
· 18 commits to main since this release
81d2443

馃帀 We Are Excited for the Release of v0.10.0 馃帀

This release adds new features to the project, including:

  • Spin runtime-config.toml support thanks to @kate-goldenring 's work on #179 . You may create a ConfigMap for runtime config and mount it as file at the path "/runtime-config.toml". See an example here.
  • Spin OCI container support thanks to @jsturtevant work on #180 . You can read more about how to create OCI Wasm Images here

Try it out on k3s

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