mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
# 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.0.8](https://github.com/edera-dev/krata/compare/v0.0.7...v0.0.8) - 2024-04-09
|
|
|
|
### Other
|
|
- update Cargo.lock dependencies
|
|
|
|
## [0.0.7](https://github.com/edera-dev/krata/compare/v0.0.6...v0.0.7) - 2024-04-09
|
|
|
|
### Other
|
|
- update Cargo.toml dependencies
|
|
- update Cargo.lock dependencies
|
|
|
|
## [0.0.6](https://github.com/edera-dev/krata/compare/v0.0.5...v0.0.6) - 2024-04-09
|
|
|
|
### Fixed
|
|
- increase channel acquisition timeout to support lower performance hosts ([#36](https://github.com/edera-dev/krata/pull/36))
|
|
|
|
### Other
|
|
- update Cargo.toml dependencies
|
|
- update Cargo.lock dependencies
|
|
|
|
## [0.0.5](https://github.com/edera-dev/krata/compare/v0.0.4...v0.0.5) - 2024-04-09
|
|
|
|
### Added
|
|
- *(ctl)* add help and about to commands and arguments ([#25](https://github.com/edera-dev/krata/pull/25))
|
|
|
|
### Other
|
|
- update Cargo.toml dependencies
|
|
- update Cargo.lock dependencies
|
|
|
|
## [0.0.4](https://github.com/edera-dev/krata/releases/tag/v${version}) - 2024-04-03
|
|
|
|
### Other
|
|
- implement automatic releases
|
|
- reimplement console to utilize channels, and provide logs support
|
|
- set hostname from launch config
|
|
- implement event stream retries
|
|
- work on parallel reconciliation
|
|
- implement parallel guest reconciliation
|
|
- log when a guest start failures occurs
|
|
- remove device restriction
|
|
- setup loopback interface
|
|
- place running tasks in cgroup
|