]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 19 Oct 2023 13:22:34 +0000 (15:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 19 Oct 2023 17:47:53 +0000 (19:47 +0200)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index d4643ea1b11fde8fea730d8875089fd250068929..a6bb7cb02a57d48729410d24d092e2df489bf559 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,25 @@
 
 - The mkosi repository itself now ships configuration to build basic
   bootable images that can be used to test mkosi.
+- Added RHEL support
+- Added support for enabling `updates-testing` repositories for Fedora
+- Scripts with the `.chroot` extension are now executed in the image
+  automatically.
+- The rootfs can now be modified when running build scripts (with all
+  changes thrown away after the last build script has been executed)
+- GPG keys for CentOS, Fedora, Alma and Rocky are now looked up locally
+  first before fetching them remotely.
+- Added `WithRecommends=` to configure whether to install recommended
+  packages by default or not where this is supported.
+- Signatures are not required for local packages on Arch anymore
+- The tar output is now reproducible
+- Packages on opensuse are now always downloaded in advance before
+  installation when using zypper
+- Added shorthand `-a` for `--autologin`
+- Added `ToolsTreeMirror=` setting for confuring the mirror to use for
+  the default tools tree
+- We now make sure git can be executed from mkosi scripts without
+  running into permission errors
 
 ## v18