]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add blurb about os-release and $container_host_*
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 Jul 2020 22:02:55 +0000 (00:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 Jul 2020 22:02:55 +0000 (00:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cab0f1ee6f60c2f57f3f2e557c1c6475c15f1695..36d59ce132ec2a77b6d7ba4ded5392318429f29a 100644 (file)
--- 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.