Skip to content

Commit 57d595b

Browse files
Merge pull request spinframework#160 from kate-goldenring/bump-v0.15.1
chore: update versions for v0.15.1 release
2 parents bf96fa0 + 19d1e4e commit 57d595b

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.15.0"
2+
version = "0.15.1"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This project aims to provide the [containerd shim](https://github.com/containerd
88

99
Below is a table for referencing the version of the Spin runtime used in each `containerd-shim-spin` release.
1010

11-
| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 |
12-
| ---------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
13-
| **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) |
11+
| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 | v0.15.1 |
12+
| ---------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
13+
| **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) |
1414

1515
## Documentation
1616

containerd-shim-spin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-spin-v2"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66
repository = 'https://github.com/spinkube/containerd-shim-spin'

containerd-shim-spin/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you begin, you need to have the following installed:
1414
Start a k3d cluster with the wasm shims already installed:
1515

1616
```bash
17-
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
17+
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.1 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
1818
```
1919

2020
Apply RuntimeClass for spin applications to use the spin wasm shim:

deployments/k3d/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ tree .
1717
## How to run the example
1818
The shell script below will create a k3d cluster locally with the Spin shim installed and containerd configured. The script then applies the runtime classes for the shim and an example service and deployment. Finally, we curl the `/hello` and receive a response from the example workload.
1919
```shell
20-
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 -p "8081:80@loadbalancer" --agents 2
20+
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.1 -p "8081:80@loadbalancer" --agents 2
2121
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/raw/main/deployments/workloads/runtime.yaml
2222
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/raw/main/deployments/workloads/workload.yaml
2323
echo "waiting 5 seconds for workload to be ready"

deployments/workloads/workload.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
runtimeClassName: wasmtime-spin
1616
containers:
1717
- name: spin-hello
18-
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.15.0
18+
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.15.1
1919
command: ["/"]
2020
resources: # limit the resources to 128Mi of memory and 100m of CPU
2121
limits:

images/spin-dapr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo mv ./spin /usr/local/bin/
1818
### Run example with K3d:
1919
```sh
2020
# start the K3d cluster
21-
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 -p "8081:80@loadbalancer"
21+
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.1 -p "8081:80@loadbalancer"
2222
# Install Dapr
2323
dapr init -k --wait
2424
# or via helm

images/spin-inbound-redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-inbound-redis"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["Suneet Nangia <[email protected]>"]
55
edition = "2021"
66

images/spin-keyvalue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-keyvalue"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66

images/spin-outbound-redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-outbound-redis"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66

images/spin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-rust-hello"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)