diff --git a/content/en/docs/contrib/troubleshooting.md b/content/en/docs/contrib/troubleshooting.md index 46f557d..9766c78 100644 --- a/content/en/docs/contrib/troubleshooting.md +++ b/content/en/docs/contrib/troubleshooting.md @@ -134,7 +134,7 @@ helm upgrade --install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.18.0 ``` ## Cluster Already Exists diff --git a/content/en/docs/glossary.md b/content/en/docs/glossary.md index 793cf35..74208c4 100644 --- a/content/en/docs/glossary.md +++ b/content/en/docs/glossary.md @@ -79,7 +79,7 @@ kind: SpinApp metadata: name: simple-spinapp spec: - image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.0" + image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.18.0" replicas: 1 executor: "containerd-shim-spin" ``` @@ -96,7 +96,7 @@ kind: SpinApp metadata: name: simple-spinapp spec: - image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.0' + image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.18.0' replicas: 3 imagePullSecrets: - name: spin-image-secret diff --git a/content/en/docs/install/azure-kubernetes-service.md b/content/en/docs/install/azure-kubernetes-service.md index f78e0f9..b1d9402 100644 --- a/content/en/docs/install/azure-kubernetes-service.md +++ b/content/en/docs/install/azure-kubernetes-service.md @@ -125,7 +125,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.18.0 # Provision Nodes kubectl annotate node --all kwasm.sh/kwasm-node=true diff --git a/content/en/docs/install/compatibility-matrices.md b/content/en/docs/install/compatibility-matrices.md index f98a59e..49c36b6 100644 --- a/content/en/docs/install/compatibility-matrices.md +++ b/content/en/docs/install/compatibility-matrices.md @@ -30,6 +30,6 @@ For tracking the availability of Spin features and compatibility of Spin SDKs, t indicates which versions of the Spin runtime the [Spin containerd shim](https://github.com/spinkube/containerd-shim-spin) uses. -| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 | v0.15.1 | v0.16.0 | v0.17.0 | -|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------| -| **spin** | [v2.2.0](https://github.com/fermyon/spin/releases/tag/v2.2.0) | [v2.3.1](https://github.com/fermyon/spin/releases/tag/v2.3.1) | [v2.4.2](https://github.com/fermyon/spin/releases/tag/v2.4.2) | [v2.4.3](https://github.com/fermyon/spin/releases/tag/v2.4.3) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v3.0.0](https://github.com/fermyon/spin/releases/tag/v3.0.0) +| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 | v0.15.1 | v0.16.0 | v0.17.0 | v0.18.0 | +|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|-------------------------------| +| **spin** | [v2.2.0](https://github.com/fermyon/spin/releases/tag/v2.2.0) | [v2.3.1](https://github.com/fermyon/spin/releases/tag/v2.3.1) | [v2.4.2](https://github.com/fermyon/spin/releases/tag/v2.4.2) | [v2.4.3](https://github.com/fermyon/spin/releases/tag/v2.4.3) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | [v3.0.0](https://github.com/fermyon/spin/releases/tag/v3.0.0) | [v3.1.2](https://github.com/fermyon/spin/releases/tag/v3.1.2) | diff --git a/content/en/docs/install/installing-with-helm.md b/content/en/docs/install/installing-with-helm.md index 77ecb3c..81b4d62 100644 --- a/content/en/docs/install/installing-with-helm.md +++ b/content/en/docs/install/installing-with-helm.md @@ -44,7 +44,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.18.0 # Provision Nodes kubectl annotate node --all kwasm.sh/kwasm-node=true diff --git a/content/en/docs/install/microk8s.md b/content/en/docs/install/microk8s.md index 57ca89c..e360891 100644 --- a/content/en/docs/install/microk8s.md +++ b/content/en/docs/install/microk8s.md @@ -78,7 +78,7 @@ We then need to install KWasm because it is not yet included with Microk8s: ```console { data-plausible="copy-quick-deploy-sample" } $ microk8s helm repo add kwasm http://kwasm.sh/kwasm-operator/ -$ microk8s helm install kwasm-operator kwasm/kwasm-operator --namespace kwasm --create-namespace --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 +$ microk8s helm install kwasm-operator kwasm/kwasm-operator --namespace kwasm --create-namespace --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.18.0 $ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true ``` diff --git a/content/en/docs/install/quickstart.md b/content/en/docs/install/quickstart.md index c568dca..19ee392 100644 --- a/content/en/docs/install/quickstart.md +++ b/content/en/docs/install/quickstart.md @@ -30,7 +30,7 @@ For this Quickstart guide, you will need: ```console { data-plausible="copy-quick-create-k3d" } k3d cluster create wasm-cluster \ - --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.18.0 \ --port "8081:80@loadbalancer" \ --agents 2 ``` diff --git a/content/en/docs/topics/autoscaling/scaling-with-hpa.md b/content/en/docs/topics/autoscaling/scaling-with-hpa.md index 370a20d..7dcb596 100644 --- a/content/en/docs/topics/autoscaling/scaling-with-hpa.md +++ b/content/en/docs/topics/autoscaling/scaling-with-hpa.md @@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it: ```console k3d cluster create wasm-cluster-scale \ - --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.18.0 \ -p "8081:80@loadbalancer" \ --agents 2 ``` diff --git a/content/en/docs/topics/autoscaling/scaling-with-keda.md b/content/en/docs/topics/autoscaling/scaling-with-keda.md index a7c7456..49feee0 100644 --- a/content/en/docs/topics/autoscaling/scaling-with-keda.md +++ b/content/en/docs/topics/autoscaling/scaling-with-keda.md @@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it: ```console k3d cluster create wasm-cluster-scale \ - --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.18.0 \ -p "8081:80@loadbalancer" \ --agents 2 ```