Skip to content

Releases: KWasm/kwasm-node-installer

Updated shim versions

05 Jan 07:46
Compare
Choose a tag to compare

This installer image contains the following shims:

containerd/runwasi

containerd-shim-wasmedge: v0.3.0
containerd-shim-wasmtime: v0.3.0
containerd-shim-wasmer: v0.3.0

deislabs/containerd-wasm-shims

containerd-wasm-shims-v1-lunatic: v0.10.0
containerd-wasm-shims-v1-slight: v0.10.0
containerd-wasm-shims-v2-spin: v0.10.0
containerd-wasm-shims-v1-wws: v0.10.0

v0.3.0: Wasm shims with sidecars

22 Sep 20:37
Compare
Choose a tag to compare

This release of the installer contains shims for the following runtimes and versions:

  • WasmTime 0.2.0
  • WasmEdge 0.2.0
  • Wasmer 0.2.0
  • Spin 0.9.1
  • Slight 0.9.1
  • WWS 0.9.1
  • Lunatic 0.9.1

Changes

  • Crun support has been removed in favor of the wasmedge-shim
  • All wasm containers can run side by side with linux containers
  • Added runtimes
    • Lunatic
    • Wasmer
  • Added supported Kubernetes distributions
    • Installer now runs on Amazon Linux 2
    • Installer can be used for Namespace.so clusters

Installation with kwasm-operator

helm repo add kwasm http://kwasm.sh/kwasm-operator/ --force-update
helm repo update
helm upgrade --install -n kwasm --create-namespace kwasm-operator kwasm/kwasm-operator \
  --set kwasmOperator.autoProvision="true"
  --set kwasmOperator.installerImage="ghcr.io/kwasm/kwasm-node-installer:v0.3.0"

Examples

Running example workloads:

kubectl apply -f https://github.com/KWasm/kwasm-node-installer/releases/download/v0.3.0/deployment.yaml
kubectl apply -f https://github.com/KWasm/kwasm-node-installer/releases/download/v0.3.0/runtimeclass.yaml

Testing

See test and compatibility matrix #43

v0.2.0

27 Sep 06:26
d2b5077
Compare
Choose a tag to compare
disable k3s config exception

The K3s config on CIVO K3s clusters now seems to be the same than for other containerd clusters.

Signed-off-by: Sven Pfennig <s.pfennig@reply.de>