v0.10.0
Pre-release
Pre-release
🎉 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
- feat(spin): conditionally load runtime config from root by @kate-goldenring in #179
- Add support for pulling Spin OCI images by @jsturtevant in #180
- chore(all): bump to 0.10.0 by @Mossaka in #182
- chore(spin): bump to 2.0.1 by @Mossaka in #183
- test(spin): add more integration tests by @Mossaka in #181
New Contributors
- @kate-goldenring made their first contribution in #179
Full Changelog: v0.9.3...v0.10.0