Skip to content

Commit 598d277

Browse files
Merge pull request #313 from kate-goldenring/containerd-shim-v0.21.0-release
Update docs for containerd-shim-spin v0.21.0 release
2 parents 693612b + 6abde41 commit 598d277

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
lines changed

content/en/docs/contrib/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ helm upgrade --install \
134134
kwasm-operator kwasm/kwasm-operator \
135135
--namespace kwasm \
136136
--create-namespace \
137-
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.0
137+
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
138138
```
139139

140140
## Cluster Already Exists

content/en/docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ kind: SpinApp
7979
metadata:
8080
name: simple-spinapp
8181
spec:
82-
image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0"
82+
image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0"
8383
replicas: 1
8484
executor: "containerd-shim-spin"
8585
```
@@ -96,7 +96,7 @@ kind: SpinApp
9696
metadata:
9797
name: simple-spinapp
9898
spec:
99-
image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0'
99+
image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0'
100100
replicas: 3
101101
imagePullSecrets:
102102
- name: spin-image-secret

content/en/docs/install/azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ helm install \
126126
kwasm-operator kwasm/kwasm-operator \
127127
--namespace kwasm \
128128
--create-namespace \
129-
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.0
129+
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
130130

131131
# Provision Nodes
132132
kubectl annotate node --all kwasm.sh/kwasm-node=true

content/en/docs/install/compatibility-matrices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ shim](https://github.com/spinframework/containerd-shim-spin) uses.
3535
| Shim Version | Spin Version |
3636
|---------------|--------------------------------------------------------------------|
3737
| **Spin v3.x** | |
38+
| *v0.21.0* | [Spin v3.4.0](https://github.com/fermyon/spin/releases/tag/v3.4.0) |
39+
| *v0.20.0* | [Spin v3.3.1](https://github.com/fermyon/spin/releases/tag/v3.3.1) |
3840
| *v0.19.0* | [Spin v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) |
3941
| *v0.18.0* | [Spin v3.1.2](https://github.com/fermyon/spin/releases/tag/v3.1.2) |
4042
| *v0.17.0* | [Spin v3.0.0](https://github.com/fermyon/spin/releases/tag/v3.0.0) |

content/en/docs/install/installing-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ helm install \
4545
kwasm-operator kwasm/kwasm-operator \
4646
--namespace kwasm \
4747
--create-namespace \
48-
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.19.0
48+
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
4949

5050
# Provision Nodes
5151
kubectl annotate node --all kwasm.sh/kwasm-node=true

content/en/docs/install/microk8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ We then need to install KWasm because it is not yet included with Microk8s:
7979

8080
```console { data-plausible="copy-quick-deploy-sample" }
8181
$ microk8s helm repo add kwasm http://kwasm.sh/kwasm-operator/
82-
$ 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
82+
$ 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
8383
$ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true
8484

8585
```

content/en/docs/install/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For this Quickstart guide, you will need:
3030

3131
```console { data-plausible="copy-quick-create-k3d" }
3232
k3d cluster create wasm-cluster \
33-
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.0 \
33+
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
3434
--port "8081:80@loadbalancer" \
3535
--agents 2
3636
```

content/en/docs/topics/autoscaling/scaling-with-hpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it:
3636

3737
```console
3838
k3d cluster create wasm-cluster-scale \
39-
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.0 \
39+
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
4040
-p "8081:80@loadbalancer" \
4141
--agents 2
4242
```

content/en/docs/topics/autoscaling/scaling-with-keda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it:
3636

3737
```console
3838
k3d cluster create wasm-cluster-scale \
39-
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.0 \
39+
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
4040
-p "8081:80@loadbalancer" \
4141
--agents 2
4242
```

0 commit comments

Comments
 (0)