From 80e4f1286bce24162638e2494c41c6bd31cbad56 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 2 Aug 2022 14:58:49 -0700 Subject: news.rst: additional entries for v1.1.0 Signed-off-by: Sean Whitton --- doc/news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/news.rst b/doc/news.rst index da2ecde..d27111d 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -36,9 +36,21 @@ you should review this document and see if your consfig needs updating. changed from ``(HOST CHROOT VOLUMES)`` to ``(OPTIONS HOST VOLUMES)`` for consistency with other property lambda lists. + The new property also includes a bugfix: we now rebuild the initramfs after + populating the crypttab. + - API change: DISK:WITH-OPENED-VOLUMES now includes volumes that were already open, and their parents, in the connattrs. +- DISK:LUKS-CONTAINER: Add support for passing arbitrary options to + cryptsetup(8) when creating volumes, such as ``--cipher``. + +- DISK:WITH-OPENED-VOLUMES, INSTALLER:FILES-INSTALLED-TO-VOLUMES-FOR and + DISK:VOLUMES-INSTALLED-FOR support a new ``LEAVE-OPEN`` argument to request + that opened volumes are not closed. This is useful for inspecting the + result of an installation, but must be used with caution: the next + deployment will assume the volumes have been manually closed. + 1.0.3 (2022-06-29) ------------------ -- cgit v1.2.3