Update changelog
This commit is contained in:
parent
fd973c367f
commit
b75289a9d1
47
CHANGELOG.md
47
CHANGELOG.md
@ -6,18 +6,51 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Breaking
|
||||||
|
|
||||||
|
- Layers with kernels in containers have been abandoned in favor of
|
||||||
|
installation to mounted volumes.
|
||||||
|
|
||||||
|
- Command line interface has been changed to alecthomas/kong.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Command line interface has been changed to alecthomas/kong
|
- Command `kernel install` to install specific kernel.
|
||||||
(breaking).
|
|
||||||
|
- Command `containers` to manage containers.
|
||||||
|
|
||||||
|
- Command `image edit` to edit qemu image.
|
||||||
|
|
||||||
|
- Flag `--force` to force reinstallation of the kernel.
|
||||||
|
|
||||||
|
- Flag `--artifact-config` to specify the path to .out-of-tree.toml.
|
||||||
|
|
||||||
|
- Flag `--no-headers` flag to install kernel and initrd only.
|
||||||
|
|
||||||
|
- Flag `--shuffle` to randomize the order of kernels for
|
||||||
|
installation/testing.
|
||||||
|
|
||||||
|
- Support make targets in artifact config.
|
||||||
|
|
||||||
|
- Support patches in artifact config.
|
||||||
|
|
||||||
|
- Support for copying standard modules to qemu.
|
||||||
|
|
||||||
|
- Script artifact type for various automation and information gathering.
|
||||||
|
|
||||||
|
- Add TestFiles to artifact config, transfers additional test files to VM.
|
||||||
|
|
||||||
|
- Improved logging, with logfile at ~/.out-of-tree/logs/out-of-tree.log
|
||||||
|
|
||||||
|
- Kernel installation will retry (10 times by default) in case of
|
||||||
|
network problems.
|
||||||
|
|
||||||
|
- Stdout trace (with --log-level=trace, and always to logfile) for
|
||||||
|
qemu and container execution.
|
||||||
|
|
||||||
- Compatibility with Podman.
|
- Compatibility with Podman.
|
||||||
|
|
||||||
- Added support for Ubuntu 22.04.
|
- Support for Ubuntu 22.04.
|
||||||
|
|
||||||
- Adding TestFiles to artifact config, transfers extra test files to VM.
|
|
||||||
|
|
||||||
- Flag `--artifact-config` to specify the path to .out-of-tree.toml.
|
|
||||||
|
|
||||||
## [1.4.0]
|
## [1.4.0]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user