From f71b41f21e8ab78d81563ffdcfd8864d35d4457f Mon Sep 17 00:00:00 2001 From: "release-plz-ipvm-wg[bot]" <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:29:59 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz-ipvm-wg[bot] <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- homestar-invocation/CHANGELOG.md | 7 +++++++ homestar-runtime/CHANGELOG.md | 22 ++++++++++++++++++++++ homestar-runtime/Cargo.toml | 8 ++++---- homestar-wasm/CHANGELOG.md | 7 +++++++ homestar-wasm/Cargo.toml | 2 +- homestar-workflow/CHANGELOG.md | 6 ++++++ homestar-workflow/Cargo.toml | 4 ++-- 9 files changed, 54 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5cbeb66..d8df20d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,7 +2493,7 @@ dependencies = [ [[package]] name = "homestar-invocation" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "async-recursion", @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "homestar-runtime" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "homestar-wasm" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", @@ -2659,7 +2659,7 @@ dependencies = [ [[package]] name = "homestar-workflow" -version = "0.1.1" +version = "0.2.0" dependencies = [ "fxhash", "homestar-invocation", diff --git a/Cargo.toml b/Cargo.toml index 84ed4124..de06d834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/ipvm-wg/homestar" rust-version = "1.73.0" -version = "0.1.1" +version = "0.2.0" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } diff --git a/homestar-invocation/CHANGELOG.md b/homestar-invocation/CHANGELOG.md index 6903b403..622d7a25 100644 --- a/homestar-invocation/CHANGELOG.md +++ b/homestar-invocation/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.1.1...homestar-invocation-v0.2.0) - 2024-02-07 + +### Other +- move away from deadlines dealing w/ the runner and wasi-preview 2 wasmtime ([#560](https://github.com/ipvm-wg/homestar/pull/560)) +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.1.0...homestar-invocation-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-runtime/CHANGELOG.md b/homestar-runtime/CHANGELOG.md index 7adfc660..4d0dc296 100644 --- a/homestar-runtime/CHANGELOG.md +++ b/homestar-runtime/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.1.1...homestar-runtime-v0.2.0) - 2024-02-07 + +### Added +- redial `node_addresses` at an interval on connection close ([#529](https://github.com/ipvm-wg/homestar/pull/529)) + +### Fixed +- add handling of dns multiaddrs + bootstrapping + CLI / Conn changes ([#547](https://github.com/ipvm-wg/homestar/pull/547)) + +### Other +- small comment, sorry ([#561](https://github.com/ipvm-wg/homestar/pull/561)) +- move away from deadlines dealing w/ the runner and wasi-preview 2 wasmtime ([#560](https://github.com/ipvm-wg/homestar/pull/560)) +- docker updates with info command and rpc host update ([#558](https://github.com/ipvm-wg/homestar/pull/558)) +- just test conn ([#544](https://github.com/ipvm-wg/homestar/pull/544)) +- handle this evil workflow_info test ([#543](https://github.com/ipvm-wg/homestar/pull/543)) +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- [chore(cargo)](deps): bump puffin from 0.18.1 to 0.19.0 ([#537](https://github.com/ipvm-wg/homestar/pull/537)) +- updates/flaky kills on ci ([#540](https://github.com/ipvm-wg/homestar/pull/540)) +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) +- port selection and test config generation macro ([#528](https://github.com/ipvm-wg/homestar/pull/528)) +- [chore(cargo)](deps): bump serde_with from 3.4.0 to 3.5.0 ([#524](https://github.com/ipvm-wg/homestar/pull/524)) +- [chore(cargo)](deps): bump moka from 0.12.3 to 0.12.4 ([#525](https://github.com/ipvm-wg/homestar/pull/525)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.1.0...homestar-runtime-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index 057c2d0a..de1095f3 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -68,11 +68,11 @@ flume = { version = "0.11", default-features = false, features = ["async"] } fnv = { version = "1.0", default-features = false } futures = { workspace = true } hickory-resolver = { version = "0.24", default-features = false } -homestar-invocation = { version = "0.1", path = "../homestar-invocation", features = [ +homestar-invocation = { version = "0.2", path = "../homestar-invocation", features = [ "diesel", ] } -homestar-wasm = { version = "0.1", path = "../homestar-wasm", default-features = false } -homestar-workflow = { version = "0.1", path = "../homestar-workflow" } +homestar-wasm = { version = "0.2", path = "../homestar-wasm", default-features = false } +homestar-workflow = { version = "0.2", path = "../homestar-workflow" } homestar-workspace-hack = { workspace = true } http = "0.2" http-serde = "1.1" @@ -202,7 +202,7 @@ vergen = { version = "8.3", default-features = false, features = [ assert_cmd = "2.0" criterion = "0.5" flaky_test = "0.2" -homestar-invocation = { version = "0.1", path = "../homestar-invocation", features = [ +homestar-invocation = { version = "0.2", path = "../homestar-invocation", features = [ "diesel", "test-utils", ] } diff --git a/homestar-wasm/CHANGELOG.md b/homestar-wasm/CHANGELOG.md index f2c50ef0..cad7eb31 100644 --- a/homestar-wasm/CHANGELOG.md +++ b/homestar-wasm/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.1.1...homestar-wasm-v0.2.0) - 2024-02-07 + +### Other +- move away from deadlines dealing w/ the runner and wasi-preview 2 wasmtime ([#560](https://github.com/ipvm-wg/homestar/pull/560)) +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.1.0...homestar-wasm-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-wasm/Cargo.toml b/homestar-wasm/Cargo.toml index 57586506..c46e0eaa 100644 --- a/homestar-wasm/Cargo.toml +++ b/homestar-wasm/Cargo.toml @@ -25,7 +25,7 @@ async-trait = { workspace = true } atomic_refcell = { workspace = true } enum-as-inner = { workspace = true } heck = "0.4" -homestar-invocation = { version = "0.1", path = "../homestar-invocation" } +homestar-invocation = { version = "0.2", path = "../homestar-invocation" } homestar-workspace-hack = { workspace = true } itertools = { workspace = true } libipld = { workspace = true } diff --git a/homestar-workflow/CHANGELOG.md b/homestar-workflow/CHANGELOG.md index 9efa91ee..711a9341 100644 --- a/homestar-workflow/CHANGELOG.md +++ b/homestar-workflow/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/ipvm-wg/homestar/compare/homestar-workflow-v0.1.1...homestar-workflow-v0.2.0) - 2024-02-07 + +### Other +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-workflow-v0.1.0...homestar-workflow-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-workflow/Cargo.toml b/homestar-workflow/Cargo.toml index 53dccd64..79ae0da2 100644 --- a/homestar-workflow/Cargo.toml +++ b/homestar-workflow/Cargo.toml @@ -19,7 +19,7 @@ doctest = true [dependencies] fxhash = { version = "0.2", default-features = false } -homestar-invocation = { version = "0.1", path = "../homestar-invocation" } +homestar-invocation = { version = "0.2", path = "../homestar-invocation" } homestar-workspace-hack = { workspace = true } indexmap = { version = "2.1", default-features = false } libipld = { workspace = true } @@ -27,7 +27,7 @@ serde = { workspace = true } thiserror = { workspace = true } [dev-dependencies] -homestar-invocation = { version = "0.1", path = "../homestar-invocation", features = [ +homestar-invocation = { version = "0.2", path = "../homestar-invocation", features = [ "test-utils", ] } json = "0.12"