From db65089e66572c35654e9ce754f110bad5f7b8f9 Mon Sep 17 00:00:00 2001 From: jiaxiao zhou Date: Sat, 9 Nov 2024 07:44:17 +0000 Subject: [PATCH 1/2] content/en/docs/install/compatibility-matrices: bump v0.17.0 Signed-off-by: jiaxiao zhou --- content/en/docs/install/compatibility-matrices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/install/compatibility-matrices.md b/content/en/docs/install/compatibility-matrices.md index f125562..f98a59e 100644 --- a/content/en/docs/install/compatibility-matrices.md +++ b/content/en/docs/install/compatibility-matrices.md @@ -1,7 +1,7 @@ --- title: Executor Compatibility Matrices description: A set of compatibility matrices for each SpinKube executor -date: 2024-10-31 +date: 2024-11-08 categories: [Spin Operator] tags: [reference] --- @@ -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 | -|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------| -| **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) | +| **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) From 40473c8d0c903eb579925e16aa37ea8f011dd015 Mon Sep 17 00:00:00 2001 From: jiaxiao zhou Date: Sat, 9 Nov 2024 07:45:48 +0000 Subject: [PATCH 2/2] *.md: bump the Spin shim version to v0.17.0 Signed-off-by: jiaxiao zhou --- content/en/docs/contrib/troubleshooting.md | 2 +- content/en/docs/glossary.md | 4 ++-- content/en/docs/install/azure-kubernetes-service.md | 2 +- content/en/docs/install/installing-with-helm.md | 2 +- content/en/docs/install/microk8s.md | 2 +- content/en/docs/install/quickstart.md | 2 +- content/en/docs/topics/autoscaling/scaling-with-hpa.md | 2 +- content/en/docs/topics/autoscaling/scaling-with-keda.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/en/docs/contrib/troubleshooting.md b/content/en/docs/contrib/troubleshooting.md index 85dda78..116e9ec 100644 --- a/content/en/docs/contrib/troubleshooting.md +++ b/content/en/docs/contrib/troubleshooting.md @@ -120,7 +120,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.16.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 ``` ## Cluster Already Exists diff --git a/content/en/docs/glossary.md b/content/en/docs/glossary.md index 5c5ad9c..793cf35 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.16.0" + image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.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.16.0' + image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.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 0d768f8..f78e0f9 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.16.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0 # Provision Nodes kubectl annotate node --all kwasm.sh/kwasm-node=true diff --git a/content/en/docs/install/installing-with-helm.md b/content/en/docs/install/installing-with-helm.md index f45d09c..77ecb3c 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.16.0 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.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 7668d6e..57ca89c 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.16.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.17.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 3c1c05a..c568dca 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.16.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.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 d02810f..370a20d 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.16.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.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 ec3272f..a7c7456 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.16.0 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \ -p "8081:80@loadbalancer" \ --agents 2 ```