]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS.md
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Jan 2024 15:52:17 +0000 (16:52 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Jan 2024 16:02:12 +0000 (17:02 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 4a8c526e9221fb67b6fe05c3ca41e98f7bdf93f5..2dd6de26948e97613d43a3cb708896165073e204 100644 (file)
--- 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.