Releases: stjude-rust-labs/crankshaft
Releases · stjude-rust-labs/crankshaft
crankshaft v0.9.0
crankshaft-monitor v0.2.0
crankshaft-engine v0.9.0
crankshaft-v0.8.0
What's Changed
- chore: update lints and MSRV for Rust 2024 by @acfoltzer in #66
- revise: adds retries to Docker operations by @claymcleod in #69
- chore: fix warnings by @peterhuene in #70
- fix: remove
todo!for volumes in TES backend by @peterhuene in #71 - chore: bump
tescrate version by @peterhuene in #72 - chore: bump version for release by @claymcleod in 6a42632
Full Changelog: crankshaft-v0.7.0...crankshaft-v0.8.0
crankshaft-v0.7.0
What's Changed
- fix: correct issues with polling for task state with the TES backend. by @peterhuene in #63
- feat: adds GPU support for Docker backend by @claymcleod in #64
- chore: update
configand turn off default-features by @acfoltzer in #65 - chore: bump version for release. by @peterhuene in #67
New Contributors
- @acfoltzer made their first contribution in #65
Full Changelog: crankshaft-v0.6.0...crankshaft-v0.7.0
crankshaft-v0.6.0
What's Changed
- refactor: improve TES backend monitoring of tasks. by @peterhuene in #60
- release: bump Crankshaft version. by @peterhuene in #62
Full Changelog: crankshaft-v0.5.0...crankshaft-v0.6.0
crankshaft-v0.5.0
What's Changed
- feat: added crankshaft-monitor and crankshaft-console crate by @rajiknows in #43
- feat: Integration of crankshaft-monitor with the engine by @rajiknows in #44
- feat: add crankshaft-console TUI binary with initial engine state syncing by @rajiknows in #46
- feat: put
crankshaft-monitordependency behind a feature gate. by @peterhuene in #49 - feat: expose
crankshaft-eventsvia thecrankshaftcrate. by @peterhuene in #50 - fix: only subscribe a receiver in the monitor upon request. by @peterhuene in #51
- fix: expose
crankshaft-dockervia thecrankshaftcrate. by @peterhuene in #52 - fix: fix missing log outputs for Docker backend when in Swarm. by @peterhuene in #55
- fix: add user's effective gid for Docker containers. by @peterhuene in #54
- feat: added task cancellation by @rajiknows in #53
- chore: bump versions for release. by @peterhuene in #56
- chore: add descriptions for new crates. by @peterhuene in #57
New Contributors
- @rajiknows made their first contribution in #43
Full Changelog: crankshaft-config-v0.3.0...crankshaft-v0.5.0
crankshaft-v0.4.0
crankshaft-engine-v0.4.0
crankshaft-config-v0.3.0
Added
- Added support for bearer token authentication in the TES backend configuration (#38).