From: Zbigniew Jędrzejewski-Szmek Date: Wed, 8 Jul 2020 22:02:55 +0000 (+0200) Subject: NEWS: add blurb about os-release and $container_host_* X-Git-Tag: v246-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5961d35a5bc0d9bb095acc1307d7023b5b83be67;p=thirdparty%2Fsystemd.git NEWS: add blurb about os-release and $container_host_* --- diff --git a/NEWS b/NEWS index cab0f1ee6f6..36d59ce132e 100644 --- a/NEWS +++ b/NEWS @@ -516,6 +516,14 @@ CHANGES WITH 246: https://systemd.io/JOURNAL_FILE_FORMAT + * The interface for containers (https://systemd.io/CONTAINER_INTERFACE) + has been extended by a set of environment variables that expose + select fields from the host's os-release file to the container + payload. Similarly, host's os-release files can be mounted into the + container underneath /run/hosts. Together, those mechanisms provide a + standardized way to expose information about the host to the + container payload. Both interfaces are implemented in systemd-nspawn. + * All D-Bus services shipped in systemd now implement the generic LogControl1 D-Bus API which allows clients to change log level + target of the service during runtime.