diff --git a/content/en/docs/contrib/troubleshooting.md b/content/en/docs/contrib/troubleshooting.md index 0d33a8f..740985f 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.18.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.0 ``` ## Cluster Already Exists diff --git a/content/en/docs/glossary.md b/content/en/docs/glossary.md index 74208c4..0b19e74 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.18.0" + image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.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.18.0' + image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.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 17a635d..d12cc15 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.18.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.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 a107347..aa4fde9 100644 --- a/content/en/docs/install/compatibility-matrices.md +++ b/content/en/docs/install/compatibility-matrices.md @@ -17,10 +17,10 @@ used, the application may not execute as expected. The following maps out the ve containerd shim](https://github.com/spinframework/containerd-shim-spin), Spin Operator, and `spin kube` plugin that have support for specific features. -| Feature | SpinApp field | Shim Version | Spin Operator Version | `spin kube` plugin version | -| -- | -- | -- | -- | -- | -| OTEL Traces | `otel` | v0.15.0 | v0.3.0 | NA | -| Selective Deployment | `components` | v0.17.0 | v0.4.0 | v0.3.0 | +| Feature | SpinApp field | Shim Version | Spin Operator Version | `spin kube` plugin version | +| -------------------- | ------------- | ------------ | --------------------- | -------------------------- | +| OTEL Traces | `otel` | v0.15.0 | v0.3.0 | NA | +| Selective Deployment | `components` | v0.17.0 | v0.4.0 | v0.3.0 | > NA indicates that the feature in not available yet in that project @@ -30,6 +30,17 @@ 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/spinframework/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 | 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) | +| Shim Version | Spin Version | +|-------------|-------------| +| **Spin v3.x** | | +| *v0.19.0* | [Spin v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) | +| *v0.18.0* | [Spin v3.1.2](https://github.com/fermyon/spin/releases/tag/v3.1.2) | +| *v0.17.0* | [Spin v3.0.0](https://github.com/fermyon/spin/releases/tag/v3.0.0) | +| **Spin v2.x** | | +| *v0.16.0* | [Spin v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | +| *v0.15.1* | [Spin v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | +| *v0.15.0* | [Spin v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | +| *v0.14.1* | [Spin v2.4.3](https://github.com/fermyon/spin/releases/tag/v2.4.3) | +| *v0.14.0* | [Spin v2.4.2](https://github.com/fermyon/spin/releases/tag/v2.4.2) | +| *v0.13.0* | [Spin v2.3.1](https://github.com/fermyon/spin/releases/tag/v2.3.1) | +| *v0.12.0* | [Spin v2.2.0](https://github.com/fermyon/spin/releases/tag/v2.2.0) | diff --git a/content/en/docs/install/installing-with-helm.md b/content/en/docs/install/installing-with-helm.md index 605ef7b..de6b982 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.18.0 + --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.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 144b2aa..674f4ea 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.18.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.19.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 4f65087..1ba910a 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.18.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.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 8c291f7..e50c67f 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.18.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.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 45202c1..aed158b 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.18.0 \ + --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.0 \ -p "8081:80@loadbalancer" \ --agents 2 ```