Skip to content

Commit 8dfdde4

Browse files
Merge pull request #262 from spinkube/bump-v0.17.0
all: bump the spin shim version to v0.17.0
2 parents cc7fd81 + 40473c8 commit 8dfdde4

9 files changed

+13
-13
lines changed

content/en/docs/contrib/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ helm upgrade --install \
120120
kwasm-operator kwasm/kwasm-operator \
121121
--namespace kwasm \
122122
--create-namespace \
123-
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.16.0
123+
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0
124124
```
125125

126126
## Cluster Already Exists

content/en/docs/glossary.md

+2-2
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/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.16.0"
82+
image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.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/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.16.0'
99+
image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.17.0'
100100
replicas: 3
101101
imagePullSecrets:
102102
- name: spin-image-secret

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ helm install \
125125
kwasm-operator kwasm/kwasm-operator \
126126
--namespace kwasm \
127127
--create-namespace \
128-
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.16.0
128+
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0
129129

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Executor Compatibility Matrices
33
description: A set of compatibility matrices for each SpinKube executor
4-
date: 2024-10-31
4+
date: 2024-11-08
55
categories: [Spin Operator]
66
tags: [reference]
77
---
@@ -30,6 +30,6 @@ For tracking the availability of Spin features and compatibility of Spin SDKs, t
3030
indicates which versions of the Spin runtime the [Spin containerd
3131
shim](https://github.com/spinkube/containerd-shim-spin) uses.
3232

33-
| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 | v0.15.1 | v0.16.0 |
34-
|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|
35-
| **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) |
33+
| **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 |
34+
|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|
35+
| **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)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ helm install \
4444
kwasm-operator kwasm/kwasm-operator \
4545
--namespace kwasm \
4646
--create-namespace \
47-
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.16.0
47+
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.17.0
4848

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

content/en/docs/install/microk8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We then need to install KWasm because it is not yet included with Microk8s:
7878

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

8484
```

content/en/docs/install/quickstart.md

+1-1
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/spinkube/containerd-shim-spin/k3d:v0.16.0 \
33+
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \
3434
--port "8081:80@loadbalancer" \
3535
--agents 2
3636
```

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

+1-1
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/spinkube/containerd-shim-spin/k3d:v0.16.0 \
39+
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \
4040
-p "8081:80@loadbalancer" \
4141
--agents 2
4242
```

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

+1-1
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/spinkube/containerd-shim-spin/k3d:v0.16.0 \
39+
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.17.0 \
4040
-p "8081:80@loadbalancer" \
4141
--agents 2
4242
```

0 commit comments

Comments
 (0)