Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 18:25
v0.18.0
dcd9a3b

Changed

  • Bump Spin dependencies to v3.1.2 (#263)
  • Updated the minimum required Rust version to 1.81

Try it out with a k3d image

First, create a cluster and apply the runtime class and workloads:

k3d cluster create wasm-cluster \
      --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.18.0 \
      -p "8081:80@loadbalancer" \
      --agents 2

kubectl apply -f https://github.com/spinkube/containerd-shim-spin/releases/download/v0.18.0/runtime.yaml
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/releases/download/v0.18.0/workload.yaml 

Then, send a HTTP request to the cluster:

> kubectl port-forward svc/wasm-spin 8080:80
> curl localhost:8080/hello
Hello world from Spin!%  

New Contributors

  • @rgl made their first contribution in #237

Full Changelog: v0.17.0...v0.18.0