From: Daan De Meyer Date: Wed, 24 Jan 2024 15:52:17 +0000 (+0100) Subject: Update NEWS.md X-Git-Tag: v21~87^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd6b2f8cfd99ee2a5e46422733032eb0d4d137e;p=thirdparty%2Fmkosi.git Update NEWS.md --- diff --git a/NEWS.md b/NEWS.md index 4a8c526e9..2dd6de269 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,24 @@ # mkosi Changelog +## v20.3 + +- We now handle unmerged-usr systems correctly +- Builtin configs (`mkosi-initrd`, `mkosi-tools`) can now be included + using `Include=` (e.g. `Include=mkosi-initrd`) +- The kernel-install plugin now uses the builtin `mkosi-initrd` config + so there's no need anymore to copy the full `mkosi-initrd` config into + `/usr/lib/mkosi-initrd`. +- We don't require a build anymore for the `journalctl` and + `coredumpctl` verbs. +- `mkosi ssh` works again when used with `ToolsTree=default` +- We now use `.zst` instead of `.zstd` for compressed split artifacts + produced by `systemd-repart`. +- `systemd-repart` uses a persistent temporary directory again for + assembling images instead of a tmpfs. +- Added `MicrocodeHost=` setting to only include the CPU specific + microcode for the current host system. +- The kernel-install plugin now only includes the CPU specific microcode + ## v20.2 - Fixed a bug in signing unsigned shim EFI binaries.