From 1401a1b2c6737a6565e78370c27fbea5d82fcb65 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 7 Jun 2016 10:57:10 +1000 Subject: [PATCH] Release notes for 1.17.0 Release notes for 1.17.0 Change-Id: I8d410c73b9492d8c5c6e8c017fa7eb6df09b7778 --- .../notes/1.17.0-ef744f36d277dba4.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 releasenotes/notes/1.17.0-ef744f36d277dba4.yaml diff --git a/releasenotes/notes/1.17.0-ef744f36d277dba4.yaml b/releasenotes/notes/1.17.0-ef744f36d277dba4.yaml new file mode 100644 index 000000000..e666f555c --- /dev/null +++ b/releasenotes/notes/1.17.0-ef744f36d277dba4.yaml @@ -0,0 +1,34 @@ +--- +features: + + - The ``dib-lint`` tool now has a best-effort sudo check to help + flag uses of ``sudo`` outside the chroot environment. This can + help avoid some classes of breakout problems that can interfere + with the host system. + + - Running with ``-x`` will give a more verbose log output that + includes function and line-numbers. Work is ongoing to further + reduce noise in the verbose logs to make it as useful as possible. + Feedback is welcome on the new format. + + - the ``pkg-map`` element can now install different packages based + on the distribution release. + +fixes: + + - Locale stripping for ``yum-minimal`` has been reworked to be more + reliable for Fedora 23 and CentOS. + + - The Ubuntu Precise kernel is too old to use the online + ``growroot`` element, so we returned to using + ``cloud-initramfs-growroot`` in the ``debootstrap`` element for + it. + + - The ``dib-lint`` tool now better matches python files. + + - The ``apt-sources`` element was fixed to work with the + ``debian-minimal`` element. + + - Dependencies for the systemd target in ``dhcp-all-interfaces`` + were updated to correctly wait for interfaces. +