diff --git a/content/en/docs/contrib/troubleshooting.md b/content/en/docs/contrib/troubleshooting.md index a98db7f..11e227e 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/spinframework/containerd-shim-spin/node-installer:v0.21.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.0 ``` ## Cluster Already Exists diff --git a/content/en/docs/glossary.md b/content/en/docs/glossary.md index 67266ee..12105f1 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/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0" + image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.22.0" replicas: 1 executor: "containerd-shim-spin" ``` @@ -96,7 +96,7 @@ kind: SpinApp metadata: name: simple-spinapp spec: - image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0' + image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.22.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 66e943f..5a562e0 100644 --- a/content/en/docs/install/azure-kubernetes-service.md +++ b/content/en/docs/install/azure-kubernetes-service.md @@ -126,7 +126,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.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 213a627..6d22492 100644 --- a/content/en/docs/install/compatibility-matrices.md +++ b/content/en/docs/install/compatibility-matrices.md @@ -35,6 +35,7 @@ shim](https://github.com/spinframework/containerd-shim-spin) uses. | Shim Version | Spin Version | |---------------|--------------------------------------------------------------------| | **Spin v3.x** | | +| *v0.22.0* | [Spin v3.5.0](https://github.com/fermyon/spin/releases/tag/v3.5.0) | | *v0.21.0* | [Spin v3.4.0](https://github.com/fermyon/spin/releases/tag/v3.4.0) | | *v0.20.0* | [Spin v3.3.1](https://github.com/fermyon/spin/releases/tag/v3.3.1) | | *v0.19.0* | [Spin v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) | diff --git a/content/en/docs/install/installing-with-helm.md b/content/en/docs/install/installing-with-helm.md index 25ed886..b710cae 100644 --- a/content/en/docs/install/installing-with-helm.md +++ b/content/en/docs/install/installing-with-helm.md @@ -45,7 +45,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.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 3294834..eb5ae5e 100644 --- a/content/en/docs/install/microk8s.md +++ b/content/en/docs/install/microk8s.md @@ -79,7 +79,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/spinframework/containerd-shim-spin/node-installer:v0.21.0 +$ microk8s helm install kwasm-operator kwasm/kwasm-operator --namespace kwasm --create-namespace --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.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 e5439ad..31fde3d 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/spinframework/containerd-shim-spin/k3d:v0.21.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.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 8e9441e..39def7f 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/spinframework/containerd-shim-spin/k3d:v0.21.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.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 35f432f..60490df 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/spinframework/containerd-shim-spin/k3d:v0.21.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.0 \ -p "8081:80@loadbalancer" \ --agents 2 ```