v0.10.0
版本发布时间: 2023-11-15 08:46:33
deislabs/containerd-wasm-shims最新发布版本:v0.11.1(2024-02-16 03:02:32)
🎉 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 https://github.com/deislabs/containerd-wasm-shims/pull/179
- Add support for pulling Spin OCI images by @jsturtevant in https://github.com/deislabs/containerd-wasm-shims/pull/180
- chore(all): bump to 0.10.0 by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/182
- chore(spin): bump to 2.0.1 by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/183
- test(spin): add more integration tests by @Mossaka in https://github.com/deislabs/containerd-wasm-shims/pull/181
New Contributors
- @kate-goldenring made their first contribution in https://github.com/deislabs/containerd-wasm-shims/pull/179
Full Changelog: https://github.com/deislabs/containerd-wasm-shims/compare/v0.9.3...v0.10.0
1、 containerd-wasm-shims-v1-lunatic-linux-aarch64.tar.gz 8.39MB
2、 containerd-wasm-shims-v1-lunatic-linux-x86_64.tar.gz 9.39MB
3、 containerd-wasm-shims-v1-slight-linux-aarch64.tar.gz 12.15MB
4、 containerd-wasm-shims-v1-slight-linux-x86_64.tar.gz 13.51MB
5、 containerd-wasm-shims-v1-wws-linux-aarch64.tar.gz 9.88MB
6、 containerd-wasm-shims-v1-wws-linux-x86_64.tar.gz 11.04MB
7、 containerd-wasm-shims-v2-spin-linux-aarch64.tar.gz 12.83MB
8、 containerd-wasm-shims-v2-spin-linux-x86_64.tar.gz 14.45MB
9、 runtime.yaml 388B
10、 workload.yaml 4.37KB