aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-02 14:58:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-02 15:02:18 -0700
commit80e4f1286bce24162638e2494c41c6bd31cbad56 (patch)
tree545357605bd55dd150bf40f5f9f7bf168fb919e2
parent9198e55c948f67b7dafd80d72aa421c44e32269d (diff)
downloadconsfigurator-80e4f1286bce24162638e2494c41c6bd31cbad56.tar.gz
news.rst: additional entries for v1.1.0
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/news.rst12
1 files changed, 12 insertions, 0 deletions
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)
------------------