Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #511

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions homestar-invocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-invocation-v0.1.0) - 2024-01-19

### Other
- dupe tasks error handling ([#509](https://github.com/ipvm-wg/homestar/pull/509))
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506))
79 changes: 79 additions & 0 deletions homestar-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-runtime-v0.1.0) - 2024-01-19

### Added
- Add DHT and RequestResponse notifications ([#461](https://github.com/ipvm-wg/homestar/pull/461))
- Add CLI workflow run receipts table ([#490](https://github.com/ipvm-wg/homestar/pull/490))
- Add JSON-PRC API ([#417](https://github.com/ipvm-wg/homestar/pull/417))
- go from websocket-server to json rpc websocket/http server ([#405](https://github.com/ipvm-wg/homestar/pull/405))
- Add Gossipsub config setting ([#389](https://github.com/ipvm-wg/homestar/pull/389))
- Add mDNS and Rendezvous configs ([#377](https://github.com/ipvm-wg/homestar/pull/377))
- builds, packages, pushing contains to ghcr ([#360](https://github.com/ipvm-wg/homestar/pull/360))
- Add out-of-band node metrics ([#299](https://github.com/ipvm-wg/homestar/pull/299))
- Rendezvous for peer discovery ([#236](https://github.com/ipvm-wg/homestar/pull/236))

### Other
- dupe tasks error handling ([#509](https://github.com/ipvm-wg/homestar/pull/509))
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506))
- [chore(cargo)](deps): Bump tokio-tungstenite from 0.20.1 to 0.21.0 ([#504](https://github.com/ipvm-wg/homestar/pull/504))
- WASI, Node API, Test Changes ([#496](https://github.com/ipvm-wg/homestar/pull/496))
- [chore(cargo)](deps): Bump headers from 0.3.9 to 0.4.0 ([#470](https://github.com/ipvm-wg/homestar/pull/470))
- [chore(cargo)](deps): Bump libsqlite3-sys from 0.26.0 to 0.27.0 ([#471](https://github.com/ipvm-wg/homestar/pull/471))
- deps ([#467](https://github.com/ipvm-wg/homestar/pull/467))
- minor updates around expects, readmes, and some context ([#459](https://github.com/ipvm-wg/homestar/pull/459))
- [chore(cargo)](deps): Bump indexmap from 2.0.2 to 2.1.0 ([#411](https://github.com/ipvm-wg/homestar/pull/411))
- Improve rendezvous protocol usage ([#399](https://github.com/ipvm-wg/homestar/pull/399))
- Revert "feat: go from websocket-server to json rpc websocket/http server" ([#416](https://github.com/ipvm-wg/homestar/pull/416))
- Improve Kademlia DHT usage ([#378](https://github.com/ipvm-wg/homestar/pull/378))
- [chore(cargo)](deps): Bump console-subscriber from 0.1.10 to 0.2.0 ([#382](https://github.com/ipvm-wg/homestar/pull/382))
- clean-up and test builds for deb/rpm ([#375](https://github.com/ipvm-wg/homestar/pull/375))
- Add network tests ([#335](https://github.com/ipvm-wg/homestar/pull/335))
- release config ([#373](https://github.com/ipvm-wg/homestar/pull/373))
- [chore(cargo)](deps): bump puffin_egui from 0.22.0 to 0.23.0 ([#370](https://github.com/ipvm-wg/homestar/pull/370))
- flaky test updates ([#359](https://github.com/ipvm-wg/homestar/pull/359))
- README updates, example updates ([#352](https://github.com/ipvm-wg/homestar/pull/352))
- deps-run! ([#343](https://github.com/ipvm-wg/homestar/pull/343))
- updates around bin warning and windows-latest+nightly ([#329](https://github.com/ipvm-wg/homestar/pull/329))
- [chore(cargo)](deps): Bump clap from 4.4.4 to 4.4.5 ([#325](https://github.com/ipvm-wg/homestar/pull/325))
- deps 9-18 & filter CI ([#319](https://github.com/ipvm-wg/homestar/pull/319))
- default-features, dev-mode, feature-fun ([#308](https://github.com/ipvm-wg/homestar/pull/308))
- Example application with image processing workflow ([#263](https://github.com/ipvm-wg/homestar/pull/263))
- deps b/c clippy ([#292](https://github.com/ipvm-wg/homestar/pull/292))
- help dependabot ([#280](https://github.com/ipvm-wg/homestar/pull/280))
- [chore(cargo)](deps): bump serde_with from 3.2.0 to 3.3.0 ([#265](https://github.com/ipvm-wg/homestar/pull/265))
- Swarm Bootstrap Nodes ([#201](https://github.com/ipvm-wg/homestar/pull/201))
- Prep for first example application with various fixes and changes. ([#235](https://github.com/ipvm-wg/homestar/pull/235))
- Add capture for windows signals ([#234](https://github.com/ipvm-wg/homestar/pull/234))
- for mdns, do not add explicit peer, just add to kademlia ([#232](https://github.com/ipvm-wg/homestar/pull/232))
- [chore(cargo)](deps): Bump tabled from 0.13.0 to 0.14.0 ([#230](https://github.com/ipvm-wg/homestar/pull/230))
- [chore(cargo)](deps): Bump serde_with from 3.1.0 to 3.2.0 ([#231](https://github.com/ipvm-wg/homestar/pull/231))
- e2e workflow(s) run ([#223](https://github.com/ipvm-wg/homestar/pull/223))
- [chore(cargo)](deps): Bump tokio-tungstenite from 0.19.0 to 0.20.0 ([#210](https://github.com/ipvm-wg/homestar/pull/210))
- Runner + RPC ([#203](https://github.com/ipvm-wg/homestar/pull/203))
- [chore(cargo)](deps): Bump dashmap from 5.4.0 to 5.5.0 ([#197](https://github.com/ipvm-wg/homestar/pull/197))
- [chore(cargo)](deps): Bump serde_with from 3.0.0 to 3.1.0 ([#195](https://github.com/ipvm-wg/homestar/pull/195))
- move away from inner-join, count up unique receipts for workflow info ([#188](https://github.com/ipvm-wg/homestar/pull/188))
- libp2p get providers and handle peer requests for records ([#185](https://github.com/ipvm-wg/homestar/pull/185))
- Update wasmtime to 10.0.*, along w/ wasmparser & other rela… ([#181](https://github.com/ipvm-wg/homestar/pull/181))
- first-pass at runtime interface, signals, shutdown, and more ([#180](https://github.com/ipvm-wg/homestar/pull/180))
- Add pubkey importing / seed generation ([#172](https://github.com/ipvm-wg/homestar/pull/172))
- ** for all prs ([#182](https://github.com/ipvm-wg/homestar/pull/182))
- [chore(cargo)](deps): Bump indexmap from 1.9.3 to 2.0.0 ([#168](https://github.com/ipvm-wg/homestar/pull/168))
- workspace inherit fun again ([#155](https://github.com/ipvm-wg/homestar/pull/155))
- workspace inherit fun ([#153](https://github.com/ipvm-wg/homestar/pull/153))
- add memory limits, update scheduler, progress and info ([#144](https://github.com/ipvm-wg/homestar/pull/144))
- to/from json, traits for cid ([#142](https://github.com/ipvm-wg/homestar/pull/142))
- error handling with thiserror, anyhow for runtime only ([#139](https://github.com/ipvm-wg/homestar/pull/139))
- worker tests, cargo nextest, and better handle on workflow progress ([#137](https://github.com/ipvm-wg/homestar/pull/137))
- first run-up of docker for runtime ([#135](https://github.com/ipvm-wg/homestar/pull/135))
- massive jump toward a legit homestar runtime ([#133](https://github.com/ipvm-wg/homestar/pull/133))
- Add image examples ([#124](https://github.com/ipvm-wg/homestar/pull/124))
- clippy allow due to subtle behavior ([#72](https://github.com/ipvm-wg/homestar/pull/72))
- Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step ([#69](https://github.com/ipvm-wg/homestar/pull/69))
61 changes: 61 additions & 0 deletions homestar-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-wasm-v0.1.0) - 2024-01-19

### Added
- Add JSON-PRC API ([#417](https://github.com/ipvm-wg/homestar/pull/417))
- go from websocket-server to json rpc websocket/http server ([#405](https://github.com/ipvm-wg/homestar/pull/405))

### Other
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506))
- ci ([#499](https://github.com/ipvm-wg/homestar/pull/499))
- WASI, Node API, Test Changes ([#496](https://github.com/ipvm-wg/homestar/pull/496))
- [chore(cargo)](deps): Bump wasmtime-component-util from 13.0.1 to 14.0.4 ([#472](https://github.com/ipvm-wg/homestar/pull/472))
- deps ([#467](https://github.com/ipvm-wg/homestar/pull/467))
- [chore(cargo)](deps): Bump wit-component from 0.14.7 to 0.17.0 ([#460](https://github.com/ipvm-wg/homestar/pull/460))
- [chore(cargo)](deps): Bump wasmparser from 0.115.0 to 0.116.1 ([#458](https://github.com/ipvm-wg/homestar/pull/458))
- Revert "feat: go from websocket-server to json rpc websocket/http server" ([#416](https://github.com/ipvm-wg/homestar/pull/416))
- [chore(cargo)](deps): bump wasmparser from 0.113.1 to 0.115.0 ([#394](https://github.com/ipvm-wg/homestar/pull/394))
- release config ([#373](https://github.com/ipvm-wg/homestar/pull/373))
- updates around bin warning and windows-latest+nightly ([#329](https://github.com/ipvm-wg/homestar/pull/329))
- [chore(cargo)](deps): Bump wasmtime-component-util from 12.0.2 to 13.0.0 ([#324](https://github.com/ipvm-wg/homestar/pull/324))
- wit-bindgen in my mind ([#320](https://github.com/ipvm-wg/homestar/pull/320))
- deps 9-18 & filter CI ([#319](https://github.com/ipvm-wg/homestar/pull/319))
- default-features, dev-mode, feature-fun ([#308](https://github.com/ipvm-wg/homestar/pull/308))
- move homestar-functions into separate crates ([#307](https://github.com/ipvm-wg/homestar/pull/307))
- Example application with image processing workflow ([#263](https://github.com/ipvm-wg/homestar/pull/263))
- [chore(cargo)](deps): Bump wasmtime from 11.0.1 to 12.0.1 ([#284](https://github.com/ipvm-wg/homestar/pull/284))
- deps b/c clippy ([#292](https://github.com/ipvm-wg/homestar/pull/292))
- [chore(cargo)](deps): bump wit-component from 0.13.1 to 0.14.0 ([#269](https://github.com/ipvm-wg/homestar/pull/269))
- [chore(cargo)](deps): bump wasmtime-component-util from 11.0.1 to 12.0.1 ([#272](https://github.com/ipvm-wg/homestar/pull/272))
- [chore(cargo)](deps): bump rust_decimal from 1.31.0 to 1.32.0 ([#268](https://github.com/ipvm-wg/homestar/pull/268))
- [chore(cargo)](deps): Bump wasmparser from 0.110.0 to 0.111.0 ([#250](https://github.com/ipvm-wg/homestar/pull/250))
- Prep for first example application with various fixes and changes. ([#235](https://github.com/ipvm-wg/homestar/pull/235))
- e2e workflow(s) run ([#223](https://github.com/ipvm-wg/homestar/pull/223))
- [chore(cargo)](deps): Bump rust_decimal from 1.30.0 to 1.31.0 ([#220](https://github.com/ipvm-wg/homestar/pull/220))
- [chore(cargo)](deps): Bump wasmparser from 0.109.0 to 0.110.0 ([#218](https://github.com/ipvm-wg/homestar/pull/218))
- [chore(cargo)](deps): Bump wit-component from 0.12.0 to 0.13.0 ([#216](https://github.com/ipvm-wg/homestar/pull/216))
- [chore(cargo)](deps): Bump wasmtime-component-util from 10.0.1 to 11.0.1 ([#211](https://github.com/ipvm-wg/homestar/pull/211))
- [chore(cargo)](deps): Bump wit-component from 0.11.0 to 0.12.0 ([#212](https://github.com/ipvm-wg/homestar/pull/212))
- Runner + RPC ([#203](https://github.com/ipvm-wg/homestar/pull/203))
- [chore(cargo)](deps): Bump wasmparser from 0.107.0 to 0.109.0 ([#200](https://github.com/ipvm-wg/homestar/pull/200))
- Update wasmtime to 10.0.*, along w/ wasmparser & other rela… ([#181](https://github.com/ipvm-wg/homestar/pull/181))
- first-pass at runtime interface, signals, shutdown, and more ([#180](https://github.com/ipvm-wg/homestar/pull/180))
- ** for all prs ([#182](https://github.com/ipvm-wg/homestar/pull/182))
- workspace inherit fun again ([#155](https://github.com/ipvm-wg/homestar/pull/155))
- workspace inherit fun ([#153](https://github.com/ipvm-wg/homestar/pull/153))
- add memory limits, update scheduler, progress and info ([#144](https://github.com/ipvm-wg/homestar/pull/144))
- to/from json, traits for cid ([#142](https://github.com/ipvm-wg/homestar/pull/142))
- error handling with thiserror, anyhow for runtime only ([#139](https://github.com/ipvm-wg/homestar/pull/139))
- first run-up of docker for runtime ([#135](https://github.com/ipvm-wg/homestar/pull/135))
- massive jump toward a legit homestar runtime ([#133](https://github.com/ipvm-wg/homestar/pull/133))
- more guest-wasm examples/docs ([#117](https://github.com/ipvm-wg/homestar/pull/117))
- Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step ([#69](https://github.com/ipvm-wg/homestar/pull/69))
- move to 0.2.0 ([#67](https://github.com/ipvm-wg/homestar/pull/67))
- move to homestar, with cleanup ([#65](https://github.com/ipvm-wg/homestar/pull/65))
12 changes: 12 additions & 0 deletions homestar-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-workflow-v0.1.0) - 2024-01-19

### Other
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506))