1
0

Update changelog

Dieser Commit ist enthalten in:
2023-04-07 21:38:30 +00:00
Ursprung 4a3d739b85
Commit b3d4a0dbc2
2 geänderte Dateien mit 25 neuen und 1 gelöschten Zeilen

Datei anzeigen

@@ -4,6 +4,30 @@
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.0]
### Added
- Graceful shutdown on ^C while kernels generation.
- Flag to set the container runtime command.
- out-of-tree image --dry-run for printing full qemu command.
### Changed
- No exit at the end of the retries, will continue with the other
kernels.
- All temporary files moved to ~/.out-of-tree/tmp/.
### Fixed
- Discrepancies between /lib/modules and /boot should no longer lead
to fatal errors.
- Podman support on macOS.
## [2.0.0]
### Breaking