Skip to content

Commit 7374f44

Browse files
authored
Merge pull request #336 from kate-goldenring/reapply-v0.20.0
Reapply "Bump version for v0.20.0 release"
2 parents bd73297 + 57239a3 commit 7374f44

File tree

19 files changed

+40
-30
lines changed

19 files changed

+40
-30
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
## [Unreleased]
66

7+
## [v0.20.0] - 2025-06-25
8+
9+
### Changed
10+
11+
- Configure trigger builder args to set SPIN_MAX_INSTANCE_MEMORY ([#333](https://github.com/spinframework/containerd-shim-spin/pull/333))
12+
- Update to use Spin v3.3.1 dependencies ([#331](https://github.com/spinframework/containerd-shim-spin/pull/331))
13+
- Bump containerd-shim-wasm to v1.0.0 ([#314](https://github.com/spinframework/containerd-shim-spin/pull/314))
14+
- Add project security policy ([#310](https://github.com/spinframework/containerd-shim-spin/pull/310))
15+
16+
717
## [v0.19.0] - 2025-03-28
818

919
### Changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.19.0"
2+
version = "0.20.0"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This project aims to provide the [containerd shim](https://github.com/containerd
1818

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

21-
| **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 | v0.19.0 |
22-
| ---------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | --- | --- | --- | --- |
23-
| **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) | [v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) |
21+
| **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 | v0.19.0 | v0.20.0 |
22+
|------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|---------------------------------------------------------------|
23+
| **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) | [v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) | [v3.3.1](https://github.com/fermyon/spin/releases/tag/v3.3.1) |
2424

2525
## Documentation
2626

@@ -116,7 +116,7 @@ To carry out the installation step-by-step, do the following:
116116
runtimeClassName: wasmtime-spin-v2
117117
containers:
118118
- name: spin-hello
119-
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
119+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.20.0
120120
command: ["/"]
121121
```
122122

containerd-shim-spin/quickstart.md

Lines changed: 1 addition & 1 deletion
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/spinframework/containerd-shim-spin/k3d:v0.19.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
17+
k3d cluster create wasm-cluster --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.20.0 -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

Lines changed: 1 addition & 1 deletion
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/spinframework/containerd-shim-spin/k3d:v0.19.0 -p "8081:80@loadbalancer" --agents 2
20+
k3d cluster create wasm-cluster --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.20.0 -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

Lines changed: 1 addition & 1 deletion
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/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
18+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.20.0
1919
command: ["/"]
2020
resources: # limit the resources to 128Mi of memory and 100m of CPU
2121
limits:

images/spin-dapr/README.md

Lines changed: 1 addition & 1 deletion
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/spinframework/containerd-shim-spin/k3d:v0.19.0 -p "8081:80@loadbalancer"
21+
k3d cluster create wasm-cluster --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.20.0 -p "8081:80@loadbalancer"
2222
# Install Dapr
2323
dapr init -k --wait
2424
# or via helm

images/spin-keyvalue/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/spin-keyvalue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-keyvalue"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)