Skip to content

Commit

Permalink
chore: bump ctl interface v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Apr 17, 2024
1 parent c01e4dd commit 15da88e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
24 changes: 12 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +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 = "1.0.0"

[dev-dependencies]
serial_test = "1"
Expand Down
1 change: 0 additions & 1 deletion src/scaler/daemonscaler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ mod test {
]),
providers: vec![],
host_id: host_id_three.to_string(),
issuer: "NASDASD".to_string(),
version: "1.0.0".to_string(),
uptime_human: "what is time really anyway maaaan".to_string(),
uptime_seconds: 42,
Expand Down
3 changes: 0 additions & 3 deletions src/workers/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,6 @@ mod test {
host1_id.to_string(),
HostInventory {
friendly_name: "my-host-3".to_string(),
issuer: "my-issuer-2".to_string(),
components: vec![ComponentDescription {
id: actor_2_id.to_string(),
image_ref: "ref2".to_string(),
Expand All @@ -1591,7 +1590,6 @@ mod test {
host2_id.to_string(),
HostInventory {
friendly_name: "my-host-4".to_string(),
issuer: "my-issuer-2".to_string(),
components: vec![ComponentDescription {
id: actor_2_id.to_string(),
image_ref: "ref2".to_string(),
Expand Down Expand Up @@ -1790,7 +1788,6 @@ mod test {
host_id.to_string(),
HostInventory {
friendly_name: "my-host-5".to_string(),
issuer: "my-issuer-3".to_string(),
components: vec![
ComponentDescription {
id: actor1_id.to_string(),
Expand Down

0 comments on commit 15da88e

Please sign in to comment.