Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 7058f60

Browse files
authored
chore(*): bump to 0.11.1 (#213)
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 6c507e0 commit 7058f60

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.11.0"
2+
version = "0.11.1"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

containerd-shim-lunatic/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-lunatic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-lunatic-v1"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

containerd-shim-slight/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-slight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-slight-v1"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["DeisLabs Engineering Team"]
55
edition = "2021"
66
repository = 'https://github.com/deislabs/containerd-wasm-shims'

containerd-shim-spin/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-spin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-spin-v2"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["DeisLabs Engineering Team"]
55
edition = "2021"
66
repository = 'https://github.com/deislabs/containerd-wasm-shims'

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/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
17+
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.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:

containerd-shim-wws/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)