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

Commit 47aaea6

Browse files
authored
chore(all): Bump 0.9.3 (#178)
* chore(all): bump to 0.9.3 Signed-off-by: jiaxiao zhou <[email protected]> * updated lock files Signed-off-by: jiaxiao zhou <[email protected]> --------- Signed-off-by: jiaxiao zhou <[email protected]>
1 parent e5e2679 commit 47aaea6

File tree

20 files changed

+615
-370
lines changed

20 files changed

+615
-370
lines changed

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.9.2"
2+
version = "0.9.3"
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.9.2"
3+
version = "0.9.3"
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.9.2"
3+
version = "0.9.3"
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.9.2"
3+
version = "0.9.3"
44
authors = ["DeisLabs Engineering Team"]
55
edition = "2021"
66
repository = 'https://github.com/deislabs/containerd-wasm-shims'

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.

containerd-shim-wws/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-wws-v1"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Wasm Labs team <[email protected]>"]
55
edition = "2021"
66
repository = 'https://github.com/deislabs/containerd-wasm-shims'

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 Wasm shims installed and containerd configured. The script then applies the runtime classes for the shims 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/deislabs/containerd-wasm-shims/examples/k3d:v0.9.2 -p "8081:80@loadbalancer" --agents 2
20+
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.9.3 -p "8081:80@loadbalancer" --agents 2
2121
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/runtime.yaml
2222
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/workload.yaml
2323
echo "waiting 5 seconds for workload to be ready"

0 commit comments

Comments
 (0)