Skip to content

Commit

Permalink
chore: bump to v0.11.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>

chore: bump to v0.11.0-alpha.2

Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Apr 9, 2024
1 parent e798b13 commit 48763ff
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
38 changes: 21 additions & 17 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm"
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
version = "0.11.0-alpha.1"
version = "0.11.0-alpha.2"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down Expand Up @@ -61,8 +61,7 @@ tracing-subscriber = { version = "0.3.7", features = [
"json",
], optional = true }
uuid = "1"
# wasmcloud-control-interface = { version = "1.0.0-alpha.3" }
wasmcloud-control-interface = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main" }
wasmcloud-control-interface = { version = "1.0.0-alpha.3" }

[dev-dependencies]
serial_test = "1"
Expand Down
6 changes: 3 additions & 3 deletions test/docker-compose-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 4222:4222
# Have hosts in 3 different "regions"
wasmcloud_east:
image: wasmcloud/wasmcloud:1.0.0-alpha.5
image: wasmcloud/wasmcloud:1.0.0-rc.1
depends_on:
- nats
deploy:
Expand All @@ -18,7 +18,7 @@ services:
WASMCLOUD_CLUSTER_SEED: SCAOGJWX53TGI4233T6GAXWYWBIB5ZDGPTCO6ODJQYELS52YCQCBQSRPA4
WASMCLOUD_LABEL_region: us-brooks-east
wasmcloud_west:
image: wasmcloud/wasmcloud:1.0.0-alpha.5
image: wasmcloud/wasmcloud:1.0.0-rc.1
depends_on:
- nats
deploy:
Expand All @@ -30,7 +30,7 @@ services:
WASMCLOUD_CLUSTER_SEED: SCAOGJWX53TGI4233T6GAXWYWBIB5ZDGPTCO6ODJQYELS52YCQCBQSRPA4
WASMCLOUD_LABEL_region: us-taylor-west
wasmcloud_moon:
image: wasmcloud/wasmcloud:1.0.0-alpha.5
image: wasmcloud/wasmcloud:1.0.0-rc.1
depends_on:
- nats
deploy:
Expand Down

0 comments on commit 48763ff

Please sign in to comment.