Skip to content

Commit 48763ff

Browse files
chore: bump to v0.11.0-alpha.2
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com> chore: bump to v0.11.0-alpha.2 Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent e798b13 commit 48763ff

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

Cargo.lock

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wadm"
33
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
4-
version = "0.11.0-alpha.1"
4+
version = "0.11.0-alpha.2"
55
edition = "2021"
66
authors = ["wasmCloud Team"]
77
keywords = ["webassembly", "wasmcloud", "wadm"]
@@ -61,8 +61,7 @@ tracing-subscriber = { version = "0.3.7", features = [
6161
"json",
6262
], optional = true }
6363
uuid = "1"
64-
# wasmcloud-control-interface = { version = "1.0.0-alpha.3" }
65-
wasmcloud-control-interface = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main" }
64+
wasmcloud-control-interface = { version = "1.0.0-alpha.3" }
6665

6766
[dev-dependencies]
6867
serial_test = "1"

test/docker-compose-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- 4222:4222
77
# Have hosts in 3 different "regions"
88
wasmcloud_east:
9-
image: wasmcloud/wasmcloud:1.0.0-alpha.5
9+
image: wasmcloud/wasmcloud:1.0.0-rc.1
1010
depends_on:
1111
- nats
1212
deploy:
@@ -18,7 +18,7 @@ services:
1818
WASMCLOUD_CLUSTER_SEED: SCAOGJWX53TGI4233T6GAXWYWBIB5ZDGPTCO6ODJQYELS52YCQCBQSRPA4
1919
WASMCLOUD_LABEL_region: us-brooks-east
2020
wasmcloud_west:
21-
image: wasmcloud/wasmcloud:1.0.0-alpha.5
21+
image: wasmcloud/wasmcloud:1.0.0-rc.1
2222
depends_on:
2323
- nats
2424
deploy:
@@ -30,7 +30,7 @@ services:
3030
WASMCLOUD_CLUSTER_SEED: SCAOGJWX53TGI4233T6GAXWYWBIB5ZDGPTCO6ODJQYELS52YCQCBQSRPA4
3131
WASMCLOUD_LABEL_region: us-taylor-west
3232
wasmcloud_moon:
33-
image: wasmcloud/wasmcloud:1.0.0-alpha.5
33+
image: wasmcloud/wasmcloud:1.0.0-rc.1
3434
depends_on:
3535
- nats
3636
deploy:

0 commit comments

Comments
 (0)