]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Mar 2024 19:35:29 +0000 (20:35 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Mar 2024 20:12:55 +0000 (21:12 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index cd971264ee0dd44d2462037622fa684862e0bec0..ae575716e0918e60e58f36ab61b423538199b869 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,26 @@
 # mkosi Changelog
 
+## v23
+
+- Added `CleanScripts=` to allow running custom cleanup code whenever
+  mkosi cleans up the output directory. This allows cleaning up extra
+  outputs produced by e.g. a build script that mkosi doesn't know about.
+- Added `ConfigureScripts=` to allow dynamically modifying the mkosi
+  configuration. Each configure script receives the current config as
+  JSON on stdin and should output the new config as JSON on stdout.
+- When building a UKI, we don't measure for the TPM SHA1 PCR bank
+  anymore.
+- All keys in the mkosi config JSON output are now in pascal case,
+  except for credentials and environments, where the keys encode names
+  of credentials and environment variables and are therefore case
+  sensitive.
+- Added various settings to allow running mkosi behind a proxy.
+- Various fixes to kernel module filtering that should result in fewer
+  modules being pulled into the default initrd when
+  `KernelModulesExclude=` or `KernelModulesInitrdExclude=` are used.
+- Added `ToolsTreeDistribution=` match.
+- Removed `vmspawn` verb and replaced it with `VirtualMachineMonitor=`.
+
 ## v22
 
 - We'll now try to delete btrfs subvolumes with `btrfs subvolume delete`