Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-05-13 22:18:47 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-05-13 22:18:47 +0200
commit28ab118099b19f76ff1937776400a2bb7f8b09bb (patch)
tree3addcf8ab4fb4960c6285f7c8d65b70f93d47c22 /CHANGELOG.rst
parent9827cb19bbe83af9e673dcd6ba137eafba22af70 (diff)
Add changelog for v54
CHANGELOG.rst: Add changelog entry for v54.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 28861f1..87518b4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,35 @@
Changelog
#########
+[54] - 2021-05-13
+=================
+
+Added
+-----
+
+- Add the concept of buildmodes to mkarchiso, which allows for building more than the default .iso artifact
+ (sequentially)
+- Add support to mkarchiso and both baseline and releng profiles for building a bootstrap image (a compressed
+ bootstrapped Arch Linux environment), by using the new buildmode `bootstrap`
+- Add support to mkarchiso 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 and virtualbox-guest-utils-nox 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-archiso expects it
+- Fix for CI and run_archiso scripts to be compatible with QEMU >= 6.0
+- Increase robustness of CI by granting more time to reach the first prompt
+- Change CI to build all available buildmodes of the baseline and releng profiles (baseline's netboot is currently
+ excluded due to a bug)
+- Install all implicitly installed packages explicitly for the releng profile
+- Install keyrings more generically when using pacman-init.service
+- Consolidate CI scripts so that they may be shared between the archiso, arch-boxes and releng project in the future and
+ expose their configuration with the help of environment variables
+
[53] - 2021-05-01
=================