]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update NEWS
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 21 May 2026 20:13:10 +0000 (21:13 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 21 May 2026 20:13:10 +0000 (21:13 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5297923421cfa7acd37fe029029b5f7eadaeea52..f5b2fe1a388e65dc5a5be42604c488bb39581516 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -638,6 +638,12 @@ CHANGES WITH 261 in spe:
           basic.target). Note that D-Bus only becomes available later, and it
           can hence only be contacted via Varlink that early.
 
+        * systemd-hostnamed and /etc/machine-info now support a new Tags= key,
+          which can be used to tag a machine with an arbitrary set of strings.
+          Units can match on these tags via the new ConditionMachineTag= setting,
+          and systemd-firstboot can set the tags via command line parameters or
+          credentials.
+
         * JSON user database records may now optionally carry a birth date
           field to close the gap with LDAP/OpenID/FreeIPA/etc. homectl gained
           a new switch --birth-date= to set it.