summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6d55065..c6c3498 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,29 @@
Changelog
#########
+[54] - 2021-05-13
+=================
+
+Added
+-----
+
+- Add the concept of buildmodes to mkparabolaiso, which allows for building more than the default .iso artifact
+ (sequentially)
+- Add support to mkparabolaiso and both baseline and releng profiles for building a bootstrap image (a compressed
+ bootstrapped Parabola GNU/Linux-libre environment), by using the new buildmode `bootstrap`
+- Add support to mkparabolaiso and both baseline and releng profiles for building artifacts required for netboot with iPXE
+ (optionally allowing codesigning on the artifacts), by using the new buildmode `netboot`
+- Add qemu-guest-agent to the releng profile and enable their services by default to allow interaction between hypervisor
+ and virtual machine if the installation medium is booted in a virtualized environment
+
+Changed
+-------
+
+- Always use the .sig file extension when signing the rootfs image, as that is how mkinitcpio-parabolaiso expects it
+- Fix for run_parabolaiso scripts to be compatible with QEMU >= 6.0
+- Install all implicitly installed packages explicitly for the releng profile
+- Install keyrings more generically when using pacman-init.service
+
[53] - 2021-05-01
=================