mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
3.8 KiB
3.8 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
0.0.11 - 2024-06-23
Added
- pci passthrough (#114)
- (runtime) concurrent ip allocation (#151)
- (xen) dynamic platform architecture (#194)
Fixed
Other
- first pass of krata as an isolation engine
- (xen) split platform support into separate crate (#195)
- (xen) move device creation into transaction interface (#196)
0.0.10 - 2024-04-22
Added
- implement guest exec (#107)
- implement kernel / initrd oci image support (#103)
- idm v2 (#102)
- oci concurrency improvements (#95)
- oci tar format, bit-perfect disk storage for config and manifest, concurrent image pulls (#88)
Fixed
- oci cache store should fallback to copy when rename won't work (#96)
Other
- update Cargo.lock dependencies
0.0.9 - 2024-04-15
Added
- oci compliance work (#85)
- oci packer can now use mksquashfs if available (#70)
- basic kratactl top command (#72)
- idm snooping (#71)
- implement oci image progress (#64)
- guest metrics support (#46)
Other
- init: default to xterm if TERM is not set (#52)
- update Cargo.toml dependencies
0.0.8 - 2024-04-09
Other
- update Cargo.lock dependencies
0.0.7 - 2024-04-09
Other
- update Cargo.toml dependencies
- update Cargo.lock dependencies
0.0.6 - 2024-04-09
Fixed
- increase channel acquisition timeout to support lower performance hosts (#36)
Other
- update Cargo.toml dependencies
- update Cargo.lock dependencies
0.0.5 - 2024-04-09
Added
- (ctl) add help and about to commands and arguments (#25)
Other
- update Cargo.toml dependencies
- update Cargo.lock dependencies
0.0.4 - 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