Skip to content

Commit

Permalink
Bump version to 0.7.0 for all crates, tests, and images. (deislabs#102)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka authored Jun 16, 2023
1 parent eee922f commit 797df5a
Show file tree
Hide file tree
Showing 14 changed files with 120 additions and 79 deletions.
165 changes: 103 additions & 62 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-wasm-shims-tests"
version = "0.5.1"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,8 +10,8 @@ edition = "2021"
[dev-dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"] }
kube = { version = "0.75.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.16.0", features = ["v1_25"] }
kube = { version = "0.82.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_25"] }
http = "0.2"
tower = "0.4"
hyper = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion containerd-shim-slight-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containerd-shim-slight-v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-slight-v1"
version = "0.6.0"
version = "0.7.0"
authors = ["DeisLabs Engineering Team"]
edition = "2021"
repository = 'https://github.com/deislabs/containerd-wasm-shims'
Expand Down
2 changes: 1 addition & 1 deletion containerd-shim-spin-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containerd-shim-spin-v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-spin-v1"
version = "0.6.0"
version = "0.7.0"
authors = ["DeisLabs Engineering Team"]
edition = "2021"
repository = 'https://github.com/deislabs/containerd-wasm-shims'
Expand Down
2 changes: 1 addition & 1 deletion containerd-shim-wws-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containerd-shim-wws-v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-wws-v1"
version = "0.6.0"
version = "0.7.0"
authors = ["Wasm Labs team <wasmlabs@vmware.com>"]
edition = "2021"
repository = 'https://github.com/deislabs/containerd-wasm-shims'
Expand Down
2 changes: 1 addition & 1 deletion deployments/k3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ tree .
## How to run the example
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.
```shell
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.6.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.7.0 -p "8081:80@loadbalancer" --agents 2
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/runtime.yaml
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/raw/main/deployments/workloads/workload.yaml
echo "waiting 5 seconds for workload to be ready"
Expand Down
6 changes: 3 additions & 3 deletions deployments/workloads/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
runtimeClassName: wasmtime-slight
containers:
- name: slight-hello
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:v0.6.0
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:v0.7.0
command: ["/"]
resources: # limit the resources to 128Mi of memory and 100m of CPU
limits:
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
runtimeClassName: wasmtime-spin
containers:
- name: spin-hello
image: ghcr.io/deislabs/containerd-wasm-shims/examples/spin-rust-hello:v0.6.0
image: ghcr.io/deislabs/containerd-wasm-shims/examples/spin-rust-hello:v0.7.0
command: ["/"]
resources: # limit the resources to 128Mi of memory and 100m of CPU
limits:
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
containers:
- name: wws-hello
imagePullPolicy: Never
image: ghcr.io/deislabs/containerd-wasm-shims/examples/wws-js-hello:v0.5.1
image: ghcr.io/deislabs/containerd-wasm-shims/examples/wws-js-hello:v0.7.0
command: ["/"]
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion images/slight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-server-lib"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion images/spin-outbound-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin-outbound-redis"
version = "0.6.0"
version = "0.7.0"
authors = ["DeisLabs Engineering Team"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion images/spin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin-rust-hello"
version = "0.6.0"
version = "0.7.0"
authors = ["DeisLabs Engineering Team"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Run

`cargo test -- --nocapture`
`make test`

0 comments on commit 797df5a

Please sign in to comment.