v0.9.1
Pre-release
Pre-release
New Features
- 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
- 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
- add the missing lunatic workload to deployemnts/workloads by @Mossaka in #144
- chore: bump WWS to 1.5.0 by @ereslibre in #139
- feat: add -v flag to all shims by @Mossaka in #145
- CI: add image docker build to the build pipeline by @Mossaka in #146
- fix: add cgroup v1 support by @0xE282B0 in #149
- fix: CI for k3d arm64 image by @0xE282B0 in #152
- chore: update the k3s to v1.27 by @Mossaka in #153
- chore: bump version to v0.9.1 by @Mossaka in #155
- release: fix the syntax error by @Mossaka in #157
- revert docker build-push-action back to v3 by @Mossaka in #160
Full Changelog: v0.9.0...v0.9.1