From: Daan De Meyer Date: Sun, 14 Apr 2024 17:03:24 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v23~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd89174cc528ea2cfedd68ac95e2e038edb0213;p=thirdparty%2Fmkosi.git Update NEWS --- diff --git a/NEWS.md b/NEWS.md index 3a928bacf..f5d796d7a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,6 +42,18 @@ - Setting `QemuSmp=` to `0` will now make qemu use all available CPUs - Free page reporting and discard request processing are now enabled by default in VMs spawned by `mkosi qemu`. +- Added `ToolsTreeCertificates=` to allow configuring whether to use + certificates and keys from the tools tree (if one is used) or the + host. +- Added `never` for `CacheOnly=` to specify that repository metadata + should always be refreshed. +- Added `ProxyExclude=` to configure hostnames for which requests should + not go through the configured proxy. +- Renamed the `none` option for `CacheOnly` to `auto`. +- The default tools tree is now reused on incremental builds. +- Added `VolatilePackages=` and `InitrdVolatilePackages=` to configure + packages that should be installed after executing build scripts and + which should not be cached when using `Incremental=`. ## v22