1
0
Fork 0

Update changelog

timestamps v2.1.0
dump_stack() 2023-04-07 21:38:30 +00:00
parent 4a3d739b85
commit b3d4a0dbc2
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 25 additions and 1 deletions

View File

@ -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

View File

@ -106,7 +106,7 @@ func main() {
Compact: true,
}),
kong.Vars{
"version": "2.0.6",
"version": "2.1.0",
},
)