Skip to content

v0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 11:23
· 36 commits to main since this release
6b343da

New Features

  1. Now you can do v to all the shim binaries to print their versions.
> containerd-shim-spin-v1 -v

containerd-shim-spin-v1:
  Version: 0.9.1
  Revision: d5775dc97773c7562b251bdc41d56b8bcc600c3b

  1. cgroup v1 support thanks to @0xE282B0's work

Try it out on k3d

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

Wait ~15 seconds for resources to be Ready

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

Full Changelog: v0.9.0...v0.9.1