Skip to content

Commit b229808

Browse files
Merge pull request #370 from kate-goldenring/v0.22.0-release
chore: bump versions for v0.22.0 release
2 parents b4fe46c + 54ef79b commit b229808

File tree

14 files changed

+26
-18
lines changed

14 files changed

+26
-18
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
### Changed
88
-
9+
## [v0.22.0] - 2025-10-31
10+
11+
### Changed
12+
- Update to use Spin v3.5.0 dependencies ([#369](https://github.com/spinframework/containerd-shim-spin/pull/369))
13+
- Dependencies updates ([#364](https://github.com/spinframework/containerd-shim-spin/pull/364), [#365](https://github.com/spinframework/containerd-shim-spin/pull/365), [#366](https://github.com/spinframework/containerd-shim-spin/pull/366), [#367](https://github.com/spinframework/containerd-shim-spin/pull/367))
914

1015
## [v0.21.0] - 2025-08-27
1116

@@ -82,7 +87,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
8287

8388
---
8489

85-
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.19.0..HEAD>
90+
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.22.0..HEAD>
91+
[v0.22.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.21.0...v0.22.0>
92+
[v0.21.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.20.0...v0.21.0>
93+
[v0.20.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.19.0...v0.20.0>
8694
[v0.19.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.18.0...v0.19.0>
8795
[v0.18.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.17.0...v0.18.0>
8896
[v0.17.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.16.0...v0.17.0

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.21.0"
2+
version = "0.22.0"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

README.md

Lines changed: 3 additions & 3 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 | v0.20.0 | v0.21.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) | [v3.4.0](https://github.com/fermyon/spin/releases/tag/v3.4.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 | v0.21.0 | v0.22.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) | [v3.4.0](https://github.com/fermyon/spin/releases/tag/v3.4.0) | [v3.5.0](https://github.com/fermyon/spin/releases/tag/v3.5.0) |
2424

2525
## Documentation
2626

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.21.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.22.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.21.0 -p "8081:80@loadbalancer" --agents 2
20+
k3d cluster create wasm-cluster --image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.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"

images/spin-dapr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spin-dapr"
33
authors = ["Sven Pfennig <[email protected]>"]
44
description = "Example application to use Dapr with Spin"
5-
version = "0.21.0"
5+
version = "0.22.0"
66
edition = "2021"
77

88
[lib]

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

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.21.0"
3+
version = "0.22.0"
44
authors = ["SpinKube Engineering Team"]
55
edition = "2021"
66

images/spin-mqtt-message-logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mqtt-message-logger"
33
authors = ["Kate Goldenring <[email protected]>"]
44
description = "Triggered by MQTT"
5-
version = "0.21.0"
5+
version = "0.22.0"
66
edition = "2021"
77

88
[lib]

0 commit comments

Comments
 (0)